经 AI Skill Hub 精选评估,Amazon Bedrock Agentcore 获评「推荐使用」。已获得 2.9k 颗 GitHub Star,这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
Amazon Bedrock Agentcore加速AI代理进入生产环境,提供可扩展的AI工作流解决方案。
Amazon Bedrock Agentcore 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Amazon Bedrock Agentcore加速AI代理进入生产环境,提供可扩展的AI工作流解决方案。
Amazon Bedrock Agentcore 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/awslabs/agentcore-samples cd agentcore-samples # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 agentcore-samples --help # 基本运行 agentcore-samples [options] <input> # 详细使用说明请查阅文档 # https://github.com/awslabs/agentcore-samples
# agentcore-samples 配置说明 # 查看配置选项 agentcore-samples --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export AGENTCORE_SAMPLES_CONFIG="/path/to/config.yml"
<p> <a href="https://docs.aws.amazon.com/bedrock-agentcore/">Documentation</a> ◆ <a href="https://github.com/aws/bedrock-agentcore-sdk-python">Python SDK</a> ◆ <a href="https://github.com/aws/agentcore-cli">AgentCore CLI</a> ◆ <a href="https://discord.gg/strands">Discord</a> </p> </div>
Welcome to the Amazon Bedrock AgentCore Samples repository!
Amazon Bedrock AgentCore is both framework-agnostic and model-agnostic, giving you the flexibility to deploy and operate advanced AI agents securely and at scale. Whether you’re building with Strands Agents, CrewAI, LangGraph, LlamaIndex, or any other framework—and running them on any Large Language Model (LLM)—Amazon Bedrock AgentCore provides the infrastructure to support them. By eliminating the undifferentiated heavy lifting of building and managing specialized agent infrastructure, Amazon Bedrock AgentCore lets you bring your preferred framework and model, and deploy without rewriting code.
This collection provides examples and tutorials to help you understand, implement, and integrate Amazon Bedrock AgentCore capabilities into your applications.
Migrating from the Starter Toolkit? This repository is transitioning from the Bedrock AgentCore Starter Toolkit to the new AgentCore CLI. Samples that still depend on the Starter Toolkit are inlegacy/and will be updated over the coming weeks. SeeMIGRATION.mdfor the full old-path to new-path mapping.
AgentCore Capabilities Deep Dives
Focused examples for individual AgentCore capabilities:
agentcore add memory # Add managed memory
agentcore add identity # Add identity provider
agentcore add evaluator # Add LLM-as-a-Judge evaluation
agentcore add online-eval # Enable continuous evaluation
agentcore deploy # Sync changes to AWS
Congratulations! Your agent is now running on Amazon Bedrock AgentCore Runtime.
For the full CLI reference, see the AgentCore CLI documentation.
aws configure)uv (for Python agents) or Node.js (for TypeScript agents)BedrockAgentCoreFullAccess managed policyAmazonBedrockFullAccess managed policyYour First Agent in Minutes
Get up and running with the AgentCore CLI — the fastest way to create, develop, and deploy agents on Amazon Bedrock AgentCore.
python/ — Python agent samples (Code Interpreter, Gateway, Memory, Identity, and more)typescript/ — TypeScript agent samples```bash
npm install -g @aws/agentcore
```bash
agentcore deploy
agentcore invoke ```
The AgentCore CLI is the recommended way to create, develop, and deploy agents on Amazon Bedrock AgentCore. It replaces the previous Starter Toolkit with a streamlined project-based workflow.
Connect AgentCore to Your Stack
identity-providers/ — Okta, Entra, Cognito, and other IdP integrationsobservability/ — Grafana, Datadog, Dynatrace, and other monitoring platformsdata-platforms/ — Data lake, warehouse, and analytics integrationsux-examples/ — Streamlit, AG-UI, and other frontend patterns该项目提供了一种可扩展的AI工作流解决方案,适合AI开发者和数据科学家使用,但需要进一步优化和完善。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:Amazon Bedrock Agentcore 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | agentcore-samples |
| 原始描述 | 开源AI工作流:Amazon Bedrock Agentcore accelerates AI agents into production with the scale, r。⭐2.9k · Jupyter Notebook |
| Topics | workflowagentagentic-aiagentsauthenticationbedrockjupyter notebook |
| GitHub | https://github.com/awslabs/agentcore-samples |
| License | Apache-2.0 |
| 语言 | Jupyter Notebook |
收录时间:2026-05-23 · 更新时间:2026-05-23 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端