惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Recent Announcements
Recent Announcements
V
Visual Studio Blog
博客园 - 叶小钗
H
Help Net Security
aimingoo的专栏
aimingoo的专栏
宝玉的分享
宝玉的分享
U
Unit 42
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Fortinet All Blogs
V
V2EX
Stack Overflow Blog
Stack Overflow Blog
WordPress大学
WordPress大学
D
DataBreaches.Net
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
A
About on SuperTechFans
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
C
Check Point Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
Microsoft Azure Blog
Microsoft Azure Blog
M
MIT News - Artificial intelligence

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
Agents CLI — the missing toolchain for CLI coding agents
memcoder · 2026-06-01 · via Hacker News: Show HN

agents

Run powerful agents at scale like never before.

also available as ag.

1 claude (sequential)47 minagents teams × 318 minagents teams × 511 min4.3× FASTERReal refactor task: 8 files, 3 surfaces. Times measured end-to-end.Parallel runs use independent boundary contracts per teammate.$ agents teams start my-feature --watch

Trusted by engineers at

Run agents

01

Run any model through any CLI

Keep Claude Code's interface, swap in Kimi K2.5, MiniMax M2.5, GLM 5, Qwen3 Coder, or DeepSeek through OpenRouter. One key in your Keychain, every preset wired up. Run the model you want at the price you want. Run docs →

$ agents profiles add kimi
$ agents run kimi "refactor the queue worker"

Rotate across accounts — never hit a usage limit

Have multiple Claude logins? --rotate picks the least-used one automatically. agents usage shows the rate-limit gauge per agent so you can plan ahead. One subscription, multiple windows, zero wasted quota. Rotation docs →

$ agents run claude --rotate "run the full test suite"
$ agents usage

Chain agents in a pipeline

Unix pipe composition across different models. Each agent resolves to the project-pinned version, with the right skills and MCP servers already synced. Chain by strength, swap one for another, script them in CI — the interface stays the same. Pipe agents →

$ agents run claude "Find auth vulnerabilities in src/" \
    | agents run codex  "Fix the issues Claude found" \
    | agents run gemini "Write regression tests for the fixes"

Pin versions per project

cd into the project and every agents call resolves to those versions automatically. Like .nvmrc, but for AI. Nobody else does this. Pin versions →

# agents.yaml
agents:
  claude: "2.1.113"
  codex: "0.116.0"

Run them in parallel

02

Parallel agents, one command

DAG dependencies (--after), isolated worktrees per teammate, live status. Spawn five Claudes and two Codex on the same task, wind them down with agents teams disband. Works with every CLI agents supports: Teams docs →

Claude CodeCodexGeminiCursorOpenCodeCopilotAmpGoose

$ agents teams create pricing
$ agents teams add pricing claude "rewrite endpoint" -n be
$ agents teams add pricing codex "build route" -n fe
$ agents teams add pricing claude "run tests" -n qa --after be,fe
$ agents teams start pricing --watch

grep your AI history

Every transcript from every agent, indexed and searchable. Find that fix from Tuesday — doesn't matter which CLI wrote it. Replay as markdown, filter by project, stream live with sessions tail. Sessions docs →

$ agents sessions "stripe webhook signature"
$ agents sessions a7f3e2c1 --markdown

Configure once

03

Install once, sync everywhere

Skills, MCP servers, slash commands, hooks, permissions — installed once, synced to every active agent version. No more claude mcp add then codex mcp add then editing Gemini's config file by hand. Sync docs →

$ agents skills add gh:yourname/python-expert
$ agents install mcp:com.notion/mcp
$ agents commands add gh:yourname/commands

One config repo, every harness

~/.agents/ is the canonical config source. Write your commands as markdown, your rules as AGENTS.md, your hooks as scripts — and agents-cli syncs them into each harness's native format: markdown for Claude and Gemini, TOML for Codex, .cursorrules for Cursor. Bring your own via agents repo push. Config docs →

$ tree ~/.agents
~/.agents/
├── commands/      # slash commands
├── skills/        # reusable knowledge packs
├── mcp/           # MCP server definitions
├── hooks/         # lifecycle hooks
├── memory/        # agent instructions (AGENTS.md)
└── permissions/

