Amazon Bedrock AgentCore exploration

This commit is contained in:
Paul Kompfner
2025-11-19 17:26:34 -05:00
parent c3d2a25229
commit 0c2723052c
6 changed files with 4780 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
[project]
name = "agentcore-pipecat"
version = "0.1.0"
description = "Example for building Pipecat bots deployable to Amazon Bedrock AgentCore"
requires-python = ">=3.10"
dependencies = [
"bedrock-agentcore",
"pipecat-ai[webrtc,daily,silero,deepgram,openai,cartesia,local-smart-turn-v3,runner]",
]
[dependency-groups]
dev = [
"bedrock-agentcore-starter-toolkit",
"pyright>=1.1.404,<2",
"ruff>=0.12.11,<1",
]
[tool.ruff]
line-length = 100
[tool.ruff.lint]
select = ["I"]