Production App pattern
Use App when plugins, event compaction, artifacts, or custom lifecycle management are needed.
Quick Ref / Command
Marketing Kit
/ak:google-adk-python
Guides code-first Google ADK agents, multi-agent systems, A2A, MCP tools, workflow agents, state, memory, deployment, and evaluation.
Identify use case
Choose structure
Select agent type
Wire tools
Rule 01
ADK agents should be code-first so behavior is versioned and testable.
Rule 02
Use workflow agents for predictable control flow and LlmAgent when dynamic reasoning is needed.
Rule 03
State, memory, artifacts, callbacks, plugins, and observability are deliberate architecture choices.
Rule 04
Evaluation with adk eval belongs before deployment, not after incidents.
Core lanes from input to output, aligned with the command's real execution path.
Start
Input, scope, route
Work
Agent / skill execution
Verify
Gate, review, validation
Close
Report, handoff, artifact
Production App pattern
Use App when plugins, event compaction, artifacts, or custom lifecycle management are needed.
Workflow agents
Sequential, parallel, and loop agents make predictable pipelines explicit.
Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.
/ak:google-adk-python multi-agent support bot with MCP tools /ak:google-adk-python A2A remote agent integration /ak:google-adk-python deploy agent to Vertex AI Agent Engine