88 Commits (25b11b1a4019aee17524793e7cb4f1825d626e4f)
 

Author SHA1 Message Date
shentong.martin 25b11b1a40 feat: graph tool
Change-Id: Ic523afc41e82af04c578968cc2b535c4b76ce828
4 months ago
shentong.martin f13f4f7555 feat(flow/react): add short-term memory example with MessageFuture and tool calls
Change-Id: Iff0920fa888b74ee40770ea4e59126bbc01949c5
5 months ago
shentong.martin 60eb90bce2 feat: update eino to v0.7.14
Change-Id: I3e2e71a820d9caee68b8ac1f4616d1cf610da8f5
5 months ago
shentong.martin c396f82e82 feat: make rate limit delay configurable via RATE_LIMIT_DELAY_MS env var
- Add getRateLimitDelay() function to read delay from environment
- When RATE_LIMIT_DELAY_MS is not set or 0, use original model without wrapper
- Remove debug print statements from rateLimitedModel

Change-Id: I491d061b90530a84976e26952c7245f821553d1c
5 months ago
shentong.martin f3c86a123c fix: remove redundant newlines and apply gofmt formatting
Change-Id: I0e3b7a87011ff7a6a2d1c00f456f4c36569576a2
5 months ago
shentong.martin 7c56672353 feat(adk): add human-in-the-loop examples for multi-agent patterns
Add four new examples demonstrating interrupt/resume functionality with
prebuilt multi-agent patterns:

- 5_supervisor: Supervisor pattern with approval for fund transfers
- 6_plan-execute-replan: Plan-Execute-Replan with review-edit for bookings
- 7_deep-agents: Deep agents with follow-up for clarification questions
- 8_supervisor-plan-execute: Nested architecture with Plan-Execute-Replan
  as sub-agent under Supervisor, demonstrating deep interrupt propagation

Each example includes:
- Semantically meaningful scenarios (financial advisor, travel booking,
  data analysis, project management)
- Rate-limited model wrapper for test environments
- English and Chinese README documentation

Also includes:
- Fix errorremover middleware to propagate interrupt errors correctly
- Add .trae to .gitignore

