zeroclaw/src/agent
darwin808 4413790859 chore(lint): remove unused imports, variables, and redundant mut bindings
Eliminate low-risk clippy warnings as part of the strict lint backlog (#409):

- Remove unused `uuid::Uuid` imports from slack and telegram channels
- Remove unnecessary `mut` and redundant rebindings in agent loop
- Prefix unused `channel_id` variable in discord channel
- Remove unused test imports (`ChatResponse`, `ToolCall`, `TempDir`, `Path`)
2026-02-17 16:40:58 +08:00
..
agent.rs fix(rebase): resolve main drift and restore CI contracts 2026-02-17 01:01:57 +08:00
dispatcher.rs feat: add agent structure and improve tooling for provider 2026-02-17 01:01:56 +08:00
loop_.rs chore(lint): remove unused imports, variables, and redundant mut bindings 2026-02-17 16:40:58 +08:00
memory_loader.rs feat: add agent structure and improve tooling for provider 2026-02-17 01:01:56 +08:00
mod.rs refactor: improve code formatting and structure across multiple files 2026-02-17 01:01:56 +08:00
prompt.rs feat: add agent structure and improve tooling for provider 2026-02-17 01:01:56 +08:00