Skip to content

Commit 847f7ae

Browse files
committed
docs: update
1 parent 0e0a06a commit 847f7ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ asyncio.run(default_drive.invoke_event(hello))
6969

7070
In this example, The return of `hello` event will trigger `world` event.
7171

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+
7276
### Break-down
7377

7478
To make an event function, there are few elements:
@@ -230,4 +234,4 @@ asyncio.run(default_drive.invoke_event(a))
230234

231235
- [x] fix: streaming event executation
232236
- [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

Comments
 (0)