#ADK
Posts about adk. ← All posts
·
All engineers
The patterns that worked, the traps we fell into, and what we'd do differently.
What worked, what was hard, and what we'd do differently. Real numbers: 18 agents, 90 days, 5 governance policies, 4 provider swaps.
ADKMARACase StudyLessons Learned
·
Cloud architects + SRE
Running agents on Cloud Run, exposing via A2A, and wiring into production systems.
Cloud Run deployments, agent-to-agent communication, load balancing, and production observability.
ADKMARADeploymentCloud RunA2A
·
SRE + observability engineers
How to instrument agents for observability, error handling, and audit logging.
Callbacks to middleware: composable decorators for audit, retry, token enforcement, and OpenTelemetry integration.
ADKMARAMiddlewareObservabilityOTel
·
DevOps + platform engineers
How to port ADK's model hard-codes to MAF's provider factory pattern.
Zero-code provider swaps: Ollama (dev), OpenAI (staging), Azure Foundry (prod). Same agents, different models.
ADKMARAProvider AbstractionConfig
·
Governance + backend engineers
How to port tools, add policy enforcement, and integrate OPA.
From ADK functions to MAF governed tools. Adding policy enforcement, DLP, approval gates, and OPA integration.
ADKMARAToolsGovernanceOPA
·
Backend + ML engineers
How conversation threads replace session state; how to track token usage across agent chains.
Sessions to threads: porting multi-turn state from ADK to MAF. Token budgeting, long-term memory, and conversation audit trails.
ADKMARAState ManagementToken Budgeting
·
Platform architects
How to port ADK's orchestration callbacks to MAF builders without losing control.
How to port ADK's orchestration callbacks to MAF builders without losing control. The executor pattern: you own the loop.
ADKMARAOrchestrationDesign Pattern
·
Software architects + platform engineers
The philosophy, trade-offs, and what we learned converting 18+ agents in 3 months.
The philosophy, trade-offs, and what we learned converting 18+ agents in 3 months. Provider abstraction as the foundation for portable agents.
ADKMARAArchitectureMulti-Agent AI