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.
- checksums.yaml +4 -4
- data/README.md +4 -5
- data/lib/dspy/memory/local_embedding_engine.rb +3 -16
- data/lib/dspy/prediction.rb +1 -1
- data/lib/dspy/teleprompt/gepa.rb +2796 -44
- data/lib/dspy/version.rb +1 -1
- metadata +5 -3
data/lib/dspy/version.rb
CHANGED
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.
|
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.
|
181
|
-
|
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: []
|