Skip to content

feat(agentic-os-api): coordination service for the agentic operating system#704

Merged
mdheller merged 1 commit into
mainfrom
feat/agentic-os-service
Jul 5, 2026
Merged

feat(agentic-os-api): coordination service for the agentic operating system#704
mdheller merged 1 commit into
mainfrom
feat/agentic-os-service

Conversation

@mdheller

@mdheller mdheller commented Jul 4, 2026

Copy link
Copy Markdown
Member

The runtime slot for the agentic OS. A thin FastAPI service that serves the canonical agentic-OS objects (Opportunity / AgentPod / ReadinessScore / CaptureCadence) the cockpit console renders and the pods coordinate against.

Object shapes conform to the sourceos-spec agentic-OS contract and compose over prophet-workspace (ProfessionalWorkroom / OrgGovControlRoom via workroomRef/controlRoomRef) + prophet-mesh (agent-choir via pod.choirRole) — carrying the Telos (objective + constraints) and readiness as burden-of-proof gates. Read-only seed today; a live registry adapter resolves the same URNs from the workspace + estate graph.

  • apps/agentic-os-api — FastAPI app (/health, /opportunities[/{slug}], /pods, /cadence) + Dockerfile (python:3.12-slim, uvicorn :8080, self-contained context) + tests (5/5, contract conformance + readiness scoring).
  • GitOps wired: deploy/values/agentic-os-api.yaml, the platform-services ArgoCD ApplicationSet, and the images.yml build matrix.

Completes the agentic OS across the estate — sourceos-spec contract (#191) + prophet-mesh estate graph (#14) + prophet-workspace cadence (#23) + this runtime + the client-vue console.

🤖 Generated with Claude Code

…system

The runtime slot for the agentic OS. A thin FastAPI service that serves the
canonical agentic-OS objects (Opportunity / AgentPod / ReadinessScore /
CaptureCadence) the cockpit console renders and the pods coordinate against.

Object shapes conform to the sourceos-spec agentic-OS contract and COMPOSE over
prophet-workspace (ProfessionalWorkroom / OrgGovControlRoom; workroomRef/
controlRoomRef) + prophet-mesh (agent-choir; pod.choirRole) — carrying the Telos
(objective + constraints) and readiness as burden-of-proof gates. Read-only seed;
a live registry adapter resolves the same URNs from the workspace + estate graph.

- apps/agentic-os-api: FastAPI app (/health, /opportunities[/{slug}], /pods,
  /cadence) + Dockerfile (python:3.12-slim, uvicorn :8080, self-contained
  context) + tests (5/5, contract conformance + readiness scoring).
- Wired into GitOps: deploy/values/agentic-os-api.yaml, the platform-services
  ArgoCD ApplicationSet, and the images.yml build matrix.
@mdheller mdheller force-pushed the feat/agentic-os-service branch from 280bf7b to 5b83a03 Compare July 4, 2026 21:28
@mdheller mdheller merged commit 2a56cd6 into main Jul 5, 2026
61 checks passed
@mdheller mdheller deleted the feat/agentic-os-service branch July 5, 2026 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant