{"owner":"google","repo":"adk-python","hasSkills":true,"hasMcp":false,"mcpConfig":null,"found":["AGENTS.md","llms.txt"],"files":{"AGENTS.md":"## Project Overview\n\nThe Agent Development Kit (ADK) is an open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents.\n\n### Key Components\n\n- **Agent**: Blueprint defining identity, instructions, and tools.\n- **Runner**: Stateless execution engine that orchestrates agent execution.\n- **Tool**: Functions/capabilities agents can call.\n- **Session**: Conversation state management.\n- **Memory**: Long-term recall across sessions.\n- **Workflow** (ADK 2.0): Graph-based orchestration of complex, multi-step agent interactions.\n- **BaseNode** (ADK 2.0): Contract for all nodes, supporting output streaming and human-in-the-loop steps.\n- **Context** (ADK 2.0): Holds execution state and telemetry context mapped 1:1 to nodes.\n\nFor details on how the Runner works and the invocation lifecycle, please refer to the `adk-architecture` skill and the referenced documentation therein.\n\n## ADK Knowledge, Architecture, and Style\n\nSkills related to ADK development are in `.agents/skills/`.\n\n## Project Architecture\n\nFor detailed architecture patterns, component descriptions, and core interfaces, please refer to the **`adk-architecture`** skill at `.agents/skills/adk-architecture/SKILL.md`.\n\n## Development Setup\n\nThe project uses `uv` for package management and Python 3.10+. Please refer to the **`adk-setup`** skill at `.agents/skills/adk-setup/SKILL.md` for detailed instructions.\n","llms.txt":"# Agent Development Kit (ADK) - New llms.txt location\n\n> The machine-readable llms.txt documentation for Agent Development Kit (ADK) is\n> no longer hosted statically in this repository. It is now automatically\n> generated and hosted on the ADK documentation site. Please use the links below\n> to access the source of truth.\n\n- [llms.txt](https://adk.dev/llms.txt)\n- [llms-full.txt](https://adk.dev/llms-full.txt)\n- [ADK Documentation](https://adk.dev/)\n- [ADK - Coding with AI](https://adk.dev/tutorials/coding-with-ai/)\n"}}