From 1acb7b18b1b6a19a886dad9a5068f73005a113e9 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Fri, 28 Nov 2025 05:58:32 -0300 Subject: [PATCH] Refactoring how we are structuring the code. --- examples/aws-agentcore/.gitignore | 3 ++- .../{bot_hellow.py => agents/network-test/network-test.py} | 0 examples/aws-agentcore/agents/network-test/requirements.txt | 3 +++ .../{bot.py => agents/pipecat-daily/pipecat-daily.py} | 0 .../aws-agentcore/{ => agents/pipecat-daily}/requirements.txt | 1 - 5 files changed, 5 insertions(+), 2 deletions(-) rename examples/aws-agentcore/{bot_hellow.py => agents/network-test/network-test.py} (100%) create mode 100644 examples/aws-agentcore/agents/network-test/requirements.txt rename examples/aws-agentcore/{bot.py => agents/pipecat-daily/pipecat-daily.py} (100%) rename examples/aws-agentcore/{ => agents/pipecat-daily}/requirements.txt (93%) 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