Assign Task
Assign a new task to an existing agent.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
request_body |
dict
|
JSON body with at least: - "agent_id": The ID of the agent to assign the task. - "description": The task description. |
required |
Returns:
Name | Type | Description |
---|---|---|
dict |
Dict[str, Any]
|
JSON response from the server, typically including task_id, agent_id, and status. |
Sample usage:
Response (JSON):