1 Star 0 Fork 0

kzangv / gsf-ai-agent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
common.go 232 Bytes
一键复制 编辑 原始数据 按行查看 历史
kzangv 提交于 2024-05-15 09:35 . fixed
package router
type Node struct {
Name, Desc string
}
type Output interface {
GetName() string
GetInput() string
}
type Parser interface {
Format(input string, router []Node) (string, error)
Parser(string) (Output, error)
}
Go
1
https://gitee.com/kzangv/gsf-ai-agent.git
git@gitee.com:kzangv/gsf-ai-agent.git
kzangv
gsf-ai-agent
gsf-ai-agent
v0.0.7

搜索帮助