Handbook
Agents and workcells
This section is the canonical handbook for Forge Agent sessions, workcells, forge runners, campaigns, workflows, and the private forge-workcells repo. Platform schemas live in schemas/; execution code lives in product…
Reading order
- Terminology — names, aliases, anti-patterns
- Forge Agent — pattern,
AgentRun, governance modes - Workcell model — roles and request/result envelope
- Forge runner — executable vs record vs workcell id
- Workflows and runs — ForgeRun, Fleet, harness, campaign
- Governed workflows and rules — approval gates, DecisionPack, campaign phases
- Workcell catalog — maintained id → host matrix
- Contracts — schema pointers and samples
- Forge micro-agent —
local_llm_workerpilot - Forge Campaign — multi-repo automation under one ForgeRun
- Self-Host local runner —
local_runneralpha - forge-workcells repo — private runners
Terminology (short)
| Term | What it is |
|---|---|
| Forge | Control-plane envelope (not an agent) |
| ForgeRun | Governed run container (frun_*) |
| Forge Agent | Pattern for a bounded agent session |
| AgentRun | Record of one session (arun_*) |
| Workcell | Bounded role: WorkcellRequest → WorkcellResult |
| Workcell id | Stable string (hermes, local_llm_worker, …) |
| Forge runner | Code that executes a workcell |
| forge-workcells | Private repo for shared runner implementations |
| Micro-agent | Single local-LLM judgment (local_llm_worker) |
| Forge Campaign | Multi-repo effort under one ForgeRun |
| Fleet job | Container execution (not the run SoR) |
| Harness run | KS ruleset test (ForgeRun optional) |
| Governed workflow | LCDL DAG or operators (not platform BPM) |
| DecisionPack | Versioned graph spec in forge-lcdl |
| Approval gate | Human/policy record before execution |
ForgeRun (frun_*)
|
+-- AgentRun (arun_*) + workcell id
| |
| v
| Forge runner (executable)
| |
| +----+----+----------+
| | | |
| platform workcells fleet container
| selfhost local_llm fleet_ux_worker
|
+-- EvidencePacket / Approval (Lenses)
Platform context
- Platform reference architecture
- Ecosystem reference
- Intersection map — Lenses, LCDL, Fleet, Blueprints
- Operating model — three planes
- Approval model