AssistantAgent
fastagency.studio.models.agents.assistant.AssistantAgent #
Bases: AgentBaseModel
system_message class-attribute
instance-attribute
#
system_message: str = (
"You are a helpful assistant. After you successfully answer all questions and there are no new questions asked after your response (e.g. there is no specific direction or question asked after you give a response), terminate the chat by outputting 'TERMINATE'"
)
create_autogen async
classmethod
#
create_autogen(
model_id: UUID, user_id: UUID, **kwargs: Any
) -> tuple[AssistantAgent, list[OpenAPI]]
Source code in fastagency/studio/models/agents/assistant.py
get_clients_from_toolboxes async
#
Source code in fastagency/studio/models/agents/base.py
get_reference_model classmethod
#
get_reference_model() -> Type[ObjectReference]