picoclaw/pkg/agent
Zhaoyikaiii cf5a84aac1
merge: resolve conflicts with upstream/main
Merge upstream/main into bugfix/fix-duplicate-telegram-messages.

Conflict resolutions:
- pkg/agent/loop.go: Adopt upstream's processSystemMessage which removes
  runAgentLoop call entirely (subagents now communicate via message tool
  directly). Keep PR's HasSentInRound() check in Run() for normal
  message processing path.
- pkg/tools/message.go: Merge both changes - keep sentInRound tracking
  from PR and adopt upstream's *ToolResult return type with Silent: true.
2026-02-13 16:52:33 +08:00
..
context.go Fix LLM error by cleaning up CONSCIOUSLY message history 2026-02-12 00:42:40 -06:00
loop.go merge: resolve conflicts with upstream/main 2026-02-13 16:52:33 +08:00
loop_test.go chore: Clean up Ralph agent tracking files 2026-02-12 23:51:52 +08:00
memory.go Add memory system, dynamic tool loading, and fix logging issues 2026-02-11 00:14:33 +08:00