File size: 854 Bytes
2021f39 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | Repository Structure
===================
- `elizabeth/` β model-specific deployment configs and tests
- `nova/` β autonomous system services
- `plane/api/` β gateway, gorilla bridge
- `plane/orchestration/` β router, planner, authority
- `plane/tools/` β MCP server and registration
- `plane/memory/` β vector, graph, GraphRAG, embedder
- `plane/ranker/` β reranker service
- `plane/summarizer/` β summarizer service
- `plane/bus/` β NATS/Kafka wrappers
- `plane/ops/` β watchdog and ops helpers
- `plane/agents/` β agents hub (multi-agent)
- `config/` β external_routes, kong config
- `prompts/` β meta prompts
- `docs/` β architecture, operations, security
- `bin/` β install, bootstrap, gh init
- `supervisord.conf` β orchestrates all services in-container
- `Makefile` β convenience commands
|