docsa_HD
add .env
e031c09
raw
history blame contribute delete
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)