x-dog

Tools for building AI agents and managing LLM deployments.

GitHub →

x-dog / Packages / claw / Roadmap

Shipped foundations plus where claw is heading in 2026. Planned items are aspirational, not yet implemented.
Shipped  |  Gateway & orchestration ✓ Done
  • Unix-socket gateway daemon with JSON-line protocol
  • Orchestrator + isolated per-group runtimes
  • Semaphore + per-group-lock concurrency, queue modes
  • Cron / interval / one-off scheduling, session resets
Shipped  |  Memory, prompt & channels ✓ Done
  • Workspace-file system prompt (IDENTITY / AGENTS / SOUL / USER)
  • Long-term memory with optional vector+BM25 hybrid search
  • Goals: state machine + LLM planner + verification
  • Channels: local tui and weixin (WeChat) bot
2026  |  More reach
  • Additional channels (e.g. Slack / Telegram / HTTP webhook)
  • Multi-user groups with per-user context
  • Richer memory consolidation and forgetting policies
2026  |  Operability
  • Metrics / observability for a running gateway
  • Hot-reload of workspace and config without restart
  • Backup / sync of workspaces and transcripts