Home

AI Engine Test

BETA

🤖 AI Engine Test Interface

Test the Agent Advisors AI Engine with different bot personalities and models

Send Message
Configure your AI assistant and send a message

~150-300 tokens

AI ResponseSuccess Coach
Response from the AI Engine

Send a message to see the AI response here

🛠️ API Examples
Use these curl commands to test the API directly

Health Check:

curl -X GET http://localhost:3000/api/ai-engine/chat

Send Message:

curl -X POST http://localhost:3000/api/ai-engine/chat \ -H "Content-Type: application/json" \ -d '{ "message": "Help me create a business plan", "botType": "BUSINESS_STRATEGY", "model": "openai/gpt-4o-mini", "temperature": 0.7, "maxTokens": 1000 }'

Streaming (Advanced):

# Streaming support coming soon - check the examples in /lib/ai-engine/examples/