consciousness/src
Kent Overstreet b0f09a8f43 agent: validate tool call arguments before dispatch
Reject tool calls with malformed JSON arguments early, returning
a clear error to the model instead of silently defaulting to null
and dispatching anyway. Prevents cascading failures when the model
generates truncated tool call arguments.

Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev>
2026-04-05 01:18:47 -04:00
..
agent agent: validate tool call arguments before dispatch 2026-04-05 01:18:47 -04:00
bin split out src/mind 2026-04-04 02:46:32 -04:00
claude tools: static string definitions, no runtime JSON construction 2026-04-04 18:19:21 -04:00
cli oneshot: simplify API surface 2026-04-04 18:19:21 -04:00
hippocampus remove more dead transcript mining code 2026-04-02 21:45:56 -04:00
learn move memory_search from hippocampus to subconscious/hook 2026-03-27 20:50:24 -04:00
mind add --no-agents flag to disable background agents 2026-04-05 01:18:47 -04:00
subconscious oneshot: simplify API surface 2026-04-04 18:19:21 -04:00
thalamus channels: find_daemon path walking, consistent pane_id, auto-start 2026-04-04 19:22:49 -04:00
user add --no-agents flag to disable background agents 2026-04-05 01:18:47 -04:00
config.rs add --no-agents flag to disable background agents 2026-04-05 01:18:47 -04:00
lib.rs agent: move oneshot execution from subconscious to agent module 2026-04-04 18:19:21 -04:00
main.rs delete dead code: channel-test, mcp-schema, cmd_mcp_schema 2026-04-03 20:52:40 -04:00
session.rs move Claude Code-specific code from thalamus/ to claude/ 2026-04-03 19:26:24 -04:00
util.rs delete 20 dead public functions across 12 files 2026-04-02 16:21:01 -04:00