agent-starter-pack Agent工作流 是 AI Skill Hub 本期精选Agent工作流之一。已获得 6.4k 颗 GitHub Star,综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
agent-starter-pack Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
agent-starter-pack Agent工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install agent-starter-pack
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install agent-starter-pack
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/GoogleCloudPlatform/agent-starter-pack
cd agent-starter-pack
pip install -e .
# 验证安装
python -c "import agent_starter_pack; print('安装成功')"
# 命令行使用
agent-starter-pack --help
# 基本用法
agent-starter-pack input_file -o output_file
# Python 代码中调用
import agent_starter_pack
# 示例
result = agent_starter_pack.process("input")
print(result)
# agent-starter-pack 配置文件示例(config.yml) app: name: "agent-starter-pack" debug: false log_level: "INFO" # 运行时指定配置文件 agent-starter-pack --config config.yml # 或通过环境变量配置 export AGENT_STARTER_PACK_API_KEY="your-key" export AGENT_STARTER_PACK_OUTPUT_DIR="./output"
<a href="https://studio.firebase.google.com/new?template=https%3A%2F%2Fgithub.com%2FGoogleCloudPlatform%2Fagent-starter-pack%2Ftree%2Fmain%2Fagent_starter_pack%2Fresources%2Fidx"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://cdn.firebasestudio.dev/btn/try_light_20.svg"> <source media="(prefers-color-scheme: light)" srcset="https://cdn.firebasestudio.dev/btn/try_dark_20.svg"> <img height="20" alt="Try in Firebase Studio" src="https://cdn.firebasestudio.dev/btn/try_blue_20.svg"> </picture> </a>
## ⚠️ Agent Starter Pack is in maintenance mode — switch toagents-cliActive development has moved toagents-cli, the next evolution of Agent Starter Pack. ASP will continue to receive critical fixes only — no new features, no new templates, no new deployment targets. New projects should start withagents-cli; existing projects should migrate.Migration takes minutes — your agent code, tests, Terraform, and CI/CD carry over with no rewrites. What you gain: - 🛠️ Unified CLI in place of the Makefile —> uvx google-agents-cli setup >run,deploy,eval run,eval compare,playground,lint, and more - 🧠 Bundled coding-agent skills that turn Claude Code, Gemini CLI, or Codex into an ADK expert - 🔁 End-to-end lifecycle tooling: scaffold → eval → deploy → publish → observe - ☁️ First-class support for Google Cloud's Agent Platform → Migration guide • Get started • Docs • GitHub • PyPI
---
A Python package that provides production-ready templates for GenAI agents on Google Cloud.
Focus on your agent logic—the starter pack provides everything else: infrastructure, CI/CD, observability, and security.
| ⚡️ Launch | 🧪 Experiment | ✅ Deploy | 🛠️ Customize |
|---|---|---|---|
| [Pre-built agent templates](./agent_starter_pack/agents/) (ReAct, RAG, multi-agent, Live API). | [Vertex AI evaluation](https://cloud.google.com/vertex-ai/generative-ai/docs/models/evaluation-overview) and an interactive playground. | Production-ready infra with [monitoring, observability](https://googlecloudplatform.github.io/agent-starter-pack/guide/observability), and [CI/CD](https://googlecloudplatform.github.io/agent-starter-pack/guide/deployment) on [Cloud Run](https://cloud.google.com/run) or [Agent Engine](https://cloud.google.com/vertex-ai/generative-ai/docs/agent-engine/overview). | Extend and customize templates according to your needs. 🆕 Now integrating with [Gemini CLI](https://github.com/google-gemini/gemini-cli) |
---
The agent-starter-pack offers key features to accelerate and simplify the development of your agent: - 🔄 CI/CD Automation - A single command to set up a complete CI/CD pipeline for all environments, supporting both Google Cloud Build and GitHub Actions. - 📥 Data Pipeline for RAG with Terraform/CI-CD - Seamlessly integrate a data pipeline to process embeddings for RAG into your agent system. Supporting Vertex AI Search and Vector Search. - Remote Templates: Create and share your own agent starter packs templates from any Git repository. - 🤖 Gemini CLI Integration - Use the Gemini CLI and the included GEMINI.md context file to ask questions about your template, agent architecture, and the path to production. Get instant guidance and code examples directly in your terminal.
pip install --upgrade agent-starter-pack
Explore amazing projects built with the Agent Starter Pack!
python -m venv .venv && source .venv/bin/activate
优质AI工程框架,融合智能体、工作流与云部署。6.4k星体现社区认可,Python生态完善,适合快速MVP到生产的AI应用开发,文档和模板体系成熟。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,agent-starter-pack Agent工作流 在Agent工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | agent-starter-pack |
| 原始描述 | 开源AI工作流:Ship AI Agents to Google Cloud in minutes, not months. Production-ready template。⭐6.4k · Python |
| Topics | AI智能体工作流自动化Google CloudGemini生成式AI快速部署 |
| GitHub | https://github.com/GoogleCloudPlatform/agent-starter-pack |
| License | Apache-2.0 |
| 语言 | Python |
收录时间:2026-05-19 · 更新时间:2026-05-19 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端