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:
+2
-2
@@ -4,8 +4,8 @@ import (
|
||||
"flag"
|
||||
"log/slog"
|
||||
|
||||
"cs-ai-agent/internal/bootstrap"
|
||||
"cs-ai-agent/internal/pkg/config"
|
||||
"agent-desk/internal/bootstrap"
|
||||
"agent-desk/internal/pkg/config"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user