Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sipeed/picoclaw
/ Description
Method
Description
pkg/tools/shared/base.go:12–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
type
Tool
interface
{
11
Name() string
12
Description() string
13
Parameters()
map
[string]any
14
Execute(ctx context.Context, args
map
[string]any) *ToolResult
15
}
Callers
5
SearchRegex
Method · 0.65
TestToolRegistry_RegisterOverwrite
Function · 0.65
SnapshotHiddenTools
Method · 0.65
GetSummaries
Method · 0.65
ToolToSchema
Function · 0.65
Implementers
15
mockSearchableTool
pkg/tools/search_tools_test.go
SpawnStatusTool
pkg/tools/spawn_status.go
SubagentTool
pkg/tools/subagent.go
RegexSearchTool
pkg/tools/search_tool.go
BM25SearchTool
pkg/tools/search_tool.go
SpawnTool
pkg/tools/spawn.go
ExecTool
pkg/tools/shell.go
CronTool
pkg/tools/cron.go
DelegateTool
pkg/tools/delegate.go
mockRegistryTool
pkg/tools/registry_test.go
mockPanicTool
pkg/tools/registry_test.go
mockNilResultTool
pkg/tools/registry_test.go
Calls
no outgoing calls
Tested by
1
TestToolRegistry_RegisterOverwrite
Function · 0.52