feat(agentic-os-api): coordination service for the agentic operating system#704
Merged
Conversation
…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.
280bf7b to
5b83a03
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 viapod.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).deploy/values/agentic-os-api.yaml, theplatform-servicesArgoCD ApplicationSet, and theimages.ymlbuild 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