Overview of MetaClaw
mainMetaClaw is an agent framework designed to meta-learn and evolve through real-world conversations. It acts as a proxy that intercepts interactions from personal agents (such as OpenClaw, CoPaw, IronClaw, etc.), injects relevant skills at each turn, and uses accumulated experience to perform continuous learning.
Key features include:
- One-click deployment: Automated setup for personal agents.
- Three operating modes:
skills_only(proxying and skill injection),rl(skills + immediate RL training), andauto(skills + RL with a smart scheduler that runs updates during idle/sleep windows). - Long-term memory: Persists facts and preferences across sessions.
- Asynchronous design: Decouples serving, reward modeling, and training so the agent remains responsive during optimization.