Expand description
agent-code-lib: the complete agent engine as a library.
Contains LLM providers, tools, query engine, memory, permissions, and all services. The CLI binary is a thin wrapper over this.
Modules§
- config
- Configuration system.
- error
- Unified error types for the application.
- hooks
- Hook system.
- llm
- LLM client layer.
- memory
- Memory system — 3-layer architecture.
- permissions
- Permission system.
- query
- Query engine: the core agent loop.
- services
- Core services layer.
- skills
- Skill system.
- state
- Application state management.
- tools
- Tool system.