Commit 7ad8bda
Tulga Tsogtgerel
feat: add streaming logs for tool usage
Add onSessionUpdate callback to stream tool execution in real-time.
This provides visibility into what Auggie is doing during execution.
Logs include:
- 🔧 When a tool starts executing (with input parameters)
- ✅ When a tool completes (with output, truncated if long)
- Real-time progress updates during long-running operations
Benefits:
- Users can see what's happening in the workflow logs
- Easier to debug when things go wrong
- Better transparency into Auggie's actions
- Helps understand which tools are being used
Inspired by examples/dev.ts in the Auggie SDK.1 parent 0484fd3 commit 7ad8bda
1 file changed
+38
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
317 | 355 | | |
318 | 356 | | |
319 | 357 | | |
| |||
0 commit comments