Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 819 Bytes

File metadata and controls

26 lines (20 loc) · 819 Bytes

agent-callback-bridge

A lightweight bridge for coding-task execution and completion callbacks in our OpenClaw multi-agent team.

Current status

Active — MVP implementation started.

Purpose

Unify Claude Code / Codex style coding runs behind a shared task metadata + completion callback + result handoff workflow, so Jarvis can orchestrate large development tasks cleanly.

Round-1 MVP skeleton

Implemented in T005:

  • Contracts: src/contracts/{task,result,outbox}.ts
  • Stores: src/store/{run-store,outbox-store}.ts
  • Runner abstraction: src/runners/adapter.ts
  • Minimal orchestration: src/app/run-task.ts
  • Notes: docs/implementation-notes-round1.md

Dev

  • Install deps: npm install
  • Type check: npm run typecheck

See also

  • PROJECT.md
  • docs/requirements.md
  • tasks/backlog.md