Community Architectures

Agent Architectures

Real-world AI agent architectures shared by the community. Explore patterns, learn from implementations, and contribute your own.

Contribute an architecture

Ditto Factory: Ephemeral Agent Orchestration Pipeline

Field-Tested

by @tedahn

A Kubernetes-native orchestration pipeline that turns Slack messages, GitHub issues, and Linear comments into ephemeral Claude Code agents with zero state leakage between tasks.

multi-agent workflow deployment safety
Mar 21, 2026

Protocol-Based Integration System

Field-Tested

by @tedahn

A pattern for making platform integrations (Slack, GitHub, Linear) swappable at runtime using Python's Protocol typing, enabling clean separation between orchestration logic and platform-specific integration code.

tool-use workflow multi-agent
Mar 21, 2026

Reasoning Traceability for AI Agent Systems

Field-Tested

by @tedahn

A lightweight tracing architecture that captures every AI agent decision — skill classification scores, tool invocations, LLM token costs, and reasoning steps — in SQLite with W3C trace IDs, batched async writes, and three report views for human review.

monitoring safety human-in-the-loop evaluation
Mar 21, 2026

Skills Registry with Semantic Classification

Field-Tested

by @tedahn

A hotloading skills framework that classifies incoming tasks to relevant agent skills using tag-based filtering and Voyage AI embedding similarity, with SQLite for local dev and pgvector for production.

tool-use rag evaluation
Mar 21, 2026

Swappable State Layer with Advisory Locks

Field-Tested

by @tedahn

A Protocol-based state backend architecture that unifies PostgreSQL, Redis, and SQLite behind a 13-method interface, with advisory locks for distributed coordination and zero-config local development.

workflow deployment safety
Mar 21, 2026