Skip to content

Decisions

Decision guides explain practical starting points and the tradeoffs behind them.

Use these pages when choosing technologies for an agent-native system:

AreaStarting point
ProtocolsA2A for agent-to-agent work, MCP for agent-to-tool work, OpenAPI for deterministic APIs
API styleREST with OpenAPI first; GraphQL only when query flexibility is needed
MemoryQdrant-style vector index plus Neo4j-style graph model for the demo architecture
ModelsModel gateway abstraction with hosted primary routes and local private classification route
Agent frameworkStart with explicit orchestration; evaluate LangGraph for stateful long-running workflows

Page created by Dr. C. Klukas