fix package

This commit is contained in:
lpf
2026-02-12 11:18:43 +08:00
parent 4956b1a014
commit cad0a4de5b
23 changed files with 1364 additions and 90 deletions

View File

@@ -6,7 +6,7 @@ import (
"sync"
"time"
"gitea.kkkk.dev/DBT/clawgo/pkg/logger"
"clawgo/pkg/logger"
)
type ToolRegistry struct {

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"time"
"gitea.kkkk.dev/DBT/clawgo/pkg/cron"
"clawgo/pkg/cron"
)
type RemindTool struct {

View File

@@ -6,8 +6,8 @@ import (
"sync"
"time"
"gitea.kkkk.dev/DBT/clawgo/pkg/bus"
"gitea.kkkk.dev/DBT/clawgo/pkg/providers"
"clawgo/pkg/bus"
"clawgo/pkg/providers"
)
type SubagentTask struct {