AGUIA · Deck v2 Agent LLM chat · same-origin API
health … skills: ported + wired hooks: ported + wired subagents: ported + wired
agent

Talk to the live Agent LLM

1. Login above · 2. New agent (or paste an agent id) · 3. Type and send.

Uses POST /v1/agents + POST /v1/agents/{id}/turn with { message } — real cell → agent-llm upstream.

Multi-turn: same agent id keeps the conversation on the cell.

Product Tour

Automated happy-path scorecard (auth → notes → agent turn → teams → spend → webhooks).

Agents / memory

Low-level controls. Prefer the Chat panel for conversation.

Create

Turn (raw)

Memory

Goal tracking

GoalWorker DO via POST /v1/agents/{id}/goals — set / status / pause / resume / clear / step / run.

Controls

Snapshot

Todo tracking

Durable todo list via GET /v1/agents/{id}/goals/todos + the todos op.

Add / mark complete

Todo list

Teams

Vertical: team → teammate → task → claim → complete → usage.

LLM gateway admin

/api/v1/llm-gateway/* — keys, spend, kpis (not public Anthropic /v1/messages).

Notes

Webhooks

Telemetry

Known gaps (honest)

OpenClaw handshake
POST /v1/openclaw/handshake → 404 on prod; OPENCLAW_TICKET_SECRET not on env.production.vars.
Anthropic POST /v1/messages on API root
Lives on agent-llm worker. Chat here uses gateway /v1/agents/{id}/turn → cell → LLM (correct product path).
Multi-worker API split
Production is still single-worker monolith + agent-cell / agent-llm service bindings.