consciousness/src/agent
Kent Overstreet 0084b71bbf AutoAgent: multi-step autonomous agent wrapping Agent
Agent::fork() clones context for KV cache sharing with conscious agent.
AutoAgent runs multi-step prompt sequences with tool dispatch — used by
both oneshot CLI agents and (soon) Mind's subconscious agents.

call_api_with_tools() now delegates to AutoAgent internally; existing
callers unchanged.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-07 01:07:04 -04:00
..
api fix: prevent assistant message duplication during tool calls 2026-04-07 00:28:39 -04:00
tools Delete ui_channel.rs — relocate types, remove all UiMessage/UiSender plumbing 2026-04-05 22:34:48 -04:00
context.rs Fix context budgeting and compaction 2026-04-06 22:43:55 -04:00
mod.rs AutoAgent: multi-step autonomous agent wrapping Agent 2026-04-07 01:07:04 -04:00
oneshot.rs AutoAgent: multi-step autonomous agent wrapping Agent 2026-04-07 01:07:04 -04:00