Worker
Receives events, checks tasks, queues work, runs Jessie logic, and exposes internal APIs.
Cloudflare control plane
The live infrastructure that receives Asana events, queues work, stores state, stores artifacts, and routes model calls.
Receives events, checks tasks, queues work, runs Jessie logic, and exposes internal APIs.
Keep webhook intake fast and make task processing retryable.
Stores run state, task state, artifact records, context metadata, and audit traces.
Stores larger context, evidence, crawl, and generated artifact packages.
Hosts internal architecture documentation and staff web interfaces.
Routes all live Jessie model calls and records model-call metadata.
One Asana task, end to end: Asana triggers the Worker, the Worker leans on Queues, D1, R2, the AI Gateway, and read-only source APIs, then posts a review-ready draft back to Asana.
| Layer | Live name or binding | Use |
|---|---|---|
| Architecture Pages project | agency-os-architecture-site | Internal architecture and training site. |
| Client dashboard Pages project | agency-os-web-interface | Client-facing performance dashboard (live for the first client, IP-restricted); separate from this internal site. |
| Worker | agency-os-dev-platform-build-control-plane | Hosted Jessie and Platform Build control plane. |
| Jessie Intake Asana project | 1214884895166080 | Watched Team Agent intake project. |
| Platform Build Asana project | 1214798884267191 | Improvement-task board. |
| D1 | agency-os-dev-platform-build-runs | Build runs, Team Agent runs, context, artifacts, and runtime state. |
| Queue | agency-os-dev-team-agent-runs | Jessie task execution queue. |
| Queue | agency-os-dev-platform-build-runs | Platform Build run queue. |
| R2 | agency-os-dev-client-context | R2-backed client context lake cache. |
| R2 | agency-os-dev-client-data-plane | Raw source snapshots and prepared client data. |
| R2 | agency-os-dev-technical-seo-audits | Technical SEO audit packages. |
| Durable Object | TEAM_AGENT_TASK_AGENT | Agents SDK production-shadow Team Agent object. |
| Cron | */5 * * * * | Scheduled reconciliation/monitoring trigger. |
| AI Gateway config | AI_GATEWAY_PROVIDER=openai, AI_GATEWAY_MODEL=gpt-5.5 | Model-call route configuration; technical SEO synthesis uses low reasoning effort and a larger completion budget. |
Architecture site changes should be published to the live Cloudflare Pages domain after successful build and verification whenever deployment credentials are available.