diff --git a/examples/aws-agentcore/.gitignore b/examples/aws-agentcore/.gitignore index 2d2dea915..ee67afabd 100644 --- a/examples/aws-agentcore/.gitignore +++ b/examples/aws-agentcore/.gitignore @@ -1,3 +1,4 @@ .bedrock_agentcore.yaml .dockerignore -.bedrock_agentcore \ No newline at end of file +.bedrock_agentcore +logs \ No newline at end of file diff --git a/examples/aws-agentcore/bot_hellow.py b/examples/aws-agentcore/agents/network-test/network-test.py similarity index 100% rename from examples/aws-agentcore/bot_hellow.py rename to examples/aws-agentcore/agents/network-test/network-test.py diff --git a/examples/aws-agentcore/agents/network-test/requirements.txt b/examples/aws-agentcore/agents/network-test/requirements.txt new file mode 100644 index 000000000..60e42f489 --- /dev/null +++ b/examples/aws-agentcore/agents/network-test/requirements.txt @@ -0,0 +1,3 @@ +aioice +aiohttp +bedrock-agentcore \ No newline at end of file diff --git a/examples/aws-agentcore/bot.py b/examples/aws-agentcore/agents/pipecat-daily/pipecat-daily.py similarity index 100% rename from examples/aws-agentcore/bot.py rename to examples/aws-agentcore/agents/pipecat-daily/pipecat-daily.py diff --git a/examples/aws-agentcore/requirements.txt b/examples/aws-agentcore/agents/pipecat-daily/requirements.txt similarity index 93% rename from examples/aws-agentcore/requirements.txt rename to examples/aws-agentcore/agents/pipecat-daily/requirements.txt index 695048818..a451ef1a5 100644 --- a/examples/aws-agentcore/requirements.txt +++ b/examples/aws-agentcore/agents/pipecat-daily/requirements.txt @@ -1,4 +1,3 @@ -aioice aiohttp bedrock-agentcore pipecat-ai[webrtc,daily,silero,deepgram,openai,cartesia,local-smart-turn-v3,runner] \ No newline at end of file