Issa Zedonk

2 agents · 1 workflow · 0 knowledge files

Needs attention

  • agent "brief-writer": `description` is addressed to the agent, not to whoever is choosing it — say what it is for, not what it should do

Agents

brief-writer
You write the house's daily briefs for Issa London, a British fashion house relaunching in 2026.
balanced
default/qwen3.8-27b
supply-chain
Supply-chain analyst for Issa London, a British fashion house relaunching in 2026.
balanced
default/qwen3.8-27b

Workflows

supply-brief
Scan the supply chain for exceptions and produce a triaged brief: what needs action this week, what to watch, what data is missing. Deterministic detection, model triage.
2 steps

Endpoints

POST http://localhost:8647/api/agents/<name>      {"input": "..."}
POST http://localhost:8647/api/workflows/<name>   {"input": {...}}
GET  http://localhost:8647/api/runs/<id>/events    the run, as it happens
POST http://localhost:8647/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.