Layers compound — system, you, team, project

Resources stack in four layers: system defaults, your ~/.agents/, a team's shared .agents/ repo (public or private), and the project's own ./.agents/. Spawn an agent — it sees the merged surface. Project overrides team, team overrides you, you override system. How layering works →

# merged at spawn time, highest layer wins
 system    built-in skills + commands
 you       ~/.agents/          # personal
 team      ~/.agents/teams/acme/ # shared
 project   ./.agents/          # repo-local

$ agents resources --merged

Run them in the background

04

A browser your agents can drive

Full Chrome DevTools Protocol — navigate, click, type, screenshot, read console + network, record video. Hook it into any agent run. Replaces a cloud browser service with a local one you already have logged in. Browser docs →

$ agents browser start work
$ agents browser navigate https://example.com
$ agents browser click ref_3
$ agents browser screenshot
$ agents browser console

Schedule agents on a cron

Recurring background work, plus one-shot --at "14:30". Scheduler auto-starts on first add. Standups, weekly digests, nightly audits — your agents working while you sleep. Schedule docs →

$ agents routines add standup \
    --schedule "0 9 * * 1-5" \
    --agent claude \
    --prompt "Draft a standup from yesterday's git log"

Keychain-backed secrets

No plaintext .env files, no leaked tokens in shell history. Bundles live in macOS Keychain, iCloud-synced across your machines, injected as env vars only at run time. Secrets docs →

$ agents secrets create prod
$ agents secrets add prod STRIPE_API_KEY
$ agents run claude "deploy the worker" --secrets prod

Why

  • You use multiple coding agents and their configs drift
  • You want a skill, MCP server, or slash command installed everywhere at once
  • You want to pin agent versions per project like .nvmrc
  • You want to chain agents in scripts, CI, or cron jobs
  • You want it open, local, and yours — not a cloud SaaS

vs every other way to run agents

Most tools give you one piece. agents gives you all of them.

Pin versions per project (.nvmrc-style)

  • agents-cli
  • Claude Code alone
  • Cursor
  • Run CLIs by hand
  • OpenCode

Run multiple agents (Claude + Codex + Gemini) from one CLI

  • agents-cli
  • Claude Code alone
  • Cursor
  • Run CLIs by hand~
  • OpenCode

Swap underlying model (Kimi, GLM, DeepSeek via OpenRouter)

  • agents-cli
  • Claude Code alone
  • Cursor~
  • Run CLIs by hand
  • OpenCode

Rotate across multiple accounts to dodge rate limits

  • agents-cli
  • Claude Code alone
  • Cursor
  • Run CLIs by hand
  • OpenCode

Parallel teams with DAG dependencies

  • agents-cli
  • Claude Code alone
  • Cursor
  • Run CLIs by hand
  • OpenCode

Local browser via CDP (drive any site)

  • agents-cli
  • Claude Code alone
  • Cursor
  • Run CLIs by hand
  • OpenCode

Cross-agent session search & replay

  • agents-cli
  • Claude Code alone~
  • Cursor
  • Run CLIs by hand
  • OpenCode~

Cron / scheduled routines

  • agents-cli
  • Claude Code alone
  • Cursor
  • Run CLIs by hand~
  • OpenCode

Keychain-backed secrets (no .env files)

  • agents-cli
  • Claude Code alone
  • Cursor
  • Run CLIs by hand
  • OpenCode

Sync skills/MCP/commands across all installed agents

  • agents-cli
  • Claude Code alone~
  • Cursor
  • Run CLIs by hand
  • OpenCode~

100% local, open-source, no cloud SaaS

  • agents-cli
  • Claude Code alone
  • Cursor
  • Run CLIs by hand
  • OpenCode

Supported agents

Claude CodeCodexGeminiCursorOpenCodeOpenClawCopilotAmpKiroGooseRoo

Install

# via curl
$ curl -fsSL agents-cli.sh | sh

# via bun
$ bun install -g @phnx-labs/agents-cli

# via npm
$ npm install -g @phnx-labs/agents-cli

Part of the open stack for AI coding agents. Cloud runner coming.