Skip to content

ci(changesets): version packages#53

Merged
omeraplak merged 1 commit intomainfrom
changeset-release/main
Apr 29, 2025
Merged

ci(changesets): version packages#53
omeraplak merged 1 commit intomainfrom
changeset-release/main

Conversation

@voltagent-bot
Copy link
Copy Markdown
Member

@voltagent-bot voltagent-bot commented Apr 26, 2025

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

  • #52 96f2395 Thanks @foxy17! - feat: Add generateObject method 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_KEY environment variable as a fallback.

Patch Changes

@voltagent/core@0.1.8

Patch Changes

  • #51 55c58b0 Thanks @kwaa! - Use the latest Hono to avoid duplicate dependencies

  • #59 d40cb14 Thanks @kwaa! - fix: add package exports

  • e88cb12 Thanks @omeraplak! - feat: Enhance createPrompt with Template Literal Type Inference

    Improved the createPrompt utility to leverage TypeScript's template literal types. This provides strong type safety by:

    • Automatically inferring required variable names directly from {{variable}} placeholders in the template string.
    • Enforcing the provision of all required variables with the correct types at compile time when calling createPrompt.

    This significantly reduces the risk of runtime errors caused by missing or misspelled prompt variables.

  • #65 0651d35 Thanks @omeraplak! - feat: Add OpenAPI (Swagger) Documentation for Core API - [FEAT] Add OpenAPI (Swagger) Documentation for Core API #64

    • Integrated @hono/zod-openapi and @hono/swagger-ui to provide interactive API documentation.
    • Documented the following core endpoints with request/response schemas, parameters, and examples:
      • 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).
    • Added /doc endpoint serving the OpenAPI 3.1 specification in JSON format.
    • Added /ui endpoint serving the interactive Swagger UI.
    • Improved API discoverability:
      • Added links to Swagger UI and OpenAPI Spec on the root (/) endpoint.
      • Added links to Swagger UI in the server startup console logs.
    • Refactored API schemas and route definitions into api.routes.ts for better organization.
    • Standardized generation options (like userId, temperature, maxTokens) in the API schema with descriptions, examples, and sensible defaults.

@voltagent/groq-ai@0.1.1

Patch Changes

  • #40 37c2136 Thanks @TheEmi! - feat(groq-ai): initial implementation using groq-sdk

    GroqProvider 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/core@0.1.8

@voltagent/voice@0.1.4

Patch Changes

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 26, 2025

Deploying voltagent with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1929e23
Status: ✅  Deploy successful!
Preview URL: https://b7549c9e.voltagent.pages.dev
Branch Preview URL: https://changeset-release-main.voltagent.pages.dev

View logs

@voltagent-bot voltagent-bot force-pushed the changeset-release/main branch 9 times, most recently from 1cad934 to bb45a45 Compare April 29, 2025 14:09
@voltagent-bot voltagent-bot force-pushed the changeset-release/main branch from bb45a45 to 1929e23 Compare April 29, 2025 14:37
@omeraplak omeraplak merged commit 85a4535 into main Apr 29, 2025
5 checks passed
@omeraplak omeraplak deleted the changeset-release/main branch April 29, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] ElevenLabs integration is not working

2 participants