MCPcopy
hub / github.com/sipeed/picoclaw / SpawnTool

Struct SpawnTool

pkg/tools/spawn.go:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type SpawnTool struct {
10 spawner SubTurnSpawner
11 defaultModel string
12 maxTokens int
13 temperature float64
14 allowlistCheck func(targetAgentID string) bool
15}
16
17// Compile-time check: SpawnTool implements AsyncExecutor.
18var _ AsyncExecutor = (*SpawnTool)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected