Rename package

This commit is contained in:
Ettore Di Giacinto
2025-02-26 22:51:29 +01:00
parent 43c29fbdb0
commit b66e698b5e
34 changed files with 73 additions and 69 deletions

View File

@@ -8,10 +8,10 @@ import (
"sync"
"time"
"github.com/mudler/local-agent-framework/pkg/xlog"
"github.com/mudler/LocalAgent/pkg/xlog"
"github.com/mudler/local-agent-framework/core/action"
"github.com/mudler/local-agent-framework/pkg/llm"
"github.com/mudler/LocalAgent/core/action"
"github.com/mudler/LocalAgent/pkg/llm"
"github.com/sashabaranov/go-openai"
)