AWS 推出 n8n 社区节点,集成 Bedrock AgentCore 生产级代理
原标题:Run production AI agents in n8n with Amazon Bedrock AgentCore harness
AI 摘要
AWS 宣布 Amazon Bedrock AgentCore harness 正式可用,并推出开源社区节点 @aws/n8n-nodes-agentcore,将生产级 AI 代理能力集成到 n8n 可视化编辑器中。该节点支持持久记忆、真实工具调用和多模型提供商(如 Bedrock、OpenAI、Gemini),用户无需编写基础设施或代理代码即可构建代理。节点基于 MIT 许可证开源,由 AWS 的 Strands Agents 框架驱动,并支持在 VPC 中私有运行。
正文节选
Run production AI agents in n8n with Amazon Bedrock AgentCore harness If you build and automate workflows in n8n without writing much code, you’ve probably used its AI Agent node to add a model call to a workflow. It’s a great start. But a production agent needs more than a single model call: memory that lasts beyond one run, tools it can actually use like a browser or a code sandbox, and room to work through longer tasks. Building that scaffolding yourself is the hard part. Amazon Bedrock Agent