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

feat(streaming): initial pass at streaming support #40

Merged
merged 10 commits into from
May 21, 2024

Conversation

mharrisb1
Copy link
Owner

  • feat(api): more organized API
  • feat(mock): add state as property
  • chore(pyright): don't report on wildcard imports
  • feat(streaming): add event stream classes
  • chore(helpers): remove state store helpers
  • feat(examples): add transport export example
  • feat(utils): add async utils
  • feat(streaming): add sync and async streaming examples
  • fix(routes): look for kw only args too
  • fix(routes): message build

@mharrisb1 mharrisb1 added the enhancement New feature or request label May 21, 2024
@mharrisb1 mharrisb1 linked an issue May 21, 2024 that may be closed by this pull request
@mharrisb1 mharrisb1 self-assigned this May 21, 2024
@mharrisb1 mharrisb1 merged commit f60ee87 into main May 21, 2024
4 checks passed
@mharrisb1 mharrisb1 deleted the 3-feat-streaming-support branch May 21, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: streaming support
1 participant