Commit 521168f
feat(ag-ui): customEvents signal for live a2ui streaming parity (#606)
* docs(spec): standalone examples/ag-ui design (full-parity ag-ui demo)
Peer to examples/chat over the AG-UI transport. Three sequenced parts:
(1) add customEvents signal to @threadplane/ag-ui (closes the one live-
a2ui-streaming gap; valuable beyond the example) + docs; (2) the
examples/ag-ui app/python/smoke with full feature parity; (3) deploy via
a dedicated Railway service + ag-ui-demo.threadplane.ai. Feasibility
resolved by static spike: everything above the neutral Agent contract is
transport-agnostic; only the customEvents signal is missing.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* docs(plan): ag-ui customEvents signal implementation plan (PR 1)
* feat(ag-ui): accumulate non-interrupt CUSTOM events into a customEvents store signal
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* feat(ag-ui): expose customEvents signal on toAgent (AgUiAgent) for live a2ui streaming
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* docs(ag-ui): document customEvents signal + live a2ui streaming; regen API reference
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 8bcc973 commit 521168f
9 files changed
Lines changed: 748 additions & 24 deletions
File tree
- apps/website/content/docs/ag-ui
- api
- concepts
- docs/superpowers
- plans
- specs
- libs/ag-ui/src
- lib
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
405 | 511 | | |
406 | 512 | | |
407 | 513 | | |
| |||
495 | 601 | | |
496 | 602 | | |
497 | 603 | | |
498 | | - | |
| 604 | + | |
499 | 605 | | |
500 | 606 | | |
501 | 607 | | |
| |||
511 | 617 | | |
512 | 618 | | |
513 | 619 | | |
514 | | - | |
| 620 | + | |
515 | 621 | | |
516 | 622 | | |
517 | 623 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
97 | 107 | | |
98 | 108 | | |
99 | 109 | | |
| |||
0 commit comments