deep

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	BaseAgentPrompt = `In order to complete the objective that the user asks of you, you have access to a number of standard tools.`
)

Functions

func NewTaskTool

func NewTaskTool(tc TaskToolConfig) (tools.Tool, string, error)

func NewWriteTodosTool

func NewWriteTodosTool() (tools.Tool, string, error)

Types

type TODO

type TODO struct {
	Content string `json:"content"`
	Status  string `json:"status" jsonschema:"enum=pending,enum=in_progress,enum=completed"`
}

type TaskToolConfig

type TaskToolConfig struct {
	Model                      blades.ModelProvider
	SubAgents                  []blades.Agent
	Tools                      []tools.Tool
	Instructions               []string
	MaxIterations              int
	WithoutGeneralPurposeAgent bool
}

Jump to

Keyboard shortcuts

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