You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Update AI SDK README.
## How was it tested?
N/A
## Community Contribution License
All community contributions in this pull request are licensed to the
project maintainers under the terms of the [Apache 2
License](https://www.apache.org/licenses/LICENSE-2.0).
By creating this pull request I represent that I have the right to
license the contributions to the project maintainers under the Apache 2
License as stated in the [Community Contribution
License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@
14
14
Jetify's **AI SDK for Go** is a unified interface for interacting with multiple AI providers including OpenAI, Anthropic, and more.
15
15
Inspired by [Vercel's AI SDK](https://github.com/vercel/ai) for TypeScript, we bring a similar developer experience to the Go ecosystem.
16
16
17
-
It is maintained and developed by [Jetify](https://www.jetify.com) and used by our AI agents to integrate
18
-
with different LLM providers in production.
17
+
It is maintained and developed by [Jetify](https://www.jetify.com). We are in the process of migrating our production code
18
+
to use this SDK as the primary way our AI agents integrate with different LLM providers.
19
19
20
20
### The Problem
21
21
@@ -63,9 +63,9 @@ The AI SDK provides a **unified interface** across multiple AI providers, with k
63
63
-[x] Private Alpha: We are testing the SDK with a select group of developers.
64
64
-[x] Public Alpha: Open to all developers, but breaking changes still expected.
65
65
-[ ] Public Beta: Stable enough for most non-enterprise use cases.
66
-
-[ ]v1 Release: Ready for production use at scale with guaranteed API stability.
66
+
-[ ]General Availability (v1): Ready for production use at scale with guaranteed API stability.
67
67
68
-
We are currently in **Public Alpha**. The SDK functionality is stable but it's API may have breaking changes. While in alpha, minor version bumps indicate breaking changes (`0.1.0` -> `0.2.0` would indicate a breaking change). Watch "releases" of this repo to get notified of major updates.
68
+
We are currently in **Public Alpha**. The SDK functionality is stable but the API may have breaking changes. While in alpha, minor version bumps indicate breaking changes (`0.1.0` -> `0.2.0` would indicate a breaking change). Watch "releases" of this repo to get notified of major updates.
0 commit comments