zeroclaw/src/agent
Devin AI 44fa7f3d3d fix(agent): include workspace files when AIEOS identity is configured
Remove early return in IdentitySection::build() that caused AGENTS.md,
SOUL.md, and other workspace files to be silently skipped when AIEOS
identity loaded successfully. Both AIEOS identity and workspace files
now coexist in the system prompt.

Closes zeroclaw-labs/zeroclaw#856

Co-Authored-By: Kristofer Mondlane <kmondlane@gmail.com>
2026-02-19 15:24:58 +08:00
..
agent.rs feat(memory): add configurable postgres storage backend 2026-02-18 20:29:26 +08:00
classifier.rs feat(agent): add rule-based query classification for automatic model routing 2026-02-18 14:41:58 +08:00
dispatcher.rs fix(agent): log warning when native tool call arguments fail JSON parsing 2026-02-18 12:56:56 +08:00
loop_.rs fix(providers): harden tool fallback and refresh model catalogs 2026-02-18 22:50:02 +08:00
memory_loader.rs fix(agent): use config max_tool_iterations, add memory relevance filtering, rebalance search weights 2026-02-18 14:14:33 +08:00
mod.rs feat(agent): add rule-based query classification for automatic model routing 2026-02-18 14:41:58 +08:00
prompt.rs fix(agent): include workspace files when AIEOS identity is configured 2026-02-19 15:24:58 +08:00
tests.rs style(tests): apply rustfmt to brittle-test hardening changes 2026-02-18 14:17:58 +08:00