34 lines
1.3 KiB
Markdown
34 lines
1.3 KiB
Markdown
# TASKS.md - Task Tracker
|
|
|
|
## Inbox
|
|
*New tasks, not yet prioritized*
|
|
|
|
### Stolen from Agent Zero
|
|
- [ ] **Auto-learning RAG memory** — Agent memory that grows organically from interactions. No manual file curation. Agent auto-indexes useful solutions, facts, and patterns into ChromaDB as it works. (Agent Zero's killer feature)
|
|
- [ ] **Self-creating tools** — Agent detects when it needs a tool that doesn't exist and writes it on the fly. Saves to a tools directory for reuse. Glitch could do this today if we give him the pattern.
|
|
- [ ] **Agent-as-MCP-server** — Expose each OpenClaw agent as an MCP server so external frameworks can call into them. Future-proofs us for cross-framework interop.
|
|
|
|
|
|
## In Progress
|
|
*Currently working on*
|
|
|
|
## Waiting
|
|
*Blocked or waiting on something*
|
|
|
|
|
|
## Done
|
|
*Completed tasks (move here, don't delete)*
|
|
|
|
- [x] 2026-01-30: Initial setup - folder structure, templates, scripts
|
|
- [x] 2026-01-30: System packages installed - ffmpeg, imagemagick, neovim, tmux, pip, pnpm, build-essential
|
|
- [x] 2026-01-30: Shell aliases, tmux config, bashrc integration
|
|
- [x] 2026-01-30: Tools: search, inbox-processor, daily-digest, web-clipper
|
|
- [x] 2026-01-30: Created workspace-tools skill
|
|
- [x] 2026-01-31: Sandbox buildout complete (74 files, 37 tools, ws CLI)
|
|
|
|
---
|
|
|
|
## Usage
|
|
|
|
Move tasks between sections. Mark done with `[x]`. Date when completed.
|