Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/betta-tech/byo-coding-agent
/ Execute
Method
Execute
internal/tool/registry.go:16–16 ·
view source on GitHub ↗
(ctx context.Context, input string)
Source
from the content-addressed store, hash-verified
14
type
Tool
interface
{
15
Definition() api.ToolDef
16
Execute(ctx context.Context, input string) (result string, isError bool)
17
}
18
19
type
Registry
struct
{
Callers
2
executeTool
Method · 0.65
Execute
Method · 0.65
Implementers
9
DelegateTool
delegate.go
MCPTool
internal/mcp/register.go
echoTool
internal/agent/agent_test.go
RememberTool
internal/tool/remember.go
ReadFileTool
internal/tool/readfile.go
RecallTool
internal/tool/recall.go
WriteFileTool
internal/tool/writefile.go
fakeTool
internal/tool/registry_test.go
BashTool
internal/tool/bash.go
Calls
no outgoing calls
Tested by
no test coverage detected