8cac96864ac3

1 agent · 0 workflows · 0 knowledge files

Needs attention

  • support: no model endpoint configured — set PRAECISE_API_KEY to run on Praecise Cloud, or add `models` to praecise.config.ts to point at your own

Agents

support
Answers order questions for the furcate end-to-end test.
balanced
no model

Endpoints

POST http://localhost:8600/api/agents/<name>      {"input": "..."}
POST http://localhost:8600/api/workflows/<name>   {"input": {...}}
GET  http://localhost:8600/api/runs/<id>/events    the run, as it happens
POST http://localhost:8600/mcp                    JSON-RPC (agents + workflows as tools)

Send Accept: text/event-stream to an agent to read the work as it happens
rather than waiting for the answer.