mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-06 20:37:30 +08:00
Release v0.1.0 agent topology and runtime refresh
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
func TestSubagentRouterDispatchAndWaitReply(t *testing.T) {
|
||||
workspace := t.TempDir()
|
||||
manager := NewSubagentManager(nil, workspace, nil, nil)
|
||||
manager := NewSubagentManager(nil, workspace, nil)
|
||||
manager.SetRunFunc(func(ctx context.Context, task *SubagentTask) (string, error) {
|
||||
return "router-result", nil
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user