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.
dependabot[bot] 0b4e59269b
chore(deps): bump the eino-dependencies group across 3 directories with 1 update (#189)
Bumps the eino-dependencies group with 1 update in the / directory: [github.com/cloudwego/eino](https://github.com/cloudwego/eino).
Bumps the eino-dependencies group with 1 update in the /flow/agent/deer-go directory: [github.com/cloudwego/eino](https://github.com/cloudwego/eino).
Bumps the eino-dependencies group with 1 update in the /quickstart/eino_assistant directory: [github.com/cloudwego/eino](https://github.com/cloudwego/eino).


Updates `github.com/cloudwego/eino` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/cloudwego/eino/releases)
- [Commits](https://github.com/cloudwego/eino/compare/v0.8.3...v0.8.4)

Updates `github.com/cloudwego/eino` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/cloudwego/eino/releases)
- [Commits](https://github.com/cloudwego/eino/compare/v0.8.3...v0.8.4)

Updates `github.com/cloudwego/eino` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/cloudwego/eino/releases)
- [Commits](https://github.com/cloudwego/eino/compare/v0.8.3...v0.8.4)

---
updated-dependencies:
- dependency-name: github.com/cloudwego/eino
  dependency-version: 0.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino
  dependency-version: 0.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
- dependency-name: github.com/cloudwego/eino
  dependency-version: 0.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: eino-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
..
biz chore: fix lint and formatting 2 months ago
conf chore: fix lint and formatting 2 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 apmplus callback handler to deer-go (#101) 9 months ago
go.mod chore(deps): bump the eino-dependencies group across 3 directories with 1 update (#189) 2 months ago
go.sum chore(deps): bump the eino-dependencies group across 3 directories with 1 update (#189) 2 months ago
main.go fix: server initialization panic when APMPLUS_APP_KEY is not set 2 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
  1. 如果想采集 trace 和 metrics 埋点信息,可通过配置 APMPLUS_APP_KEY 环境变量,来开启埋点采集。采集数据将上报至 APMPlus 。可在 APMPlus 控制台 中查看采集到的调用 trace 和 metrics 埋点信息。火山引擎 APMPlus 文档
export APMPLUS_APP_KEY=your_app_key