pikiloom 0.4.5 → 0.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +51 -27
- package/README.zh-CN.md +26 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,30 +1,48 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
|
-
<img src="docs/logo-wordmark.png" alt="pikiloom" width="440">
|
|
3
|
+
<img src="docs/logo-wordmark-gradient.png" alt="pikiloom" width="440">
|
|
4
4
|
|
|
5
5
|
## Put the world's smartest AI agents in your pocket.
|
|
6
6
|
|
|
7
7
|
##### *The open Agent orchestrator for the era when creators no longer need to read code.*
|
|
8
8
|
|
|
9
|
-
*Plug in any agent (Claude · Codex · Gemini · Hermes · …), any model (Claude · GPT · Gemini · DeepSeek · Doubao · MiMo · MiniMax · OpenRouter · or any
|
|
9
|
+
*Plug in any agent (Claude · Codex · Gemini · Hermes · …), any model (Claude · GPT · Gemini · DeepSeek · Doubao · MiMo · MiniMax · Qwen · OpenRouter · local Ollama / mlx-lm · or any OpenAI-compatible proxy), and any tool (Skills · MCP · CLI) — then drive a **swarm of them in parallel** from whichever terminal is closest: an IM, the Web Dashboard, or the CLI. pikiloom is built with pikiloom.*
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
12
|
npx pikiloom@latest
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
<p>
|
|
16
|
-
<a href="https://
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
<b><a href="https://xiaotonng.github.io/pikiloom/">▶ Explore the live site & demos →</a></b>
|
|
17
|
+
</p>
|
|
18
|
+
|
|
19
|
+
<p>
|
|
20
|
+
<a href="https://www.npmjs.com/package/pikiloom"><img src="https://img.shields.io/npm/v/pikiloom?label=npm&color=cb3837&logo=npm&logoColor=white" alt="npm version"></a>
|
|
21
|
+
<a href="https://www.npmjs.com/package/pikiloom"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fxiaotonng%2Fpikiloom%2Fmain%2Fdocs%2Fdownloads.json&logo=npm&logoColor=white" alt="combined npm installs per month (pikiloom + pikiclaw)"></a>
|
|
22
|
+
<a href="https://xiaotonng.github.io/pikiloom/"><img src="https://img.shields.io/badge/live%20demo-pikiloom-38bdf8" alt="Live demo"></a>
|
|
19
23
|
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License: MIT"></a>
|
|
20
|
-
<a href="https://nodejs.org"><img src="https://img.shields.io/badge/node-%E2%89%A520-
|
|
24
|
+
<a href="https://nodejs.org"><img src="https://img.shields.io/badge/node-%E2%89%A520-44cc11.svg" alt="Node 20+"></a>
|
|
21
25
|
</p>
|
|
22
26
|
|
|
23
27
|
<p>
|
|
24
28
|
<b>English</b> | <a href="README.zh-CN.md">简体中文</a>
|
|
25
29
|
</p>
|
|
26
30
|
|
|
27
|
-
<img src="docs/promo-orchestrator.png" alt="
|
|
31
|
+
<a href="https://xiaotonng.github.io/pikiloom/#orchestrator"><img src="docs/promo-orchestrator.png" alt="pikiloom — the open Agent orchestrator: any terminal, any agent, any model, any tool" width="820"></a>
|
|
32
|
+
|
|
33
|
+
<sub><a href="https://xiaotonng.github.io/pikiloom/#orchestrator">↗ Explore the interactive, animated version on the live site</a></sub>
|
|
34
|
+
|
|
35
|
+
</div>
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
<div align="center">
|
|
40
|
+
|
|
41
|
+
###### ENGINEERS FROM THESE TEAMS BUILD WITH PIKILOOM
|
|
42
|
+
|
|
43
|
+
**ByteDance · Tencent · Alibaba · Meta · Google · Moonshot AI · MiniMax · StepFun**
|
|
44
|
+
|
|
45
|
+
<sub>Individual engineers from these teams build with pikiloom — real practitioners reaching for it day to day, not corporate endorsements.</sub>
|
|
28
46
|
|
|
29
47
|
</div>
|
|
30
48
|
|
|
@@ -79,42 +97,48 @@ This is the shape that matters: one creator, with a swarm of AI agents at their
|
|
|
79
97
|
|
|
80
98
|
## See It in Action
|
|
81
99
|
|
|
82
|
-
|
|
100
|
+
▶ **[Watch these in motion on the live site →](https://xiaotonng.github.io/pikiloom/#in-action)**
|
|
83
101
|
|
|
84
|
-
|
|
102
|
+
> **A Swarm, in Parallel** — The whole point: run **N agents across N panes at once**. Every pane is an independent agent stream on its own session and workspace. Dispatch a task to each and watch them all work simultaneously — then fan out from 1 → 2 → 3 → 6 panes as you scale.
|
|
85
103
|
|
|
86
|
-
|
|
104
|
+
<p align="center"><img src="docs/promo-parallel.gif" alt="Multiple agents working in parallel across panes — dispatch to all, watch them stream at once" width="820"></p>
|
|
87
105
|
|
|
88
|
-
<p align="center"><img src="docs/promo-dashboard-workspace.png" alt="
|
|
106
|
+
<p align="center"><img src="docs/promo-dashboard-workspace.png" alt="Three agents running in parallel — three panes, three live sessions" width="820"></p>
|
|
89
107
|
|
|
90
|
-
|
|
91
|
-
<summary><b>More: Basic Ops · IM Access · Agents · Models · Extensions · Permissions · System Info</b></summary>
|
|
108
|
+
> **Switch the Agent mid-session — the context follows** — One Claude session, hand the work down the line: switch to Gemini, then Hermes, without leaving the thread. Claude builds a `useDebounce` hook, Gemini reviews *the previous agent's* code, Hermes recaps the whole session — each agent inherits the full history across the swap.
|
|
92
109
|
|
|
93
|
-
|
|
110
|
+
<p align="center"><img src="docs/promo-switch.gif" alt="Switch agent mid-session — Claude builds, Gemini reviews, Hermes recaps, all in one continuous session" width="820"></p>
|
|
94
111
|
|
|
95
|
-
|
|
112
|
+
> **Real-world Task** — Ask pikiloom to gather and summarize today's AI news; the agent reads, writes, and ships the results back through Telegram, all controlled from your phone.
|
|
96
113
|
|
|
97
|
-
|
|
114
|
+
<p align="center"><img src="docs/promo-demo.gif" alt="Telegram demo: ask, the agent works locally, the result returns to chat" width="780"></p>
|
|
115
|
+
|
|
116
|
+
<details>
|
|
117
|
+
<summary><b>More: Six-pane grid · Switch agents mid-session · Standard/Extra mode · IM · Agents & Models · Extensions · System</b></summary>
|
|
98
118
|
|
|
99
|
-
|
|
119
|
+
> **Six in parallel** — Six independent agent streams on one screen. Pick the layout (1 / 2 / 3 / 6) that matches how wide you want to fan out; each pane keeps its own agent, model, and session history. Light/dark theme and full EN/中文 throughout.
|
|
100
120
|
|
|
101
|
-
|
|
121
|
+
<img src="docs/promo-dashboard-six.png" alt="Six-pane parallel grid — six agent streams at once" width="820">
|
|
102
122
|
|
|
103
|
-
|
|
123
|
+
> **Standard / Extra access mode** — Per agent, choose which billing pool Claude turns land on: **Standard** (interactive, counted inside your Pro/Max subscription) or **Extra** (headless `claude -p`, billed against the separate Agent SDK credit pool). Plus per-session model and reasoning-effort selectors.
|
|
104
124
|
|
|
105
|
-
|
|
125
|
+
<img src="docs/promo-dashboard-agent-mode.png" alt="Standard / Extra access mode toggle" width="820">
|
|
106
126
|
|
|
107
|
-
> **
|
|
127
|
+
> **IM Access** — Check and configure connection statuses for Telegram, Feishu, WeChat, Slack, Discord, DingTalk, and WeCom.
|
|
108
128
|
|
|
109
|
-
<img src="docs/promo-dashboard-
|
|
129
|
+
<img src="docs/promo-dashboard-im.png" alt="IM Access" width="820">
|
|
110
130
|
|
|
111
|
-
> **
|
|
131
|
+
> **Agents & Models** — Manage installed agent CLIs, set your default agent, and bind a secure Providers + Profiles vault (Claude · GPT · Gemini · DeepSeek · Doubao · MiMo · MiniMax · Qwen · OpenRouter · any OpenAI-compatible proxy), validated against the read-only `models.dev` catalog and injected per-agent at spawn time. Local backends (Ollama, mlx-lm on Apple Silicon) attach the moment they're detected.
|
|
132
|
+
|
|
133
|
+
<img src="docs/promo-dashboard-agents.png" alt="Agents and Models" width="820">
|
|
134
|
+
|
|
135
|
+
> **Extensions** — Manage global MCP servers, community skills, and built-in automation for headless browsers and macOS desktop (Peekaboo). Add servers via stdio, HTTP, or OAuth 2.1 with Dynamic Client Registration.
|
|
112
136
|
|
|
113
|
-
<img src="docs/promo-dashboard-
|
|
137
|
+
<img src="docs/promo-dashboard-extensions.png" alt="Extensions" width="820">
|
|
114
138
|
|
|
115
|
-
> **System
|
|
139
|
+
> **System & Permissions** — Monitor your working directory alongside real-time CPU, memory, and disk usage, and grant macOS Accessibility / Screen Recording / Disk Access in one place.
|
|
116
140
|
|
|
117
|
-
<img src="docs/promo-dashboard-system.png" alt="System
|
|
141
|
+
<img src="docs/promo-dashboard-system.png" alt="System and Permissions" width="820">
|
|
118
142
|
|
|
119
143
|
</details>
|
|
120
144
|
|
|
@@ -172,7 +196,7 @@ agent CLI versions).
|
|
|
172
196
|
|
|
173
197
|
## How People Are Using It
|
|
174
198
|
|
|
175
|
-
- **Run a Swarm in Parallel** —
|
|
199
|
+
- **Run a Swarm in Parallel** — N panes (or N IM threads), each a different agent on a different repo, all running at once: Claude refactors here, Codex writes tests there, Gemini reviews a third. One cockpit; steer any of them mid-flight.
|
|
176
200
|
- **Self-Hosted Dev Loop** — pikiloom was built using pikiloom. The dev workflow *is* the product: drive the orchestrator from your phone, write code, ship a release, and iterate.
|
|
177
201
|
- **Walk-Away Coding** — Kick off a massive refactoring task, close your laptop, and monitor/steer it from your phone over Telegram. The agent continues running locally, streaming results back to your chat.
|
|
178
202
|
- **Multi-Agent Tag Team** — Let Claude Code draft an initial implementation, switch to Codex for an in-depth review, and finally hand it over to Gemini for a fresh perspective. Same files, same continuous session history.
|
package/README.zh-CN.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
|
-
<img src="docs/logo-wordmark.png" alt="pikiloom" width="440">
|
|
3
|
+
<img src="docs/logo-wordmark-gradient.png" alt="pikiloom" width="440">
|
|
4
4
|
|
|
5
5
|
## 把全世界最聪明的 AI Agent 装进你的口袋。
|
|
6
6
|
|
|
@@ -13,18 +13,36 @@ npx pikiloom@latest
|
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
<p>
|
|
16
|
-
<a href="https://
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
<b><a href="https://xiaotonng.github.io/pikiloom/">▶ 访问在线站点 & 演示 →</a></b>
|
|
17
|
+
</p>
|
|
18
|
+
|
|
19
|
+
<p>
|
|
20
|
+
<a href="https://www.npmjs.com/package/pikiloom"><img src="https://img.shields.io/npm/v/pikiloom?label=npm&color=cb3837&logo=npm&logoColor=white" alt="npm version"></a>
|
|
21
|
+
<a href="https://www.npmjs.com/package/pikiloom"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fxiaotonng%2Fpikiloom%2Fmain%2Fdocs%2Fdownloads.json&logo=npm&logoColor=white" alt="月安装量(pikiloom + pikiclaw 合计)"></a>
|
|
22
|
+
<a href="https://xiaotonng.github.io/pikiloom/"><img src="https://img.shields.io/badge/live%20demo-pikiloom-38bdf8" alt="Live demo"></a>
|
|
19
23
|
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License: MIT"></a>
|
|
20
|
-
<a href="https://nodejs.org"><img src="https://img.shields.io/badge/node-%E2%89%A520-
|
|
24
|
+
<a href="https://nodejs.org"><img src="https://img.shields.io/badge/node-%E2%89%A520-44cc11.svg" alt="Node 20+"></a>
|
|
21
25
|
</p>
|
|
22
26
|
|
|
23
27
|
<p>
|
|
24
28
|
<a href="README.md">English</a> | <b>简体中文</b>
|
|
25
29
|
</p>
|
|
26
30
|
|
|
27
|
-
<img src="docs/promo-orchestrator.png" alt="
|
|
31
|
+
<a href="https://xiaotonng.github.io/pikiloom/#orchestrator"><img src="docs/promo-orchestrator.png" alt="pikiloom —— 开放式 Agent 编排器:任意终端、任意 Agent、任意模型、任意工具" width="820"></a>
|
|
32
|
+
|
|
33
|
+
<sub><a href="https://xiaotonng.github.io/pikiloom/#orchestrator">↗ 在线站点上有可交互、带动效的完整版本</a></sub>
|
|
34
|
+
|
|
35
|
+
</div>
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
<div align="center">
|
|
40
|
+
|
|
41
|
+
###### 这些团队的工程师都在用 pikiloom 构建
|
|
42
|
+
|
|
43
|
+
**字节跳动 · 腾讯 · 阿里巴巴 · Meta · Google · 月之暗面 · MiniMax · 阶跃星辰**
|
|
44
|
+
|
|
45
|
+
<sub>来自这些团队的工程师在日常工作中使用 pikiloom —— 是真实的个人实践者,而非公司层面的官方背书。</sub>
|
|
28
46
|
|
|
29
47
|
</div>
|
|
30
48
|
|
|
@@ -79,6 +97,8 @@ npx pikiloom@latest
|
|
|
79
97
|
|
|
80
98
|
## 实际演示
|
|
81
99
|
|
|
100
|
+
▶ **[在线站点上看动态演示 →](https://xiaotonng.github.io/pikiloom/#in-action)**
|
|
101
|
+
|
|
82
102
|
> **真实任务** —— 让 pikiloom 收集并总结今天的 AI 新闻;Agent 自动阅读、撰写,最后通过 Telegram 将结果推送到你的手机上。
|
|
83
103
|
|
|
84
104
|
<p align="center"><img src="docs/promo-demo.gif" alt="演示:从 Telegram 发起任务,Agent 在本地执行,结果回到聊天" width="780"></p>
|