Early scaffolding for the agent-driven ark-os-noa platform.
- Data Architecture & Autonomous Intelligence
- Expanded Explanation & Intelligence Playbook
- Additional component overviews live under
arkos-docs-output/.
The docker-compose.yml file provisions core internal services:
- Private OCI registry
- MinIO object storage
- Postgres with pgvector
- Supabase (Postgres variant)
- Redis Streams and optional NATS event bus
Start the stack locally:
docker-compose up -dMicroservice stubs for the expanded digest pipeline live under services/:
- intake
- classifier
- graph_extract
- embeddings
- env_synthesis
- safety
- runner
- integrator
- registrar
Each service is a small FastAPI app exposing a root endpoint that returns its name.
Install dependencies and run tests:
pip install -r requirements.txt
pytest