Org AI Force is split into four major concerns:
- Angular workspace surfaces for agents, admin, pilot, readiness, and operations
- NestJS orchestration and governance APIs
- Tool, connector, RAG, and browser-worker capability layers
- Pilot and observability flows for controlled internal rollout
- Angular 21
- route-based workspace for agents, admin, pilot, and debug views
- guarded access through auth, permission, and agent-route checks
- mock-capable services for offline or demo-safe flows
- NestJS modules for auth, agents, tools, connectors, pilot, observability, browser, and RAG
- Prisma-backed persistence paths for SQLite and PostgreSQL
- orchestrator and approval services behind API boundaries
- user interacts with workspace UI
- Angular services manage session state and API interaction
- NestJS orchestrator coordinates tools, approvals, context, and provider calls
- observability and admin layers expose safe operational summaries
This architecture is meant to be inspectable and demonstrable. It is not presented as a finished production platform.