Commit df7ed5c
Asynchronous agentic behaviour (#51)
* feat (async-agents): added basic task queue structure
* fix (async-agents): module import for agentic functions
* fix (async-agents): removed streaming for reflection response
* feat (async-agents): added basic frontend, added basic crud operations
* fix (async-agents): user crud operations fix
* feat (async-agents): frontend improvements
* feat (async-agents): desktop notification for task status
* feat (async-agents): auto time-based deletion of completed tasks
* feat (async-agents): tool result bubble
* fix (async-agents): async task q fixes - elaborator and removed unnecessary log
Co-authored-by: Kabeer2004 <merchantkabeer68@gmail.com>
---------
Co-authored-by: Kabeer2004 <merchantkabeer68@gmail.com>1 parent f820c46 commit df7ed5c
File tree
17 files changed
+1697
-452
lines changed- src
- interface
- app
- chat
- tasks
- components
- main
- model
- agents
- app
17 files changed
+1697
-452
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| 242 | + | |
242 | 243 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
157 | 165 | | |
158 | 166 | | |
159 | 167 | | |
| |||
192 | 200 | | |
193 | 201 | | |
194 | 202 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
202 | 220 | | |
203 | 221 | | |
204 | 222 | | |
| |||
252 | 270 | | |
253 | 271 | | |
254 | 272 | | |
255 | | - | |
| 273 | + | |
0 commit comments