fix: sort agent definition imports for gci
This commit is contained in:
parent
9dd64cb66c
commit
a492c504c7
1 changed files with 2 additions and 1 deletions
|
|
@ -7,8 +7,9 @@ import (
|
|||
"strings"
|
||||
|
||||
"github.com/gomarkdown/markdown/parser"
|
||||
"github.com/sipeed/picoclaw/pkg/logger"
|
||||
"gopkg.in/yaml.v3"
|
||||
|
||||
"github.com/sipeed/picoclaw/pkg/logger"
|
||||
)
|
||||
|
||||
// AgentDefinitionSource identifies which agent bootstrap file produced the definition.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue