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

Method Execute

pkg/agent/workflow/parallel.go:32–32  ·  view source on GitHub ↗
(ctx context.Context, message string)

Source from the content-addressed store, hash-verified

30type Agent interface {
31 Name() string
32 Execute(ctx context.Context, message string) *stream.Reader[*session.Event]
33}
34
35// ParallelConfig ParallelAgent 配置

Callers 13

handleWorkflowExecuteMethod · 0.65
executeToolCallsMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
executeSingleToolMethod · 0.65
ExecutePlanMethod · 0.65
ExecutePlanDirectMethod · 0.65
ExecuteToolDirectMethod · 0.65
handleSlashCommandMethod · 0.65
ExecuteMethod · 0.65
runSubAgentMethod · 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