From bffdf43fd4b297c9cf33e87834ea89f15da46305 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Fri, 28 Nov 2025 07:34:39 -0300 Subject: [PATCH] Refactoring the pipecat agent --- .../aws-agentcore/agents/{pipecat-daily => pipecat}/env.example | 0 .../agents/{pipecat-daily/pipecat-daily.py => pipecat/pipecat.py} | 0 .../agents/{pipecat-daily => pipecat}/requirements.txt | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename examples/aws-agentcore/agents/{pipecat-daily => pipecat}/env.example (100%) rename examples/aws-agentcore/agents/{pipecat-daily/pipecat-daily.py => pipecat/pipecat.py} (100%) rename examples/aws-agentcore/agents/{pipecat-daily => pipecat}/requirements.txt (100%) diff --git a/examples/aws-agentcore/agents/pipecat-daily/env.example b/examples/aws-agentcore/agents/pipecat/env.example similarity index 100% rename from examples/aws-agentcore/agents/pipecat-daily/env.example rename to examples/aws-agentcore/agents/pipecat/env.example diff --git a/examples/aws-agentcore/agents/pipecat-daily/pipecat-daily.py b/examples/aws-agentcore/agents/pipecat/pipecat.py similarity index 100% rename from examples/aws-agentcore/agents/pipecat-daily/pipecat-daily.py rename to examples/aws-agentcore/agents/pipecat/pipecat.py diff --git a/examples/aws-agentcore/agents/pipecat-daily/requirements.txt b/examples/aws-agentcore/agents/pipecat/requirements.txt similarity index 100% rename from examples/aws-agentcore/agents/pipecat-daily/requirements.txt rename to examples/aws-agentcore/agents/pipecat/requirements.txt