Change-Id: I1a7e21936bf7015d2d2c08c4b9e78cdd7c07da8b
5 months ago
shentong.martin 30b31e535f feat(compose): batch node
Change-Id: Ifc5038a5ef1ff5918bec2fc053a24c607d061fee
5 months ago
shentong.martin 9835e6abd6 feat(react): dynamic option during execution
Change-Id: I7c67d6b6244c3f37912faf35d64fa4c73bc04358
5 months ago
shentong.martin 82cc9a471d feat(compose): async node example
Change-Id: I1e5af39c3ac197017ef809d7e68eb4911266925d
5 months ago
Zhj 8c6efe243f
feat(tool): add remove error middleware & mcp toolcallresulthander (#147) 5 months ago
shentong.martin d099dce571 feat(react): unknown tool handler example
Change-Id: I4e17983373ec7a07f43601aaeccfafcc8e3d739a
5 months ago
shentong.martin 77bd95ba71 feat(react): demonstrate short-term memory
Change-Id: Ib2b796a7f66ee33b9115c9331489c8d86e42b8c5
5 months ago
shentong.martin d35371e0af feat(adk): add input msg log to supervisor example
Change-Id: I5befb422a92466983d00d20f87c3dd9596e1f47f
5 months ago
shentong.martin 78b2ca9963 feat(adk): add http sse service example
Change-Id: I46b9bcb6673cee8a0a7e2946b8541ec0eae38ec3
5 months ago
shentong.martin a18a2c0538 feat(tool): json fix tool middleware
Change-Id: I00d90a0d23b68faccad77337aa1b511e22862b28
5 months ago
shentong.martin 589b192304 feat: add graph visualizer by mermaid
Change-Id: I97c20a4a3cccdb4fb95dfb12c9c0dbfc9e313f6e
5 months ago
shentong.martin 89b2d21a9f feat(chatmodel): printing actual request and response
Change-Id: I5ea594389cef6c11e4a7857e875a7770eacae619
5 months ago
shentongmartin ba4f91a8f3 Potential fix for code scanning alert no. 20: Log entries created from user input
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
5 months ago
shentong.martin 45aaddee0a feat(chatmodel): printing actual request and response
Change-Id: I5ea594389cef6c11e4a7857e875a7770eacae619
5 months ago
shentong.martin 476e80b9f4 feat: implement an AB test router ChatModel example
Change-Id: If21899ebe9d5848a82c386056bded7346d8ec25a
5 months ago
shentong.martin 3ce08012fd chore: update approval example to be easier to understand
Change-Id: Ia999549cce2940aee6d2e1e57ad90c28d5d2f15f
6 months ago
IPender 85592f893f
feat(adk): add agent_with_summarization based on agent_middleware (#135) 6 months ago
shentongmartin d41b497bdc
feat: add common human-in-the-loop patterns (#125)
* feat: add approval human-in-the-loop pattern

Change-Id: I8217d0b92e5df954adfbae129f945a52d9367a08

* feat: add review-and-edit human-in-the-loop pattern

Change-Id: Ifebae102fe01c6b5c1239c56d4bde9b83f89ff45

* feat: add follow-up human-in-the-loop pattern

Change-Id: I79323759e03607496b411a7e6bd06a6eac18c986

* feat: change 'review-and-edit' to 'feedback-loop'

Change-Id: I6c0a94d97a745dce9badda5b73e895ea440076e4

* feat: re-add the review-and-edit pattern

Change-Id: If2058922c3e2428ab896c5f8c59d12de79ae2ae5

* fix(adk): improve review-and-edit tool call wrapper response

Change-Id: I22b30575551f3f9d9b10a65ce11bcc2a92199a0b

* docs: update command path with actual dir name

* chore: update to eino v0.7.0 release

Change-Id: Ie61a51f9d6dc0edbc1ddac973966740f2edf466b

---------

Co-authored-by: HaotianChen <chenhaotian16@huawei.com>
6 months ago
N3ko bc28accbb7
feat: update commandline (#132) 6 months ago
Megumin 09c7e3515e
feat(adk): deepagents example (#131) 6 months ago
shentongmartin 550f5b504c
fix(workflow): control only example remove wrong AddDependency call (#130)
Change-Id: Ibfc1c9e5b25988cd0517820d7225213feca7677d
6 months ago
IPender 0795ca30b0
feat(adk): add Exit tool for loop_for_reflection (#127)
* feat(adk): add Exit tool for loop_for_reflection

* feat(adk): add break_loop event for loop_for_reflection

* feat(adk): add break_loop event for loop_for_reflection
6 months ago
N3ko b3cc87e04e
feat(adk): add excel agent based on plan-execute-replan pattern (#122) 6 months ago
mrh997 28d7c0a578
feat(flow_react): optimize the use of ark cache in react (#124) 7 months ago
mrh997 3bc1a807df
fix: use jsonschema_description tag (#123) 7 months ago
N3ko bbbae09319
feat: add examples for adk (#120) 8 months ago
JqRrt 3a94b9ab0d
add cozeloop callback (#115) 8 months ago
IPender 528919187f
feat(adk): add eino adk examples (#114) 8 months ago
mrh997 a0e96f1391
refactor: migration from OpenAPIV3 to JSONSchema (#108) 9 months ago
feng-95 05568cd009
feat: add apmplus callback handler to deer-go (#101)
* feat: add apmplus callback handler
9 months ago
shentong.martin fe522c0928 feat: workflow examples
Change-Id: I6ad7882527ba818ff00bea8b9ac76f0fea08951d
9 months ago
Megumin 985ee36f62
fix(deerflow): correct ctx param of chat template (#99) 9 months ago
mrh997 208c545ea7
feat(react): add cached ark example (#96) 10 months ago
feng-95 d2c124acc0
feat: eino agent server apmplus callbacks add session info (#95)
* feat: apmplus callbacks add session info

* feat: add apmplus ai session

---------

Co-authored-by: Megumin <wangdezheng@bytedance.com>
10 months ago
lnnt 3ebe73b2b5
feat: use ToolCallingChatModel instead of deprecated ChatModel (#93) 10 months ago
Second-Choice 928dd90a31
fix: add nil check in deer-go LoggerCallback to prevent panic (#89) 10 months ago
Earisty b66582819c
feat: add deer-flow-go (#86)
* add deer-flow-go
10 months ago
gromitlee b4725029c1
feat(todoagent): upgrade duckduckgo to v2 (#85) 10 months ago
mrh997 6d2f88c220
feat(eino_assistant): upgrade duckduckgo to v2 (#83) 10 months ago
Megumin eb4c4516b5
feat: upgrade ark&eino (#80) 11 months ago
liujian-bytedance fb3070ab6e
feat(devops): add an example of map[string]any (#78) 11 months ago
xingpiaoliang a021f26cb8
fix: fix the issue of the open tool in the eino agent example and add some features (#77)
fix: fix the open tool in the eino agent example
11 months ago
catwithtudou cf6cb2dccc update: update the know
Change-Id: Ibc3dd1bcb817be9bbf6a27b29b56578722b24473
1 year ago
Megumin 817e6e38a1
feat: upgrade manus openai (#69) 1 year ago
Megumin 99173ed216 feat: manus agent 1 year ago