You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Second-Choice 928dd90a31
fix: add nil check in deer-go LoggerCallback to prevent panic (#89)
10 months ago
..
biz fix: add nil check in deer-go LoggerCallback to prevent panic (#89) 10 months ago
conf feat: add deer-flow-go (#86) 10 months ago
script feat: add deer-flow-go (#86) 10 months ago
.gitignore feat: add deer-flow-go (#86) 10 months ago
.hz feat: add deer-flow-go (#86) 10 months ago
README.md feat: add deer-flow-go (#86) 10 months ago
go.mod feat: add deer-flow-go (#86) 10 months ago
go.sum feat: add deer-flow-go (#86) 10 months ago
main.go feat: add deer-flow-go (#86) 10 months ago
router.go feat: add deer-flow-go (#86) 10 months ago
router_gen.go feat: add deer-flow-go (#86) 10 months ago
run.sh feat: add deer-flow-go (#86) 10 months ago

README.md

本仓库参考 https://github.com/bytedance/deer-flow 完成改写 目前完成主要部分的状态图流转

使用方式

  1. 安装python mcp server的依赖否则运行时会在加载python mcp时卡住。
cd biz/mcps/python
uv sync
  1. 进入conf文件夹中复制演示配置文件并填入配置key
cp ./conf/deer-go.yaml.1 ./conf/deer-go.yaml
  1. 运行 run.sh,编译并执行。
./run.sh
  1. 如果想配合deerflow的前端运行需要添加-s参数同时运行deerflow的前端即可。
./run.sh -s