Full sync - all projects, memory, configs

This commit is contained in:
2026-03-21 20:27:59 -05:00
parent 2447677d4a
commit b33de10902
395 changed files with 1635300 additions and 459211 deletions

View File

@ -3,6 +3,11 @@
## 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*