Conversation
Deploying voltagent with
|
| Latest commit: |
1929e23
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b7549c9e.voltagent.pages.dev |
| Branch Preview URL: | https://changeset-release-main.voltagent.pages.dev |
1cad934 to
bb45a45
Compare
bb45a45 to
1929e23
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@voltagent/google-ai@0.3.0
Minor Changes
96f2395Thanks @foxy17! - feat: AddgenerateObjectmethod for structured JSON output via Zod schemas and Google's JSON mode.feat: Add support for reading the Google GenAI API key from the
GEMINI_API_KEYenvironment variable as a fallback.Patch Changes
55c58b0,d40cb14,e88cb12,0651d35]:@voltagent/core@0.1.8
Patch Changes
#51
55c58b0Thanks @kwaa! - Use the latest Hono to avoid duplicate dependencies#59
d40cb14Thanks @kwaa! - fix: add package exportse88cb12Thanks @omeraplak! - feat: EnhancecreatePromptwith Template Literal Type InferenceImproved the
createPromptutility to leverage TypeScript's template literal types. This provides strong type safety by:{{variable}}placeholders in the template string.createPrompt.This significantly reduces the risk of runtime errors caused by missing or misspelled prompt variables.
#65
0651d35Thanks @omeraplak! - feat: Add OpenAPI (Swagger) Documentation for Core API - [FEAT] Add OpenAPI (Swagger) Documentation for Core API #64@hono/zod-openapiand@hono/swagger-uito provide interactive API documentation.GET /agents: List all registered agents.POST /agents/{id}/text: Generate text response.POST /agents/{id}/stream: Stream text response (SSE).POST /agents/{id}/object: Generate object response (Note: Requires backend update to fully support JSON Schema input).POST /agents/{id}/stream-object: Stream object response (SSE) (Note: Requires backend update to fully support JSON Schema input)./docendpoint serving the OpenAPI 3.1 specification in JSON format./uiendpoint serving the interactive Swagger UI./) endpoint.api.routes.tsfor better organization.userId,temperature,maxTokens) in the API schema with descriptions, examples, and sensible defaults.@voltagent/groq-ai@0.1.1
Patch Changes
#40
37c2136Thanks @TheEmi! - feat(groq-ai): initial implementation using groq-sdkGroqProvider class implementing LLMProvider.
Integration with the groq-sdk.
Implementation of generateText, streamText, generateObject.
Stub for streamObject.
Basic build (tsup.config.ts, tsconfig.json) and package (package.json) setup copied from VercelAIProvider.
Feature Groq Provider Integration #13
Updated dependencies [
55c58b0,d40cb14,e88cb12,0651d35]:@voltagent/voice@0.1.4
Patch Changes
#67
ba4b44dThanks @luixaviles! - fix(voice): Fix stream handling in ElevenLabs providerFixes [BUG] ElevenLabs integration is not working #62
Updated dependencies [
55c58b0,d40cb14,e88cb12,0651d35]: