Single-Agent LLM Integration

For testing and introductory educational purposes, we integrate with multiple language models (LLMs) to provide chat completion via simple post /api/core/{provider}/chat/completions endpoints.

Multi-Agent LLM Integration

The Multi-Agent robotics endpoint (accessed via post /api/core/agent) accepts fused data and routes them to a collaborative multi-agent system, providing a powerful way to solve more complex robotics tasks. For more information, see developing/llms.