Add plan-mode endpoint: POST /api/chat {mode:'plan'} (#27) #61

Closed
will.anderson wants to merge 1 commits from feat/plan-mode-endpoint into main

1 Commits

Author SHA1 Message Date
will.anderson 9aa8db1362 Add plan-mode endpoint to agentic path
Neuron Soul CI / build (pull_request) Has been cancelled
POST /api/chat {mode:'plan'} returns a structured step list from the LLM
without executing any tools. The client can show and edit this plan before
sending the real agentic request.

Implements issue #27 item 2 (Agent panel soul contract — plan mode).
2026-06-28 14:23:32 -05:00