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

@@ -6,7 +6,7 @@ import (
"io"
"net/http"
"github.com/mudler/local-agent-framework/core/action"
"github.com/mudler/LocalAgent/core/action"
"github.com/sashabaranov/go-openai/jsonschema"
"jaytaylor.com/html2text"
)

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/mudler/local-agent-framework/core/action"
"github.com/mudler/LocalAgent/core/action"
"github.com/sashabaranov/go-openai/jsonschema"
)

View File

@@ -7,7 +7,7 @@ import (
"strings"
"github.com/google/go-github/v61/github"
"github.com/mudler/local-agent-framework/core/action"
"github.com/mudler/LocalAgent/core/action"
"github.com/sashabaranov/go-openai/jsonschema"
)

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"github.com/google/go-github/v61/github"
"github.com/mudler/local-agent-framework/core/action"
"github.com/mudler/LocalAgent/core/action"
"github.com/sashabaranov/go-openai/jsonschema"
)

View File

@@ -6,7 +6,7 @@ import (
"log/slog"
"github.com/google/go-github/v61/github"
"github.com/mudler/local-agent-framework/core/action"
"github.com/mudler/LocalAgent/core/action"
"github.com/sashabaranov/go-openai/jsonschema"
)

View File

@@ -4,7 +4,7 @@ import (
"context"
"fmt"
"github.com/mudler/local-agent-framework/core/action"
"github.com/mudler/LocalAgent/core/action"
"github.com/sashabaranov/go-openai/jsonschema"
"github.com/tmc/langchaingo/tools/scraper"
)

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"log/slog"
"github.com/mudler/local-agent-framework/core/action"
"github.com/mudler/LocalAgent/core/action"
"github.com/sashabaranov/go-openai/jsonschema"
"github.com/tmc/langchaingo/tools/duckduckgo"
)

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"net/smtp"
"github.com/mudler/local-agent-framework/core/action"
"github.com/mudler/LocalAgent/core/action"
"github.com/sashabaranov/go-openai/jsonschema"
)

View File

@@ -4,7 +4,7 @@ import (
"context"
"fmt"
"github.com/mudler/local-agent-framework/core/action"
"github.com/mudler/LocalAgent/core/action"
"github.com/sashabaranov/go-openai/jsonschema"
"github.com/tmc/langchaingo/tools/wikipedia"
)