docsa_HD
Підготовка до перенесення в приватний репозиторій
bafa5e5
raw
history blame
232 Bytes
from src.agent import HealthcareAgent
# Initialize agent
agent = HealthcareAgent()
# Process a query
response = agent.process(
"What is the current ER occupancy and wait time?",
thread_id="example-thread"
)
print(response)