Skip to main content

apps/agentfield-mock/README.md

Metadata

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

  • H1: AgentField Mock (line 1)
  • H2: Behavior (line 5)
  • H2: Run locally (line 11)

Source Preview

# 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

```bash
pnpm --filter @anchor/agentfield-mock dev