We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0a06a commit 847f7aeCopy full SHA for 847f7ae
readme.md
@@ -69,6 +69,10 @@ asyncio.run(default_drive.invoke_event(hello))
69
70
In this example, The return of `hello` event will trigger `world` event.
71
72
+> [!TIP]
73
+>
74
+> Hello world is not cool enough? Try to build a [ReAct Agent Workflow](./examples/6_llm_agent_ReAct.py) with `drive-flow`
75
+
76
### Break-down
77
78
To make an event function, there are few elements:
@@ -230,4 +234,4 @@ asyncio.run(default_drive.invoke_event(a))
230
234
231
235
- [x] fix: streaming event executation
232
236
- [x] fix: an event never receive the listened events' results twice (de-duplication), unless the group is totally updated for `retrigger_type='all'`
233
-- [ ] Add ReAct workflow example
237
+- [x] Add ReAct workflow example
0 commit comments