consciousness/src/mind
Kent Overstreet f00532bdb7 TurnResult: remove text field, simplify oneshot loop
- Remove TurnResult.text (was dead code - Agent::turn handles text internally)
- Simplify run_with_backend to just iterate over steps (Agent::turn loops
  for tool calls and handles empty responses internally)
- Change run/run_shared/run_forked_shared to return Result<(), String>
- Remove AgentResult.output field (no callers used it)
- Stub out legacy text-parsing code (audit, compare) that needs redesign
- Update digest.rs to not depend on text return
- Add level parameter to journal_new/journal_update for digest support

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-12 02:04:50 -04:00
..
identity.rs Drop redundant system prompt — all info is in memory nodes 2026-04-12 01:36:59 -04:00
log.rs Fast startup: mmap backward scan instead of reading full log 2026-04-09 13:09:26 -04:00
mod.rs Drop redundant system prompt — all info is in memory nodes 2026-04-12 01:36:59 -04:00
subconscious.rs TurnResult: remove text field, simplify oneshot loop 2026-04-12 02:04:50 -04:00
unconscious.rs TurnResult: remove text field, simplify oneshot loop 2026-04-12 02:04:50 -04:00