
agents-cli
今日发布The CLI your coding agent uses to ship agents

产品介绍
One command-line tool to scaffold, evaluate, and deploy AI agents on Google Cloud — built to be driven by your coding agent (e.g Antigravity, Claude Code, Codex). Scaffold a production-ready project, evaluate against a real signal, and ship to Agent Runtime, Cloud Run, or GKE or anywhere else!
适合谁关注
- 开发者和技术团队
- 正在评估 AI 工具或智能体落地的团队
可借鉴场景
- 快速理解 agents-cli 的定位、核心能力和 Product Hunt 热度
- 判断“The CLI your coding agent uses to ship agents”这类需求是否值得做竞品调研
- 沿着 开发者工具、AI 与智能体 继续发现同类产品和替代方案
- 筛选高票产品,观察海外用户当前愿意投票支持的产品形态
- 结合评论热度,判断该产品是否有真实讨论和早期用户反馈
129
投票数
28
评论数
7月8日
发布日期
作者自荐
GitMemo免费开源
把 AI 对话保存到你的 Git 知识库
本地优先,支持 macOS 与 Android。剪贴板、截图、笔记和文件都能集中保存、搜索、同步。
获取安装包
Hey all, I'm Elia. I work with developers building agents on Google Cloud, and today we're launching Agents CLI. You've probably run into this yourselves. You can build a demo agent in an afternoon, but getting one to production is weeks of work, and barely any of it is the actual agent. It's the plumbing around it: SDKs, MCP servers, auth, telemetry, CI/CD, and ten docs tabs open at once. Hand that to your coding agent (Antigravity, Claude Code, Codex) and it spends most of the session figuring out the setup instead of your agent's actual behavior. So we built a CLI your coding agent can drive. Install it with one line: `uvx google-agents-cli setup` Then ask it something like "build an SRE agent that reads logs and drafts an incident report." Under the hood it runs: ``` agents-cli create my-agent # scaffold: agent, tools, tests, Dockerfile, Observability, Terraform, CI/CD agents-cli eval run # run the agent over a dataset and score it, so you iterate on numbers agents-cli deploy # deploy to Vertex AI Agent Engine, Cloud Run, or GKE ``` Agents CLI will carefully support your coding agent into the whole path to production. It will leverage expert crafted templates, built-in evals, and it runs headless so your coding agent can keep going on its own and self-optimize based on what you specified as success criteria! We optimize for ADK (Google's open-source agent framework) and Google Cloud, but you can customize as you prefer. You can adapt to any model or any custom setup you might have. I'll be in the comments all day. Any particular agent you'd like to ship? Drop it below and I'll tell you how I'd build it!