fix: update all imports to use Forgejo instead of GitHub
This commit is contained in:
@@ -5,9 +5,9 @@ import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
|
||||
"github.com/rockliang/poimen/workflows/action/llm"
|
||||
"github.com/rockliang/poimen/workflows/pkg/db"
|
||||
"github.com/rockliang/poimen/workflows/statemachine"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/action/llm"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/pkg/db"
|
||||
"forgejo.riotpiao.com/rock/poimen-workflows/statemachine"
|
||||
)
|
||||
|
||||
// CanvasReasonerInput infers connections between nodes using LLM reasoning
|
||||
|
||||
Reference in New Issue
Block a user