Feat/repo concierge#153
Merged
Merged
Conversation
Add a lite-model ADK onboarding agent that answers repo questions via search_repo_catalog and fetch_repo_artifact over a pre-built snapshot of public main (195 entries). Participants use 99_repo_concierge.ipynb or adk run concierge_agent with no build step; maintainers rebuild via scripts/build_concierge_context.py when sources change. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
Author
|
Catalog refresh automation (post-workshop follow-up) The rebuild script ( Next step: add a GitHub Action that runs the script and bot-commits the result on push to main. ~20 lines of YAML, paths filter on |
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.
Summary
concierge_agent/) powered bygemini-3.1-flash-lite-previewthat answers bootcamp onboarding questions viasearch_repo_catalog→fetch_repo_artifact.context/catalog.yaml+ 195artifacts/*.md) so participants work out of the box afteruv sync— no build step required.99_repo_concierge.ipynb(markdown-rendered outputs,RUN_AGENTguard, seed questions) andadk run concierge_agent/adk webterminal path.uv run python scripts/build_concierge_context.pywhen library code or notebooks change.Participant experience
uv syncfrom repo root (existing setup)implementations/getting_started/99_repo_concierge.ipynb, setRUN_AGENT = True, ask questionscd implementations/getting_started && uv run adk run concierge_agentTest plan
uv run pytest implementations/tests/getting_started/ -q(8 tests)make lint/ pre-commit passes99_repo_concierge.ipynbwith Vector proxy credentialsuv run adk run concierge_agentfromimplementations/getting_started/