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).
This commit is contained in:
2026-06-28 14:23:32 -05:00
parent a77578e243
commit 9aa8db1362
6 changed files with 186 additions and 90 deletions
Generated Vendored
+104 -72
View File
File diff suppressed because one or more lines are too long