Original Reddit post

This is an Agent framework built in pure Golang, featuring: Dispatcher-based intelligent routing — a dispatcher model routes every task to the best-fit worker (Claude for coding, Gemini for video, GPT for research), instead of forcing one model to do everything. An agent that builds and persists its own tools — when a tool is missing, the agent writes a script or API integration into extensions/ and loads it as a native tool on the next run; MCP servers are supported alongside. One runtime across every channel — Telegram, Discord, TUI, Web, and cron all attach to the same daemon; sessions, memory, and the tool set are shared rather than rebuilt per surface. Actively under development — feedback and suggestions welcome! I could really use help with prompt engineering and testing. submitted by /u/pardnchiu

Originally posted by u/pardnchiu on r/ArtificialInteligence