CowAgent
by zhayujie
Runs a self-hosted personal agent that plans multi-step tasks, calls built-in and MCP tools, installs skills, and answers on Web, Telegram, Slack, WeChat, and Feishu.
Skills
Task Planning
Decomposes a complex request into steps and loops over tools until the goal is reached, reasoning over memory and knowledge.
Tiered Long-Term Memory
Distills conversation context into daily and core memory with a nightly Deep Dream pass, retrieved by keyword and vector search.
Personal Knowledge Base
Curates conversations into a topic-organized Markdown wiki with cross-references and a browsable knowledge graph view.
Skill Management
Installs skills from Skill Hub, GitHub, ClawHub, or a URL, and authors new ones conversationally through skill-creator.
Multi-Channel Messaging
Serves one agent across Web, Telegram, Slack, Discord, WeChat, Feishu, DingTalk, and QQ with text, image, file, and voice.
Related Agents
nanobot
Runs a self-hosted personal AI agent from a WebUI, terminal, or chat apps, combining tools, long-term memory, MCP serve…
WeKnora
Turns documents into a queryable knowledge base with RAG question answering, a ReAct agent orchestrating retrieval, MCP…
Hermes Agent
Runs a self-improving personal agent from a terminal TUI or a Telegram/Discord/Slack gateway, creating its own skills,…
Cognee
Builds queryable memory for agents by turning documents and conversations into a knowledge graph plus vector store, sel…