Skip to content

Instantly share code, notes, and snippets.

View phamson02's full-sized avatar

Phạm Sơn phamson02

View GitHub Profile
@phamson02
phamson02 / triage_agent.py
Created November 15, 2024 03:34
Triage agent with Phidata
# pyright: reportPrivateImportUsage=false
import re
from typing import Any, Dict, Iterator, List, Optional, Sequence, Union
from phi.agent import Agent
from phi.embedder.azure_openai import AzureOpenAIEmbedder
from phi.knowledge.pdf import PDFUrlKnowledgeBase
from phi.memory.agent import AgentRun
from phi.model.azure import AzureOpenAIChat