MCPcopy Create free account
hub / github.com/astercloud/aster / Name

Method Name

pkg/agent/workflow/parallel.go:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29// 简化版本,实际应该从主 Agent 包导入
30type Agent interface {
31 Name() string
32 Execute(ctx context.Context, message string) *stream.Reader[*session.Event]
33}
34

Callers 9

runModelStepStreamingMethod · 0.65
getToolsForProviderMethod · 0.65
AddToolMethod · 0.65
runModelStepMethod · 0.65
runNonStreamingStepMethod · 0.65
CreateFunction · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65

Implementers 15

CachedToolpkg/tools/cache.go
BaseEnhancedToolpkg/tools/enhanced_interface.go
BaseToolpkg/tools/enhanced_types.go
mockToolWithAnnotationspkg/tools/annotations_test.go
mockToolWithoutAnnotationspkg/tools/annotations_test.go
mockToolpkg/tools/constraints_test.go
MockToolpkg/tools/cache_test.go
mockToolpkg/tools/bridge/bridge_test.go
MockToolpkg/tools/bridge/ptc_integration_test.
addToolpkg/tools/knowledge/factory.go
searchToolpkg/tools/knowledge/factory.go
MCPToolAdapterpkg/tools/mcp/adapter.go

Calls

no outgoing calls

Tested by

no test coverage detected