thinking-orbs
A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.
展示了一套结构清晰、可复用的 pi Agent 配置方案,包含行为准则、MCP 集成和工作流自动化,适合作为自定义编码助手的参考。
个人 pi 编码智能体 Agent 配置仓库。
本仓库集中管理 pi Agent 的个性化配置、扩展、MCP 服务以及开发规范,旨在为 AI 编码助手提供一致的行为准则、工具链和工作流。
.
├── AGENTS.md # 全局开发配置(语言、编码原则、工作流、命令策略)
├── settings.json # pi 核心设置(主题、包、提供商、代理等)
├── mcp.json # MCP 服务器配置(chrome-devtools、searchcode、tavily)
├── open-tui.json # Open TUI 终端 UI 配置
├── extensions/ # 自定义扩展
│ ├── custom-provider.ts
│ ├── permission-gate.ts
│ ├── qna.ts
│ ├── question.ts
│ ├── questionnaire.ts
│ ├── structured-output.ts
│ └── tools.ts
├── LICENSE
└── README.md
| 配置项 | 说明 |
|---|---|
theme | 界面主题(one-dark) |
defaultProvider / defaultModel | 默认 AI 提供商与模型 |
httpProxy | HTTP 代理地址 |
packages | 需要额外安装的 pi 包(见下方安装说明) |
retry | 自动重试策略(最多 8 次,基础延迟 5s) |
hideThinkingBlock | 隐藏思考过程 |
quietStartup | 静默启动 |
settings.json 中配置的 packages 需要单独安装,在终端执行:
pi install pi-mcp-adapter
pi install pi-open-tui
pi install @tintinweb/pi-subagents
pi install @pi-lab/notify
pi install @juicesharp/rpiv-todo
pi install @firstpick/pi-themes-bundle
pi install pi-rounded-tools
各包功能:
| 包名 | 说明 |
|---|---|
pi-mcp-adapter | MCP 协议适配器 |
pi-open-tui | 终端 UI 增强 |
@tintinweb/pi-subagents | 子代理支持 |
@pi-lab/notify | 通知功能 |
@juicesharp/rpiv-todo | 任务管理 |
@firstpick/pi-themes-bundle | 主题包合集 |
pi-rounded-tools | 圆角工具样式 |
mcp.json 配置了以下 MCP 服务器:
npx chrome-devtools-mcp)open-tui.json 配置了终端 UI 的显示语言、图标、底部状态栏段落和遥测选项。
AGENTS.md 是 AI 编码助手的行为准则,核心要点:
/code-review-expert、复杂规划 /planning-with-files 自动触发packages 安装 章节)settings.json、mcp.json、open-tui.json 放置在 pi 配置目录中AGENTS.md 放置在项目根目录作为 AI 行为准则感谢 LinuxDo 社区对本项目的支持
个人的pi Agent 配置仓库
根据分类、Topic 和编程语言匹配的相似项目。
A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.