Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 包导入
30
type
Agent
interface
{
31
Name() string
32
Execute(ctx context.Context, message string) *stream.Reader[*session.Event]
33
}
34
Callers
9
runModelStepStreaming
Method · 0.65
getToolsForProvider
Method · 0.65
AddTool
Method · 0.65
runModelStep
Method · 0.65
runNonStreamingStep
Method · 0.65
Create
Function · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
Execute
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