claude-agent-service/agents
Viktor Barzin 33ff0868c3 conversational: add no-tools multi-turn Brain endpoint for portal-assistant
The portal-assistant voice gateway needs a Claude that is conversational, free
(on the cluster subscription, no metered API), and safe to sit behind a public
edge. Add POST /v1/conversational: it drives a new no-tools `conversational`
agent with per-conversation --resume so a voice turn keeps context, and is lean
on purpose — no workspace clone, no tools, and crucially NO
--dangerously-skip-permissions (so even a leaked agent can't execute anything).
This is deliberately NOT /v1/chat/completions, which clones the git-crypt infra
repo and runs a Bash-enabled agent per turn (portal-assistant ADR-0002).

The conversational agent replies in the speaker's language (Bulgarian/English),
short and TTS-friendly. Tests cover the argv builder (new vs resume), the happy
path, multi-turn resume across calls, auth, and failure → 503. Full suite green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-17 18:38:44 +00:00
..
beads-task-runner.md Initial extraction from monorepo 2026-05-07 17:07:12 +00:00
breakglass.md breakglass: in-cluster emergency-recovery UI for the devvm 2026-06-12 21:36:05 +00:00
conversational.md conversational: add no-tools multi-turn Brain endpoint for portal-assistant 2026-06-17 18:38:44 +00:00
nextcloud-todos-exec.md nextcloud-todos-exec: add MCP tools to frontmatter + executor guidance 2026-06-04 08:04:19 +00:00
nextcloud-todos-planner.md feat: nextcloud-todos planner + exec agents, bake into image 2026-06-04 03:45:28 +00:00
recruiter-triage.md recruiter-triage: AI culture & tooling section in deep research 2026-05-16 13:04:57 +00:00
trip-planner.md feat: trip-planner research agent 2026-06-06 07:07:24 +00:00