The self-improving AI agent. Creates skills from experience, improves them during use, and runs anywhere — from a $5 VPS to a GPU cluster. 一个会自我进化的 AI 智能体。从经验中提炼技能,在使用中持续改进,可部署于任何环境 —— 小到 一台廉价云服务器,大到 GPU 集群。
Not a chatbot. An agent with a closed learning loop — it curates its own memory, creates its own skills, and searches its own past. 它不是聊天机器人,而是一个拥有闭环学习能力的智能体 —— 会整理自己的记忆、创造自己的技能、检索自己过往的对话。
Two layers working together. Tools give the agent atomic capabilities. Skills teach it how to combine them — and it can write new skills on its own. 两层协作架构。工具提供原子能力,技能教它如何组合这些能力 —— 而且它会自己写新的技能。
// + 24 internal infrastructure modules (security, approval, registry, credential handling, etc.) // + 24 个底层基础设施模块(安全、审批、注册、凭证管理等)
// Skills install via bitidea skills install <name> · write your own with a single SKILL.md file
// 通过 bitidea skills install <名称> 安装 · 也可以用一个 SKILL.md 文件定义自己的技能
Works on Linux, macOS, WSL2, and Android via Termux. Installs the CLI, sets up config, and gets you chatting in under 2 minutes. 支持 Linux、macOS、WSL2,以及 Android(通过 Termux)。自动安装命令行工具、配置环境,两分钟内即可对话。
Any LLM provider. Any messaging platform. Any runtime. No vendor lock-in, no hidden dependencies. 任意大模型厂商、任意消息平台、任意运行时。没有厂商锁定,没有隐性依赖。
Open source. MIT licensed. Run it on your laptop, your VPS, or your GPU cluster. Talk to it from anywhere. 开源项目,MIT 协议。部署在笔记本、VPS 或 GPU 集群上都可以 —— 从任何地方与它对话。