adaptai / aiml /02_models /docs /REPO_STRUCTURE.md
ADAPT-Chase's picture
Add files using upload-large-folder tool
2021f39 verified

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