Refactor internal services to use agent-desk package structure
- Updated import paths in multiple service files to reflect the new agent-desk module. - Added a new configuration file for agent-desk in the Docker setup.
This commit is contained in:
@@ -6,9 +6,9 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
impladapter "cs-ai-agent/internal/ai/runtime/internal/impl/adapter"
|
||||
"cs-ai-agent/internal/pkg/enums"
|
||||
"cs-ai-agent/internal/pkg/toolx"
|
||||
impladapter "agent-desk/internal/ai/runtime/internal/impl/adapter"
|
||||
"agent-desk/internal/pkg/enums"
|
||||
"agent-desk/internal/pkg/toolx"
|
||||
|
||||
einotool "github.com/cloudwego/eino/components/tool"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ package callbacks
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"cs-ai-agent/internal/pkg/toolx"
|
||||
"agent-desk/internal/pkg/toolx"
|
||||
)
|
||||
|
||||
func TestParseGraphToolOutcome(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user