agents

package
v0.0.0-...-e3e1d37 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentDataDtoV1

type AgentDataDtoV1 struct {
	ID                 string
	Name               string
	Goal               string
	StartNodeID        string
	NodesMap           map[string]NodeDtoV1
	ChatHistory        []MessageDataDtoV1
	LlmModelType       llm_enums.ModelType
	LlmApiVersion      llm_enums.ApiVersion
	OpenAIAPIKey       string
	OpenAIBaseUrl      string
	ExtraHelpAvailable bool
}

type MessageDataDtoV1

type MessageDataDtoV1 struct {
	Content string
	Type    message_enums.Type
}

type NodeDtoV1

type NodeDtoV1 struct {
	ID            string
	Name          string
	Children      []string
	IsStart       bool
	NodeType      agent_enums.NodeType
	Goal          string
	Backstory     string
	ToolType      agent_enums.ToolType
	TriggerType   agent_enums.TriggerType
	LlmModelType  llm_enums.ModelType
	LlmApiVersion llm_enums.ApiVersion
}

type UpdateResponseArgsV1

type UpdateResponseArgsV1 struct {
	types.AuthArgsV1
	Responses []UpdateResponseDtoV1
}

type UpdateResponseDtoV1

type UpdateResponseDtoV1 struct {
	JobID    string
	Output   string
	NeedHelp bool
}

type UpdateResponseReplyV1

type UpdateResponseReplyV1 struct {
	Done bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL