apps/agentfield-mock/README.md
Metadata
- Purpose: Source artifact in the anchor-msp system.
- Domain:
applications - Language:
md - Bytes: 404
- Lines: 16
- Content hash (short):
c5f6b0a3 - Source (start): apps/agentfield-mock/README.md:1
- Source (end): apps/agentfield-mock/README.md:16
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