dspy-gepa 1.0.1 → 1.0.2
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 +1 -1
- data/lib/dspy/gepa/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55bf69cb1da247597abb690a636a412643bbd51054ef2462132f4789cd15596a
|
|
4
|
+
data.tar.gz: c3b25e790c2f8358db040cc8c2e757f64382ff4082b034b7fae3261996f62547
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4eca8230065ac735f73fd5bcf0e1408c8f5da7aaf09c846812fc2fc02b23c4158c65da7289ac93e60f5aa55ee15d317a316ee0f4930606f34d7e3aeff28e7227
|
|
7
|
+
data.tar.gz: 9adbc50ba9514b413591845324604be6f8e7b2fa39c2463743ccede12cd76734108979f9c2f009c74aca979f9e5f57881104007220095f57db1719c31617abd2
|
data/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
**Build reliable LLM applications in idiomatic Ruby using composable, type-safe modules.**
|
|
18
18
|
|
|
19
|
-
DSPy.rb is the Ruby-first surgical port of Stanford's [DSPy
|
|
19
|
+
DSPy.rb is the Ruby-first surgical port of Stanford's [DSPy paradigm](https://github.com/stanfordnlp/dspy). It delivers structured LLM programming, prompt engineering, and context engineering in the language we love. Instead of wrestling with brittle prompt strings, you define typed signatures in idiomatic Ruby and compose workflows and agents that actually behave.
|
|
20
20
|
|
|
21
21
|
**Prompts are just functions.** Traditional prompting is like writing code with string concatenation: it works until it doesn't. DSPy.rb brings you the programming approach pioneered by [dspy.ai](https://dspy.ai/): define modular signatures and let the framework deal with the messy bits.
|
|
22
22
|
|
data/lib/dspy/gepa/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dspy-gepa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vicente Reig Rincón de Arellano
|
|
@@ -27,14 +27,14 @@ dependencies:
|
|
|
27
27
|
name: gepa
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
29
29
|
requirements:
|
|
30
|
-
- -
|
|
30
|
+
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 1.0.0
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
|
-
- -
|
|
37
|
+
- - ">="
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: 1.0.0
|
|
40
40
|
description: Ships DSPy::Teleprompt::GEPA plus reflective adapters, experiment tracking,
|