agent/docs/RFC-AGENT-INDEX.md
Snider be78c27561 docs: add full RFC specs for agent dispatch
AX principles + go/agent + core/agent + php/agent specs.
Temporary — needed in-repo until core-agent mount bug is fixed.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-30 19:51:55 +01:00

32 lines
1.3 KiB
Markdown

# core/agent/
Agent dispatch, pipeline, runner service, plugins, topology.
## Specs
| File | Purpose |
|------|---------|
| [RFC.md](RFC.md) | Agent system (dispatch, daemon, tray, team model) |
| [RFC.pipeline.md](RFC.pipeline.md) | **Pipeline commands** — audit→epic→execute, MetaReader, knowledge accumulation |
| [RFC.topology.md](RFC.topology.md) | Agent topology (Cladius, Charon, local/remote) |
| [RFC.agents-brand.md](../../lthn/RFC.agents-brand.md) | Agent brand identities (in lthn/) |
| [RFC.plugin-restructure.md](RFC.plugin-restructure.md) | Plugin restructure plan |
## Subdirectories
### [flow/](flow/)
Flow system — YAML-defined agent workflows, path-addressed, composable.
### [plugins/](plugins/)
Plugin architecture — Claude, Codex, Gemini, PHP (63 commands/skills).
## Cross-References
| Spec | Relationship |
|------|-------------|
| `code/core/go/agent/RFC.md` | Go implementation (dispatch, workspace, MCP) |
| `code/core/php/agent/RFC.md` | PHP implementation (OpenBrain, content pipeline, sessions) |
| `code/core/mcp/RFC.md` | MCP transport layer agent uses |
| `code/core/config/RFC.md` | `.core/agent.yaml` config spec |
| `project/lthn/ai/RFC.md` | lthn.sh platform (fleet dispatch target) |
| `project/lthn/lem/RFC.md` | LEM training pipeline (agent findings → training data) |