Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ForestHubAI/edge-agents
/ Tools
Method
Tools
go/engine/node.go:83–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
// as a node argument.
82
type
ToolProvider
interface
{
83
Tools() ([]llmproxy.FunctionTool, error)
84
}
85
86
// ===== Embeddable base types =====
Callers
2
Setup
Method · 0.65
buildTools
Method · 0.65
Implementers
7
MockToolProvider
go/engine/mocks_test.go
MockToolProvider_Expecter
go/engine/mocks_test.go
FunctionCall
go/engine/node/functioncall.go
Retriever
go/engine/node/retriever.go
WebSearchTool
go/engine/node/websearchtool.go
ReadPin
go/engine/node/pinread.go
Agent
go/engine/node/agent.go
Calls
no outgoing calls
Tested by
no test coverage detected