Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yet Another V2 Assistant Streaming Implemenetation #748

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on Apr 29, 2024

  1. Add assistants stream

    coolbaluk committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8baadc8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Lint

    coolbaluk committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1870579 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Add basic tests

    coolbaluk committed May 13, 2024
    Configuration menu
    Copy the full SHA
    80aedac View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. SSE EOL Reader

    hayeah committed May 16, 2024
    Configuration menu
    Copy the full SHA
    db0e71b View commit details
    Browse the repository at this point in the history
  2. sse parser

    hayeah committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2c5ace8 View commit details
    Browse the repository at this point in the history
  3. partial work

    hayeah committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7701aef View commit details
    Browse the repository at this point in the history
  4. implement text reader

    hayeah committed May 16, 2024
    Configuration menu
    Copy the full SHA
    bc1b4db View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    58b951b View commit details
    Browse the repository at this point in the history
  2. comments

    hayeah committed May 17, 2024
    Configuration menu
    Copy the full SHA
    223840c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. reorganize files

    hayeah committed May 18, 2024
    Configuration menu
    Copy the full SHA
    c491cf7 View commit details
    Browse the repository at this point in the history
  2. fix StreamRawEvent parsing

    hayeah committed May 18, 2024
    Configuration menu
    Copy the full SHA
    6a9af22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4496c98 View commit details
    Browse the repository at this point in the history
  4. fuss

    hayeah committed May 18, 2024
    Configuration menu
    Copy the full SHA
    8d378e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9933435 View commit details
    Browse the repository at this point in the history
  6. simplify the DONE event

    hayeah committed May 18, 2024
    Configuration menu
    Copy the full SHA
    aa1d9b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67fe23e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. lint

    hayeah committed May 19, 2024
    Configuration menu
    Copy the full SHA
    f4e1603 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    90f1bd0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. implement sendRequestStreamV2

    hayeah committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c502ada View commit details
    Browse the repository at this point in the history
  2. add more stream events support

    hayeah committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f8c9b69 View commit details
    Browse the repository at this point in the history
  3. submit tool output streaming

    hayeah committed May 21, 2024
    Configuration menu
    Copy the full SHA
    436a223 View commit details
    Browse the repository at this point in the history