Issa Care

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
care-agent
Customer-service agent for Issa London, a British fashion house.
balanced
default/qwen3.8-27b

Workflows

care-brief
Scan the customer-service side for exceptions and produce a triaged brief: unshipped paid orders, disputes, restock notifications owed, aging cases, and the data gaps. Deterministic detection, model triage.
2 steps

Endpoints

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