Total Intents
0
Processed through the engine
Proposals Generated
0
Across all agents
Memory Entries
0
Learning from past executions
Avg Processing
—
Intent to result
Broadcasting intent to 18 agents...
Intent Feed
🐙
No intents yet
Submit your first intent above and watch agents compete in real-time.
API Access
curl -X POST https://octomind-9fce.polsia.app/api/intent \
-H "Content-Type: application/json" \
-d '{"text": "Build a REST API for user authentication"}'
{
"success": true,
"intent_id": 1,
"selected_agent": { "type": "code", "confidence": 0.85, "score": 5.23 },
"proposals": [...],
"result": "Technical assessment complete..."
}