#MARA
Posts about mara. ← All posts
Jun 08, 2026
·
All engineers
· 3 min read
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.
ADK MARA Case Study Lessons Learned
Jun 07, 2026
·
Cloud architects + SRE
· 3 min read
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.
ADK MARA Deployment Cloud Run A2A
Jun 06, 2026
·
SRE + observability engineers
· 3 min read
How to instrument agents for observability, error handling, and audit logging.
Callbacks to middleware: composable decorators for audit, retry, token enforcement, and OpenTelemetry integration.
ADK MARA Middleware Observability OTel
Jun 05, 2026
·
DevOps + platform engineers
· 3 min read
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.
ADK MARA Provider Abstraction Config
Jun 04, 2026
·
Governance + backend engineers
· 4 min read
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.
ADK MARA Tools Governance OPA
Jun 03, 2026
·
Backend + ML engineers
· 3 min read
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.
ADK MARA State Management Token Budgeting
Jun 02, 2026
·
Platform architects
· 3 min read
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.
ADK MARA Orchestration Design Pattern
Jun 01, 2026
·
Software architects + platform engineers
· 2 min read
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.
ADK MARA Architecture Multi-Agent AI
May 23, 2026
·
Software architects
· 13 min read
Five interfaces hold the whole platform together. The 30-line orchestrator closure that makes the rest of the architecture testable, auditable, and safe to evolve.
Software Architecture Multi-Agent MARA Go
Apr 10, 2026
·
Engineering
· 10 min read
Microsoft's Multi-Agent Reference Architecture in Go. Protocol, registry, bus, governance, orchestration, observability, evaluation — and how the seven hold each other up.
Architecture MARA Go Multi-Agent AI