fix: update references from phidata to agno in routing agent implementation and documentation

This commit is contained in:
ShubhamSaboo
2025-06-23 20:52:03 -05:00
parent 5728fb86bc
commit 0c7527b4e1
3 changed files with 4 additions and 4 deletions

View File

@@ -134,7 +134,7 @@ def process_document(file) -> List[Document]:
return []
def create_routing_agent() -> Agent:
"""Creates a routing agent using phidata framework"""
"""Creates a routing agent using agno framework"""
return Agent(
model=OpenAIChat(
id="gpt-4o",