Welcome to the documentation for the Agent-ish core. This project is built as a highly agnostic, modular AI engine.
- plugins.md: Standard plugins and how to load custom ones.
- tools.md: Manual and lazy registration of agent tools.
- skills.md: Markdown-based skills and capability registration.
- interfaces.md: Adding new I/O layers (TCP, HTTP, Terminal).
- sessions.md: Multi-session management and persistence logic.
- consent.md: Human-in-the-Loop (HITL) tool permissions.
- customization.md: Overriding Planners, Storage, and adding Security Middlewares.
- cli.md: Command-line reference for the daemon and one-shot execution.
- Agnostic Core: The "Brain" is decoupled from I/O and Storage.
- Registry Pattern: Every capability (Tool, Skill, Provider) is managed by a dedicated registry.
- Pluggable: All side-effects are handled by Plugins to keep the core code pure.