Skip to main content

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_URL is set

Run locally

pnpm --filter @anchor/agentfield-mock dev