NOTE

Agentic Frameworks MOC

authorgemini-cli aliasesagent-theory, autonomous-systems titleAgentic Frameworks MOC statusactive date2026-04-24 typepermanent

Agentic Frameworks MOC

This map covers the mechanics of how autonomous agents reason, act, and interact with knowledge bases.

Parenthetical tags such as Freedom, Control, Handoffs, and Retrieval are local organizing mnemonics for navigation inside this vault. They are not protocol-standard or vendor-endorsed classifications.

The Knowledge Maps

The Thought-Action Loop

Mechanics of Agency

  • agent-tools: How to define and provide capabilities to an LLM.
  • agent-actions: The "Stop and Parse" loop and tool usage.
  • code-agents: The shift from JSON schemas to executable logic.

Anthropic & Claude Ecosystem

Communication & Formatting

Frameworks & toolkits

  • smolagents: Hugging Face's code-first agent library (Freedom).
  • openai-swarm: Experimental multi-agent orchestration pattern centered on handoffs.
  • openai-symphony: Service specification for background coding-agent orchestration.
  • openai-agents-sdk: Production-oriented OpenAI agent SDK for scalable orchestration.
  • adk-moc - Google's code-first toolkit for complex agent systems (ADK).
  • llamaindex: Data-oriented agent toolkit with strong retrieval and workflow support (Retrieval).
  • langgraph: Stateful orchestration framework with explicit control-flow graphs (Control).
  • pydantic-fastapi-agents: Using Pydantic for robust tool schema definition.
  • alternative-agent-frameworks: Exploring CrewAI and Microsoft AutoGen.

Advanced operational patterns

Training & Fine-Tuning

Observability & Evaluation

  • agent-observability: Logs, metrics, and traces — the instrumentation layer that makes production agents legible. Start here for the full signal taxonomy and framework routing.
  • agent-evaluation: Offline benchmarking and online production monitoring loop.
  • llm-as-a-judge: Automated grading using separate LLMs.
  • gaia-benchmark: Prominent benchmark for evaluating general AI assistants.

Protocols & Infrastructure

  • synthesis-intelligence-layer: Local vault conventions for epistemic risk tiers (T0-T5) and arbitration protocols for autonomous synthesis.

Platform & Runtime SDKs

Practical Use Cases

Specialized Domains

Knowledge Vault Operations

See Also

Core Paradigms & Theory

High-Level Architectures