apps/agentfield-mock/README.md
- Source: apps/agentfield-mock/README.md
Imported Content
AgentField Mock
Mock AgentField control-plane service for local integration testing.
Behavior
- Accepts execution requests on
POST /api/v1/execute/{agent}.{reasoner} - Returns async handle (
executionId,status,acceptedAt) - Optionally posts completion callback to gateway when
GATEWAY_WORKFLOW_CALLBACK_URLis set
Run locally
pnpm --filter @anchor/agentfield-mock dev