Modify Group
Create a new multi-agent group with the specified configuration.
Path parameters
group_id
Headers
Authorization
Header authentication of the form Bearer <token>
X-Project
Request
This endpoint expects an object.
agent_ids
description
manager_config
Response
Successful Response
id
The id of the group. Assigned by the database.
manager_type
agent_ids
description
manager_agent_id
termination_token
max_turns
sleeptime_agent_frequency
turns_counter
last_processed_message_id
max_message_buffer_length
The desired maximum length of messages in the context window of the convo agent. This is a best effort, and may be off slightly due to user/assistant interleaving.
min_message_buffer_length
The desired minimum length of messages in the context window of the convo agent. This is a best effort, and may be off-by-one due to user/assistant interleaving.