zeroclaw/src/agent
Nisit Sirimarnkit d1c474df78
fix(agent): use Gregorian datetime and prioritize date context in prompts (#4369)
Force explicit Gregorian year/month/day via Datelike/Timelike traits instead of chrono format() which inherits system locale (e.g. Buddhist calendar on Thai systems). Prepend datetime before memory context in user messages. Rename DateTimeSection header to CRITICAL CONTEXT.
2026-03-24 15:37:00 +03:00
..
agent.rs fix(agent): use Gregorian datetime and prioritize date context in prompts (#4369) 2026-03-24 15:37:00 +03:00
classifier.rs feat(agent): log query classification route decisions 2026-02-24 16:02:59 +08:00
dispatcher.rs fix(agent): prevent duplicate tool schema injection in XML dispatcher (#3744) 2026-03-24 15:17:21 +03:00
loop_.rs feat(tools): add cross-channel poll creation tool (#4396) 2026-03-24 15:36:59 +03:00
loop_detector.rs feat(agent): add loop detection guardrail for repetitive tool calls (#4240) 2026-03-24 15:34:56 +03:00
memory_loader.rs feat(memory): restore time-decay scoring lost in main→master migration (#4274) 2026-03-24 15:34:54 +03:00
mod.rs feat(agent): add loop detection guardrail for repetitive tool calls (#4240) 2026-03-24 15:34:56 +03:00
prompt.rs fix(agent): use Gregorian datetime and prioritize date context in prompts (#4369) 2026-03-24 15:37:00 +03:00
tests.rs fix(agent): prevent duplicate tool schema injection in XML dispatcher (#3744) 2026-03-24 15:17:21 +03:00
thinking.rs fix(agent): prevent thinking level prefix from leaking across turns (#4277) 2026-03-24 15:34:54 +03:00