What problem does it solve?
It solves the problem of managing and reusing complex agent workflows by letting Codex sessions be captured, inspected, and turned into repeatable WorkGraph patterns.
Core Features & Use Cases
- Start and backfill WorkGraph: Begin listening for updates and ingest the current Codex session history so work-in-progress can be resumed from the UI.
- Inspect compiled session memory: View what the agent session produced in WorkGraph, making it easier to verify decisions and outcomes.
- Reuse and export patterns: Reuse an existing technique for a new query or export a new reusable skill pattern from an agent session for future use.
- Use Case: When you have an agent session that successfully produced a workflow (e.g., a specific planning and execution technique), export it from the session and reuse it for similar tasks without redoing the setup.
Quick Start
Tell the AI: start WorkGraph listening from inside Codex so it backfills the current session and connects the UI on http://127.0.0.1:8787.