Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
type
Agent
interface
{
31
Name() string
32
Execute(ctx context.Context, message string) *stream.Reader[*session.Event]
33
}
34
35
// ParallelConfig ParallelAgent 配置
Callers
13
handleWorkflowExecute
Method · 0.65
handleSlashCommandForStream
Method · 0.65
executeToolCalls
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
executeSingleTool
Method · 0.65
ExecutePlan
Method · 0.65
ExecutePlanDirect
Method · 0.65
ExecuteToolDirect
Method · 0.65
handleSlashCommand
Method · 0.65
Execute
Method · 0.65
runSubAgent
Method · 0.65
Implementers
15
CachedTool
pkg/tools/cache.go
BaseEnhancedTool
pkg/tools/enhanced_interface.go
BaseTool
pkg/tools/enhanced_types.go
mockToolWithAnnotations
pkg/tools/annotations_test.go
mockToolWithoutAnnotations
pkg/tools/annotations_test.go
mockTool
pkg/tools/constraints_test.go
MockTool
pkg/tools/cache_test.go
mockTool
pkg/tools/bridge/bridge_test.go
MockTool
pkg/tools/bridge/ptc_integration_test.
addTool
pkg/tools/knowledge/factory.go
searchTool
pkg/tools/knowledge/factory.go
MCPToolAdapter
pkg/tools/mcp/adapter.go
Calls
no outgoing calls
Tested by
no test coverage detected