pykoclaw
Public overview of the current pykoclaw platform and its status.
What pykoclaw is
pykoclaw is a plugin-based agent platform for scheduling, running, and connecting AI agents across multiple channels. It keeps the core minimal and pushes most capabilities into plugins and skills.
Current status
- Core scheduling, conversations, and agent execution are running in daily use.
- Multi-channel plugins exist for WhatsApp, Matrix, Slack, ACP, chat, and shared vision support.
- Streaming responses, process-isolated ACP workers, and Pykofinder-based file-link translation are already shipped.
- The current development focus is on reliability, session continuity, sandboxing, and additional gateways such as Telegram.
Public ecosystem overview
pykoclaw— core framework for scheduling, conversations, plugins, and MCP toolspykoclaw-chat— terminal chat pluginpykoclaw-whatsapp— WhatsApp gateway pluginpykoclaw-matrix— Matrix gateway pluginpykoclaw-messaging— shared messaging dispatch layerpykoclaw-acp— Agent Client Protocol pluginpykoclaw-slack— Slack gateway pluginpykoclaw-vision— shared Gemini-powered image toolingpykoclaw-pykofinder— file-link translation plugin
Current priorities
- Improve reliability and context continuity across restarts
- Expand gateway coverage where it clearly adds value
- Keep the core minimal and move capabilities into plugins and skills
- Strengthen deployment, staging, and operational workflows
Source
- Public code: pykoclaw on GitHub
- Development workspace overview: pykoclaw-dev README