Skip to content

Documentation: Agent Skills, ADK and A2A

Technical documentation on agent architecture and applied AI. Each section has real code, working examples and references to the repositories.

The design pattern that separates reasoning from execution in agent systems. Implementations in pure Python, Google ADK and Claude Code, with a multi-agent system via A2A Protocol.

View Agent Skills documentation

A system of 7 specialized agents that autonomously generate a complete Internal Developer Platform — Docker Compose, CI/CD, Grafana, CLI and FastAPI portal — using Google ADK, SequentialAgent and A2A Protocol. Real demo with Gemini function calling.

View Google ADK + IDP documentation

The 7 ADK agents deployed as independent A2A servers on Cloud Run. Each agent with its own URL, its own container, and scales to zero. GCP setup, deploy, HTTP orchestrator and Vertex AI migration.

View ADK on Cloud Run documentation

Hybrid architecture of 7 agents in Claude Code: 4 teammates debate and build skills, 3 subagents execute scoped tasks. Full pipeline from prompt to published skill on the Hermit portal.

View Claude Agent Teams documentation