Spaces:
Sleeping
Sleeping
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) |