dspy 0.22.1 → 0.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/dspy/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DSPy
4
- VERSION = "0.22.1"
4
+ VERSION = "0.24.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dspy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.1
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vicente Reig Rincón de Arellano
@@ -177,8 +177,10 @@ dependencies:
177
177
  - - "~>"
178
178
  - !ruby/object:Gem::Version
179
179
  version: '0.30'
180
- description: The Ruby framework for programming with large language models. Includes
181
- event-driven observability system with OpenTelemetry integration and Langfuse export.
180
+ description: The Ruby framework for programming with large language models. DSPy.rb
181
+ brings structured LLM programming to Ruby developers. Instead of wrestling with
182
+ prompt strings and parsing responses, you define typed signatures using idiomatic
183
+ Ruby to compose and decompose AI Worklows and AI Agents.
182
184
  email:
183
185
  - hey@vicente.services
184
186
  executables: []