Commit Graph

  • 520497c00a Agent translation to english drew/english Drew Bednar 2026-04-26 10:22:11 -0400
  • a80cde9262
    chore(deps): bump the eino-dependencies group across 3 directories with 4 updates (#209) dependabot[bot] 2026-04-21 10:35:27 +0800
  • 7f9e6a76b2
    chore(deps): bump the eino-dependencies group across 3 directories with 3 updates (#203) dependabot[bot] 2026-04-14 10:05:36 +0800
  • a21ef9d54f
    chore(deps): bump the eino-dependencies group across 3 directories with 1 update (#197) dependabot[bot] 2026-03-31 10:08:46 +0800
  • 0b4e59269b
    chore(deps): bump the eino-dependencies group across 3 directories with 1 update (#189) dependabot[bot] 2026-03-24 10:47:35 +0800
  • 82e36f8795
    chore(deps): bump the eino-dependencies group across 3 directories with 2 updates (#187) dependabot[bot] 2026-03-17 10:55:47 +0800
  • ec07067e64
    docs(chatwitheino): add repo source for Feishu quickstart index (#186) shentongmartin 2026-03-16 20:16:10 +0800
  • a2814e625d
    feat(chatwitheino): add filesystem-backed skills (#185) shentongmartin 2026-03-16 18:23:40 +0800
  • 9b0c95dad9 fix: server initialization panic when APMPLUS_APP_KEY is not set Zerofisher 2025-08-30 20:17:36 +0800
  • 6a9fa80f5a docs(quickstart): improve chatwitheino documentation shentong.martin 2026-03-12 12:14:36 +0800
  • c3c42318bc fix: add missing license header to ch02/main.go shentong.martin 2026-03-11 22:10:48 +0800
  • a0a9ec3ff1 chore: format code with gofmt shentong.martin 2026-03-11 22:04:51 +0800
  • 28247d3702 feat(quickstart): rename chatwithdoc to chatwitheino and add chapters 3-8 shentong.martin 2026-03-11 22:02:27 +0800
  • cdedfd0425 docs: improve ch01 and ch02 quickstart documentation shentong.martin 2026-03-11 18:31:29 +0800
  • b035dd29c5 chore: satisfy staticcheck QF1012 (plan-execute-replan) shentong.martin 2026-03-11 17:28:17 +0800
  • fa53f234c7 chore: satisfy staticcheck QF1012 shentong.martin 2026-03-11 17:25:56 +0800
  • 4ea5783584 chore: fix staticcheck formatting shentong.martin 2026-03-11 17:20:45 +0800
  • 57cb494e77 chore: fix lint and formatting shentong.martin 2026-03-11 17:11:56 +0800
  • 2d189db9bd feat(quickstart): add chatwithdoc example shentong.martin 2026-03-11 16:23:59 +0800
  • d49cfe085a
    fix: add execute tool to skill example (#182) Megumin 2026-03-10 21:31:45 +0800
  • 9d39d4d72a
    chore(deps): bump the eino-dependencies group across 3 directories with 2 updates (#181) dependabot[bot] 2026-03-10 20:11:23 +0800
  • 6114f39861
    feat(adk): add search tool middleware example (#167) (#180) Megumin 2026-03-10 16:25:10 +0800
  • cdc720df8c
    chore(deps): bump the eino-dependencies group across 3 directories with 2 updates (#177) dependabot[bot] 2026-03-03 11:22:29 +0800
  • 658780982e
    chore: add eino-ext/components/model/deepseek to dependabot (#174) Guangming Luo 2026-02-10 14:45:21 +0800
  • 8c5f4efb78
    chore(deps): bump the eino-dependencies group across 3 directories with 1 update (#173) dependabot[bot] 2026-02-10 14:29:01 +0800
  • 1f40592b7e
    feat(ci): pin typos version (#168) Megumin 2026-02-03 21:31:55 +0800
  • 4ac063e811
    chore(deps): bump the eino-dependencies group across 3 directories with 6 updates (#166) dependabot[bot] 2026-02-02 19:38:45 +0800
  • 2c961e4629
    chore: update sonic & add dependabot for weekly updates (#165) Guangming Luo 2026-02-02 19:29:31 +0800
  • 7c63a9b24d
    docs: add COOKBOOK.md and update README with structured example index (#162) shentongmartin 2026-01-30 14:11:39 +0800
  • a05f4e9a5d refactor: remove unused chain variables in example 1 shentong.martin 2026-01-20 16:02:31 +0800
  • c5df2f12e4 docs: clarify GraphTools are compatible with any tool wrapper shentong.martin 2026-01-20 15:30:56 +0800
  • 44e0085eae refactor: use tool package interrupt APIs in follow_up_tool and review_edit_wrapper shentong.martin 2026-01-20 10:26:02 +0800
  • f7ed18dd7e refactor: use tool package interrupt APIs instead of compose package shentong.martin 2026-01-20 10:17:52 +0800
  • f2f7dbb918 fix: remove redundant newline in fmt.Println shentong.martin 2026-01-19 21:13:37 +0800
  • fb76b1c544 feat(graphtool): add InvokableGraphTool and StreamableGraphTool for wrapping compose types as tools shentong.martin 2026-01-19 20:59:12 +0800
  • 25b11b1a40 feat: graph tool shentong.martin 2025-12-05 14:01:50 +0800
  • f13f4f7555 feat(flow/react): add short-term memory example with MessageFuture and tool calls shentong.martin 2025-12-29 16:30:48 +0800
  • 60eb90bce2 feat: update eino to v0.7.14 shentong.martin 2025-12-26 17:56:15 +0800
  • c396f82e82 feat: make rate limit delay configurable via RATE_LIMIT_DELAY_MS env var shentong.martin 2025-12-25 15:59:57 +0800
  • f3c86a123c fix: remove redundant newlines and apply gofmt formatting shentong.martin 2025-12-25 14:36:58 +0800
  • 7c56672353 feat(adk): add human-in-the-loop examples for multi-agent patterns shentong.martin 2025-12-25 14:31:00 +0800
  • 30b31e535f feat(compose): batch node shentong.martin 2025-12-22 17:00:07 +0800
  • 9835e6abd6 feat(react): dynamic option during execution shentong.martin 2025-12-18 20:27:08 +0800
  • 82cc9a471d feat(compose): async node example shentong.martin 2025-12-17 14:38:55 +0800
  • 8c6efe243f
    feat(tool): add remove error middleware & mcp toolcallresulthander (#147) Zhj 2025-12-19 17:19:59 +0800
  • d099dce571 feat(react): unknown tool handler example shentong.martin 2025-12-16 10:40:28 +0800
  • 77bd95ba71 feat(react): demonstrate short-term memory shentong.martin 2025-12-15 19:37:00 +0800
  • d35371e0af feat(adk): add input msg log to supervisor example shentong.martin 2025-12-15 17:08:00 +0800
  • 78b2ca9963 feat(adk): add http sse service example shentong.martin 2025-12-15 15:59:23 +0800
  • a18a2c0538 feat(tool): json fix tool middleware shentong.martin 2025-12-09 17:01:31 +0800
  • 589b192304 feat: add graph visualizer by mermaid shentong.martin 2025-12-08 15:45:47 +0800
  • 89b2d21a9f feat(chatmodel): printing actual request and response shentong.martin 2025-12-09 15:01:14 +0800
  • ba4f91a8f3 Potential fix for code scanning alert no. 20: Log entries created from user input shentongmartin 2025-12-09 15:07:56 +0800
  • 45aaddee0a feat(chatmodel): printing actual request and response shentong.martin 2025-12-09 15:01:14 +0800
  • 476e80b9f4 feat: implement an AB test router ChatModel example shentong.martin 2025-12-08 16:21:17 +0800
  • 3ce08012fd chore: update approval example to be easier to understand shentong.martin 2025-11-20 20:19:07 +0800
  • 85592f893f
    feat(adk): add agent_with_summarization based on agent_middleware (#135) IPender 2025-11-20 16:41:16 +0800
  • d41b497bdc
    feat: add common human-in-the-loop patterns (#125) shentongmartin 2025-11-20 16:17:39 +0800
  • bc28accbb7
    feat: update commandline (#132) N3ko 2025-11-17 10:53:56 +0800
  • 09c7e3515e
    feat(adk): deepagents example (#131) Megumin 2025-11-14 17:30:10 +0800
  • 550f5b504c
    fix(workflow): control only example remove wrong AddDependency call (#130) shentongmartin 2025-11-14 14:08:24 +0800
  • 0795ca30b0
    feat(adk): add Exit tool for loop_for_reflection (#127) IPender 2025-11-12 17:07:23 +0800
  • b3cc87e04e
    feat(adk): add excel agent based on plan-execute-replan pattern (#122) N3ko 2025-11-12 14:54:12 +0800
  • 28d7c0a578
    feat(flow_react): optimize the use of ark cache in react (#124) mrh997 2025-10-30 14:21:02 +0800
  • 3bc1a807df
    fix: use jsonschema_description tag (#123) mrh997 2025-10-23 17:25:54 +0800
  • bbbae09319
    feat: add examples for adk (#120) N3ko 2025-09-29 20:31:32 +0800
  • 3a94b9ab0d
    add cozeloop callback (#115) JqRrt 2025-09-11 19:28:41 +0800
  • 528919187f
    feat(adk): add eino adk examples (#114) IPender 2025-09-11 10:29:48 +0800
  • a0e96f1391
    refactor: migration from OpenAPIV3 to JSONSchema (#108) mrh997 2025-08-27 20:47:04 +0800
  • 05568cd009
    feat: add apmplus callback handler to deer-go (#101) feng-95 2025-08-11 11:07:36 +0800
  • fe522c0928 feat: workflow examples shentong.martin 2025-08-06 21:25:09 +0800
  • 985ee36f62
    fix(deerflow): correct ctx param of chat template (#99) Megumin 2025-08-05 21:09:06 +0800
  • 208c545ea7
    feat(react): add cached ark example (#96) mrh997 2025-07-30 10:42:58 +0800
  • d2c124acc0
    feat: eino agent server apmplus callbacks add session info (#95) feng-95 2025-07-29 21:55:04 +0800
  • 3ebe73b2b5
    feat: use ToolCallingChatModel instead of deprecated ChatModel (#93) lnnt 2025-07-28 14:06:40 +0800
  • 928dd90a31
    fix: add nil check in deer-go LoggerCallback to prevent panic (#89) Second-Choice 2025-07-23 16:10:19 +0800
  • b66582819c
    feat: add deer-flow-go (#86) Earisty 2025-07-17 10:26:01 +0800
  • b4725029c1
    feat(todoagent): upgrade duckduckgo to v2 (#85) gromitlee 2025-07-08 12:14:37 +0800
  • 6d2f88c220
    feat(eino_assistant): upgrade duckduckgo to v2 (#83) mrh997 2025-07-07 12:20:27 +0800
  • eb4c4516b5
    feat: upgrade ark&eino (#80) Megumin 2025-06-20 18:12:19 +0800
  • fb3070ab6e
    feat(devops): add an example of map[string]any (#78) liujian-bytedance 2025-06-13 10:52:02 +0800
  • a021f26cb8
    fix: fix the issue of the open tool in the eino agent example and add some features (#77) xingpiaoliang 2025-06-10 19:26:54 +0800
  • cf6cb2dccc update: update the know catwithtudou 2025-04-24 10:53:53 +0800
  • 817e6e38a1
    feat: upgrade manus openai (#69) Megumin 2025-04-22 20:45:26 +0800
  • 99173ed216 feat: manus agent Megumin 2025-04-14 19:58:52 +0800
  • 7fc033fd1f feat: add interrupt Megumin 2025-03-24 12:26:17 +0800
  • df73bb95e2
    feat: upgrade devops to v0.1.7 and eino to v0.3.18 (#58) mrh997 2025-03-28 17:50:19 +0800
  • 3591f66345
    feat: upgrade devops version to v0.1.6 (#57) mrh997 2025-03-26 10:34:57 +0800
  • 21484c3c0a
    chore: update ollama to v0.4.0 to fix security alerts (#54) Guangming Luo 2025-03-24 11:26:29 +0800
  • 8e8acb0d0f feat: replace deprecated interface Megumin 2025-03-20 16:03:13 +0800
  • cf63365e54
    feat: upgrade react agent version (#52) Megumin 2025-03-19 21:51:55 +0800
  • 0d70f1be5d
    feat: remove final length (#50) Megumin 2025-03-19 17:19:18 +0800
  • ade3de772f
    feat: upgrade retriever/volc_vikingdb (#49) N3ko 2025-03-19 16:49:27 +0800
  • 5c31003859 Update theme_park.go task.go WayKwin 2025-03-09 16:41:10 +0800
  • a50d298e58 feat: react example change to ark model, set StreamToolCallChecker shentong.martin 2025-03-10 18:36:41 +0800
  • f1eee736c2
    feat: modify chat model env (#41) Megumin 2025-03-10 12:23:36 +0800
  • 55e069c734
    refactor: use consistent context variable throughout the code (#40) Scott9(阵雨) 2025-03-10 11:04:16 +0800
  • 5dce8ffab4
    feat: optimized devops debugging example (#37) mrh997 2025-03-06 11:35:34 +0800
  • 5f48fc1c04
    feat: upgrade eino to v0.3.14 (#35) liujian-bytedance 2025-02-28 17:33:24 +0800
  • 79e087425c
    feat(devops): upgrade devops (#34) liujian-bytedance 2025-02-28 11:51:03 +0800