[litertlm] Add LiteRT-LM Android Demo App Skill and Reference Documents#2403
Open
copybara-service[bot] wants to merge 1 commit into
Open
[litertlm] Add LiteRT-LM Android Demo App Skill and Reference Documents#2403copybara-service[bot] wants to merge 1 commit into
copybara-service[bot] wants to merge 1 commit into
Conversation
38ab5c6 to
6d9f2a9
Compare
This change introduces a new skill for creating a LiteRT-LM Android demo application. It includes:
- `SKILL.md`: The main skill definition, outlining execution steps, context scenarios (Source Build, Maven), and constraints.
- `agent_operating_procedures.md`: Defines core constraints, state recovery, and subagent delegation.
- Reference documents:
- `dependency_build_from_source.md`: Instructions for building LiteRT-LM from source.
- `dependency_maven_integration.md`: Instructions for integrating LiteRT-LM via Maven.
- `inference_implementation.md`: Guidelines for implementing LiteRT-LM inference.
- `ui_layout_and_state.md`: Rules for app workspace setup, Bazel build, and UI layout/state.
- Compliance checklists:
- `compliance_checklist_dependencies.md`
- `compliance_checklist_inference.md`
- `compliance_checklist_ui.md`
These checklists provide detailed requirements for auditing the generated app.
LiteRT-LM-PiperOrigin-RevId: 915061364
6d9f2a9 to
a140686
Compare
richangel235-afk
approved these changes
May 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[litertlm] Add LiteRT-LM Android Demo App Skill and Reference Documents
This change introduces a new skill for creating a LiteRT-LM Android demo application. It includes:
SKILL.md: The main skill definition, outlining execution steps, context scenarios (Source Build, Maven), and constraints.agent_operating_procedures.md: Defines core constraints, state recovery, and subagent delegation.dependency_build_from_source.md: Instructions for building LiteRT-LM from source.dependency_maven_integration.md: Instructions for integrating LiteRT-LM via Maven.inference_implementation.md: Guidelines for implementing LiteRT-LM inference.ui_layout_and_state.md: Rules for app workspace setup, Bazel build, and UI layout/state.compliance_checklist_dependencies.mdcompliance_checklist_inference.mdcompliance_checklist_ui.mdThese checklists provide detailed requirements for auditing the generated app.