Agency OS Architecture & Training
Sections

Internal system guide

Agency OS Architecture

How Jessie, Asana, live data, client context, Cloudflare, and Platform Build fit together.

What This Is

Jessie

The Asana-facing team agent for consultant work, reporting, monitoring, and review-ready outputs.

Agency OS

The platform around Jessie: context, source assets, data retrieval, run state, artifacts, observability, and architecture records.

Platform Build

The separate improvement loop where Agency OS development tasks are logged, built, reviewed, and merged.

This is internal system documentation. It explains live Jessie and platform behavior first, then exposes technical source references for users who need to extend or audit the system.

Who Does What

Actor or layerPlain-language roleCurrent boundary
ConsultantCreates or assigns work in Asana and adds task-specific notes.Approves client delivery and any real-world change.
JessieReads the Asana task, selects a skill, gathers context/evidence, calls the LLM through AI Gateway, and posts review output.Does not publish to clients or change external systems today.
Cloudflare Worker/control planeReceives Asana events, queues work, stores run state, loads bindings, and calls tools.Runtime system of record for run state, not the human-facing work board.
AI GatewayRoutes approved model calls and records model-call observability metadata.Not an actor. It is the model-call route and observability layer.
Codex/build agentsWork on Agency OS platform development tasks from the Platform Build loop.May build in branches/worktrees. Merge requires human approval.

Current Boundaries

Jessie can do

  • Run live reporting and analysis skills from eligible Asana tasks.
  • Use approved client context and task-specific consultant notes.
  • Retrieve configured read-only data from GA4, Search Console, Google Ads, Meta, Browser Run, R2, and D1 where available.
  • Route insight synthesis through Cloudflare AI Gateway.
  • Post review-ready Asana comments and attach internal artifacts.

Jessie cannot do today

  • Publish directly to clients.
  • Change websites, tracking, ad accounts, budgets, campaigns, or dashboards.
  • Treat consultant notes as permanent approved client context.
  • Create or store secrets.
  • Merge Platform Build code changes without approval.

Recommended Reading Path

Source References