Skip to content

Agent Grove

Agent Grove is an open-source knowledge base for AI agent engineering. It studies real systems, official engineering guidance, and small experiments, then turns them into concise frameworks, diagrams, case studies, and minimal examples.

This site is the reading layer of the repository. GitHub remains the source of truth for version history, code, and collaboration.

Start Here

Knowledge Framework Draft

AreaCore Question
Agent-Ready Engineering InfrastructureHow do we engineer project context, intent, execution, verification, governance, and feedback so coding agents can work reliably?
Agent CoreHow should agent loops, state, planning, execution, reflection, and handoff be designed?
Context EngineeringHow should agents retrieve, select, compress, and update context?
Tools and MCPHow should tools, resources, prompts, skills, permissions, and side effects be modeled?
MemoryHow should short-term state, long-term memory, user models, and skill memory be separated?
RAG and KnowledgeHow should document parsing, chunking, retrieval, reranking, grounding, and permission filtering work?
Evals and ObservabilityHow do we prove agent behavior is reliable and trace failures?
Coding AgentsHow do agents understand codebases, edit code, run tests, and collaborate with reviewers?
Personal AgentsHow do long-running assistants handle channels, memory, automation, and safety?
Model Gateway and ServingHow should model routing, fallback, cost, rate limits, caching, and serving be handled?

Released under the MIT License.