Send a message to the agent:
curl -X POST http://localhost:5000/api/chat \
-H "Content-Type: application/json" \
-d '{
"message": "Hello!",
"session_id": "test-001"
}'
Get agent information:
curl http://localhost:5000/api/info