Commit ae35bbf
docs: remove non-existent astream() method and fix concurrent agents example (#103)
- Remove 'Async Streaming' section that documented astream() method which was never implemented
- Update 'Concurrent Agents' example to use actual functions (run_conversation, callback) from the example code instead of undefined run_task()
- Properly demonstrate concurrent execution using loop.run_in_executor() with asyncio.gather()
Co-authored-by: openhands <openhands@all-hands.dev>1 parent 4954bed commit ae35bbf
1 file changed
+8
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | 119 | | |
133 | 120 | | |
134 | 121 | | |
135 | 122 | | |
136 | | - | |
| 123 | + | |
137 | 124 | | |
138 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
139 | 129 | | |
140 | | - | |
141 | | - | |
142 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
143 | 133 | | |
144 | 134 | | |
145 | 135 | | |
| |||
0 commit comments