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

@@ -4,8 +4,8 @@ import (
"strings"
"github.com/bwmarrin/discordgo"
"github.com/mudler/local-agent-framework/core/agent"
"github.com/mudler/local-agent-framework/pkg/xlog"
"github.com/mudler/LocalAgent/core/agent"
"github.com/mudler/LocalAgent/pkg/xlog"
)
type Discord struct {

View File

@@ -6,8 +6,8 @@ import (
"time"
"github.com/google/go-github/v61/github"
"github.com/mudler/local-agent-framework/core/agent"
"github.com/mudler/local-agent-framework/pkg/xlog"
"github.com/mudler/LocalAgent/core/agent"
"github.com/mudler/LocalAgent/pkg/xlog"
"github.com/sashabaranov/go-openai"
)

View File

@@ -6,8 +6,8 @@ import (
"time"
"github.com/google/go-github/v61/github"
"github.com/mudler/local-agent-framework/core/agent"
"github.com/mudler/local-agent-framework/pkg/xlog"
"github.com/mudler/LocalAgent/core/agent"
"github.com/mudler/LocalAgent/pkg/xlog"
"github.com/sashabaranov/go-openai"
)

View File

@@ -6,9 +6,9 @@ import (
"os"
"strings"
"github.com/mudler/local-agent-framework/pkg/xlog"
"github.com/mudler/LocalAgent/pkg/xlog"
"github.com/mudler/local-agent-framework/core/agent"
"github.com/mudler/LocalAgent/core/agent"
"github.com/slack-go/slack/socketmode"

View File

@@ -8,7 +8,7 @@ import (
"github.com/go-telegram/bot"
"github.com/go-telegram/bot/models"
"github.com/mudler/local-agent-framework/core/agent"
"github.com/mudler/LocalAgent/core/agent"
)
type Telegram struct {