Загрузка видео...
Не удалось загрузить видео
从 Oracle 拿到“一台”免费的 VPS 以后,我手里可用的计算机一下子增加到了 5 台: MacBook Pro MacBook Air Raspberry Pi 5 Dell XPS(Omarchy) Oracle VPS 每台计算机上都运行着 Agent。怎么把这些 Agent 集中管理起来,还能让它们彼此协作?当然是用 Herdr。 一般的 Herdr 主要管理本机 Agent,但我的这套设置还可以通过 SSH 管理远程 Agent: herdr --remote 我的 Herdr 跑在 MacBook Pro 上: 左上角是 Claude Code,作为主控。 右上角是新加入的 Oracle VPS,上面运行 Codex,主要负责 GitHub Repo。 左下角是 Raspberry... show more
159,373 просмотров • 15 дней назад •via X (Twitter)
Комментарии: 12

请问怎么做到一个窗口连多个herdr server的?

不是多个Herdr server, 只是herdr的一个窗口对接的是远程电脑的Agent, 通过herdr --remote <ssh-target>

这个架构挺有意思,多设备分布式跑Agent,用Herdr统一调度还支持SSH远程,这种分布式协作开发体验怎么样?

很干净。 一个统一的入口,再也不用几个计算机和窗口之间倒来倒去了。

Local llms? What's the use case if you don't mind me asking? Have two free laptops, not sure what to do with them.

quite a few models I run: coding: qwen3.8 flash video: minimax h3 music: minimax music 3 and a few smaller models, like tts clone voice and memory management with qwen3.5

这个 setup 很实际,我桌面 + Pi 也一直在琢磨同样的问题。 比较好奇 Herdr 怎么处理异构机器的资源差异?Pi 5 跑 agent 任务时 CPU/内存经常是瓶颈,是真做调度还是只是统一入口。另外 Oracle 免费机的 NAT 环境下各 agent 怎么互相发现,走中继还是穿透?

Doesn't that burn a lot of tokens (assuming that you have that running 24/7)? How do you handle that?

Once agents span several machines, status, ownership and handoffs become as important as the models themselves

这个树莓派也是用来跑代码的吗

👍

很多地方都要放项目代码?然后都要安装好开发环境吗?磁盘很费啊
