Documentation
Atlas Architect
Project-Agent / atlas-architect/README.md
Atlas Architect is an internal workforce architect that runs inside a customer boundary, ingests docs + HRIS + ticketing evidence, infers recurring work, and produces a reviewable workforce plan before handing approved manifest entries to ARX.
What is included
- FastAPI service with tenant-aware APIs
- In-memory planning store suitable for local development and tests
- Source ingestion for docs, HRIS, and ticket/workflow fixtures
- Process inference and workforce plan generation
- Review actions: approve, edit, merge, split, reject, mark missing source
- ARX manifest export and optional POST handoff
- Lightweight browser UI served by Atlas itself
Run locally
``bash cd atlas python3 -m uvicorn main:app --reload --port 8101 ``
Open http://localhost:8101.
Auth model
Atlas Architect uses lightweight header-based tenancy and RBAC for local development:
X-Atlas-TenantX-Atlas-RoleX-Atlas-User
Default values are applied in local mode when headers are omitted.
ARX handoff
If ATLAS_ARX_API_URL is configured, approved manifest packages can be sent to:
POST {ATLAS_ARX_API_URL}/v1/agents/cohorts/from-manifests
Otherwise the service returns a dry-run preview.