picoclaw/pkg
Together eff0f491e9 fix(agent): use atomic.Bool for AgentLoop.running to prevent data race
Run() and Stop() access the `running` field from different goroutines
without synchronization. Replace the bare `bool` with `sync/atomic.Bool`
to eliminate the data race.
2026-02-12 01:26:22 +08:00
..
agent fix(agent): use atomic.Bool for AgentLoop.running to prevent data race 2026-02-12 01:26:22 +08:00
bus * First commit 2026-02-09 19:20:19 +08:00
channels Fix typos and update API keys in README 2026-02-11 20:46:01 +08:00
config Merge branch 'pr-12' 2026-02-11 19:47:11 +08:00
cron refactor(agent): improve code quality and restore summarization 2026-02-11 20:31:41 +08:00
heartbeat * First commit 2026-02-09 19:20:19 +08:00
logger * First commit 2026-02-09 19:20:19 +08:00
providers Fix: prioritize explicit provider prefixes and update max_tokens schema 2026-02-11 22:49:47 +08:00
session fix(cron): add one-time reminders and fix data paths to workspace 2026-02-11 20:31:41 +08:00
skills Add memory system, dynamic tool loading, and fix logging issues 2026-02-11 00:14:33 +08:00
tools refactor(tools): remove duplicate truncate functions and add docs 2026-02-11 20:31:41 +08:00
utils refactor(agent): improve code quality and restore summarization 2026-02-11 20:31:41 +08:00
voice * Discord & Telegram support ASR through groq 2026-02-10 17:11:42 +08:00