From ed64716219001d7ea82997ccbb10c8a8af8240ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Tue, 23 Sep 2025 10:38:31 -0700 Subject: [PATCH] StrandsAgentsProcessor: fix formatting --- src/pipecat/processors/frameworks/strands_agents.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pipecat/processors/frameworks/strands_agents.py b/src/pipecat/processors/frameworks/strands_agents.py index 05aef0f17..67005d74b 100644 --- a/src/pipecat/processors/frameworks/strands_agents.py +++ b/src/pipecat/processors/frameworks/strands_agents.py @@ -1,5 +1,4 @@ -""" -Strands Agent integration for Pipecat. +"""Strands Agent integration for Pipecat. This module provides integration with Strands Agents for handling conversational AI interactions. It supports both single agent and multi-agent graphs.