Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 719 Bytes

File metadata and controls

19 lines (11 loc) · 719 Bytes

AI Agent Architecture Patterns

A collection of architectural patterns for AI agents, developed through adversarial definition refinement and multi-perspective evaluation.

Patterns

Agents

  • Stateful Agent — An AI agent whose behavior is path-dependent, shaped by durable state that persists beyond any single session. Defined by three composable properties: path-dependent state, autonomy, and persistent identity.

Process

Each pattern includes:

  • pattern.md — The formal pattern definition
  • conversation-log.md — The full deliberation process that produced the definition, including challenges, rebuttals, and convergence points

License

MIT