Module models

Module models 

Source

Modules§

assistant
assistant_count_request
assistant_create
assistant_patch
assistant_search_request
assistant_version_change
assistant_versions_search_request
checkpoint_config
command
config
config_1
config_2
config_3
cron
cron_count_request
cron_create
cron_create_assistant_id
cron_search
data_part
get_assistant_graph_assistants__assistant_id__graph_get_assistant_id_parameter
goto
graph_schema
graph_schema_no_id
health_response
input
input_1
input_2
interrupt
interrupt_after
interrupt_after_1
interrupt_before
interrupt_before_1
item
message
message_send_parameters
message_send_parameters_message
message_send_parameters_message_parts_inner
message_send_parameters_thread
post_a2a_200_response
post_a2a_200_response_error
post_a2a_request
post_a2a_request_params
resume
run
run_create_stateful
run_create_stateful_assistant_id
run_create_stateless
runs_cancel
search_items_response
send
server_info
store_delete_request
store_list_namespaces_request
store_put_request
store_search_request
stream_mode
stream_modes
task_get_parameters
text_part
thread
thread_count_request
thread_create
thread_create_supersteps_inner
thread_cron_create
thread_cron_create_assistant_id
thread_patch
thread_search_request
thread_state
thread_state_checkpoint_request
thread_state_search
thread_state_tasks_inner
thread_state_update
thread_state_update_response
thread_superstep_update
thread_superstep_update_values
ttl
values
values_1
xray

Structs§

Assistant
AssistantCountRequest
AssistantCountRequest : Payload for counting assistants.
AssistantCreate
AssistantCreate : Payload for creating an assistant.
AssistantPatch
AssistantPatch : Payload for updating an assistant.
AssistantSearchRequest
AssistantSearchRequest : Payload for listing assistants.
AssistantVersionChange
AssistantVersionChange : Payload for changing the version of an assistant.
AssistantVersionsSearchRequest
AssistantVersionsSearchRequest : Payload for listing assistant versions.
CheckpointConfig
CheckpointConfig : Checkpoint config.
Command
Command : The command to run.
Config
Config1
Config1 : The assistant config.
Config2
Config2 : The configuration for the assistant.
Config3
Config3 : The configuration for the assistant.
Cron
Cron : Represents a scheduled task.
CronCountRequest
CronCountRequest : Payload for counting crons
CronCreate
CronCreate : Payload for creating a stateless cron job (creates a new thread for each execution).
CronCreateAssistantId
CronCreateAssistantId : The assistant ID or graph name to run. If using graph name, will default to the assistant automatically created from that graph by the server.
CronSearch
CronSearch : Payload for listing crons
DataPart
GetAssistantGraphAssistantsAssistantIdGraphGetAssistantIdParameter
Goto
Goto : Name of the node(s) to navigate to next or node(s) to be executed with a provided input.
GraphSchema
GraphSchema : Defines the structure and properties of a graph.
GraphSchemaNoId
GraphSchemaNoId : Defines the structure and properties of a graph without an ID.
HealthResponse
Input
Input : The input to the graph.
Input1
Input1 : The input to the graph.
Input2
Input2 : The input to the graph.
Interrupt
InterruptAfter
InterruptAfter : Nodes to interrupt immediately after they get executed.
InterruptAfter1
InterruptAfter1 : Nodes to interrupt immediately after they get executed.
InterruptBefore
InterruptBefore : Nodes to interrupt immediately before they get executed.
InterruptBefore1
InterruptBefore1 : Nodes to interrupt immediately before they get executed.
Item
Item : Represents a single document or data entry in the graph’s Store. Items are used to store cross-thread memories.
Message
Message : The message to send.
MessageSendParameters
MessageSendParametersMessage
MessageSendParametersThread
MessageSendParametersThread : Optional thread context
PostA2a200Response
PostA2a200ResponseError
PostA2a200ResponseError : Error information if request failed
PostA2aRequest
Resume
Resume : A value to pass to an interrupted node.
Run
RunCreateStateful
RunCreateStateful : Payload for creating a run.
RunCreateStatefulAssistantId
RunCreateStatefulAssistantId : The assistant ID or graph name to run. If using graph name, will default to first assistant created from that graph.
RunCreateStateless
RunCreateStateless : Payload for creating a run.
RunsCancel
RunsCancel : Payload for cancelling runs.
SearchItemsResponse
Send
Send : A message to send to a node.
ServerInfo
StoreDeleteRequest
StoreDeleteRequest : Request to delete an item.
StoreListNamespacesRequest
StorePutRequest
StorePutRequest : Request to store or update an item.
StoreSearchRequest
StoreSearchRequest : Request to search for items within a namespace prefix.
StreamMode
StreamMode : The stream mode(s) to use.
StreamModes
StreamModes : Stream modes to control which events are returned. ‘lifecycle’ returns only run start/end events, ‘run_modes’ returns all run events (default behavior), ‘state_update’ returns only state update events.
TaskGetParameters
TextPart
Thread
ThreadCountRequest
ThreadCountRequest : Payload for counting threads.
ThreadCreate
ThreadCreate : Payload for creating a thread.
ThreadCreateSuperstepsInner
ThreadCronCreate
ThreadCronCreate : Payload for creating a thread-specific cron job (runs on the same thread).
ThreadCronCreateAssistantId
ThreadCronCreateAssistantId : The assistant ID or graph name to run. If using graph name, will default to the assistant automatically created from that graph by the server.
ThreadPatch
ThreadPatch : Payload for updating a thread.
ThreadSearchRequest
ThreadSearchRequest : Payload for listing threads.
ThreadState
ThreadStateCheckpointRequest
ThreadStateCheckpointRequest : Payload for getting the state of a thread at a checkpoint.
ThreadStateSearch
ThreadStateTasksInner
ThreadStateUpdate
ThreadStateUpdate : Payload for updating the state of a thread.
ThreadStateUpdateResponse
ThreadStateUpdateResponse : Response for adding state to a thread.
ThreadSuperstepUpdate
ThreadSuperstepUpdateValues
Ttl
Ttl : The time-to-live for the thread.
Values
Values1
Values1 : The values to update the state with.

Enums§

MessageSendParametersMessagePartsInner
PostA2aRequestParams
PostA2aRequestParams : Method parameters Method parameters
Xray
Xray : Include graph representation of subgraphs. If an integer value is provided, only subgraphs with a depth less than or equal to the value will be included. Include graph representation of subgraphs. If an integer value is provided, only subgraphs with a depth less than or equal to the value will be included.