Contents:
SDK:
Examples:
Bases: ABC
ABC
Interface for managing the swarm’s API endpoints.
Any
Dispatches an incoming user request to one or more suitable agents based on their capabilities.
Parameters: - request_data (Dict[str, Any]): Data related to the incoming request.
Returns: - Any: Response from processing the request.