constants

package
v0.6.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// Agent tool
	AgentToolName = "agent"

	// Execution tools
	BashToolName      = "bash"
	JobOutputToolName = "job_output"
	JobKillToolName   = "job_kill"

	// File operation tools
	DownloadToolName  = "download"
	EditToolName      = "edit"
	MultiEditToolName = "multiedit"
	WriteToolName     = "write"

	// LSP tools
	DiagnosticsToolName = "lsp_diagnostics"
	ReferencesToolName  = "lsp_references"

	// Fetch tools
	FetchToolName        = "fetch"
	AgenticFetchToolName = "agentic_fetch"
	WebFetchToolName     = "web_fetch"
	WebSearchToolName    = "web_search"

	// Search/read tools
	GlobToolName        = "glob"
	GrepToolName        = "grep"
	LSToolName          = "ls"
	SourcegraphToolName = "sourcegraph"
	ViewToolName        = "view"

	// Other tools
	TodosToolName = "todos"
)

Tool name constants used across the codebase. This package has no dependencies to avoid import cycles.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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