feat: Add Elixir community SDK (ag_ui_ex v0.1.0)#1293
Open
peguesj wants to merge 4 commits intoag-ui-protocol:mainfrom
Open
feat: Add Elixir community SDK (ag_ui_ex v0.1.0)#1293peguesj wants to merge 4 commits intoag-ui-protocol:mainfrom
peguesj wants to merge 4 commits intoag-ui-protocol:mainfrom
Conversation
Adds the ag_ui_ex Elixir SDK as a community SDK for the AG-UI protocol. - Copy full ag_ui_ex v0.1.0 source into sdks/community/elixir/ - Add docs/sdk/elixir/overview.mdx with installation, quick start, and module reference - Add Elixir row (✅ Supported) to README.md SDKs table after Ruby - Add Ruby (missing) + Elixir rows to docs/introduction.mdx SDKs table ag_ui_ex provides: - 30+ typed event structs with validation - SSE transport (Plug-compatible) and Phoenix Channel transport - Composable middleware pipeline - GenServer state manager with RFC 6902 JSON Patch - HTTP client for consuming AG-UI event streams Hex.pm: https://hex.pm/packages/ag_ui_ex Source: https://github.com/peguesj/ag_ui_ex Fixes ag-ui-protocol#1291
744df42 to
7f13b6a
Compare
|
@peguesj is attempting to deploy a commit to the CopilotKit Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ag_ui_exas a community Elixir SDK undersdks/community/elixir/docs/sdk/elixir/overview.mdxwith installation, quick start examples, and module referenceREADME.mdSDKs table (after Ruby)docs/introduction.mdxSDKs tableWhat's in the SDK
ag_ui_exis a complete Elixir implementation of the AG-UI protocol:Package
Test plan
sdks/community/elixir/contains full SDK sourcedocs/sdk/elixir/overview.mdxrenders correctly in docs sitemix testinsdks/community/elixir/(all tests pass on Elixir 1.15+)Fixes #1291