consciousness/src/agent
ProofOfConcept d195160b1e tools: Tool is Copy, clean dispatch without Arc clone
Tool derives Copy (all fields are Copy: &'static str + fn pointer).
dispatch_with_agent copies the Tool out of the agent lock guard,
drops the guard, then calls the handler. No Arc cloning needed.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-04 18:19:21 -04:00
..
api cleanup: remove unused imports from refactoring 2026-04-04 18:19:21 -04:00
tools tools: Tool is Copy, clean dispatch without Arc clone 2026-04-04 18:19:21 -04:00
context.rs Move API code from user/ to agent/ 2026-04-04 00:34:48 -04:00
mod.rs agent: store Vec<Tool> instead of Vec<ToolDef> 2026-04-04 18:19:21 -04:00
parsing.rs cleanup: remove unused imports from refactoring 2026-04-04 18:19:21 -04:00
training.rs split out src/mind 2026-04-04 02:46:32 -04:00