dspy-evals 0.29.1 → 1.0.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +19 -1
  3. data/lib/dspy/evals/version.rb +1 -1
  4. metadata +8 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f39ede0bd93df0362c4cf8205ed8c5340cd52100cb0ba83a650f39583e496d76
4
- data.tar.gz: 96eafcbb25a32b13d4c5b18e1685e7867f71e97fb59ae2aaa20a7aa4940d0db7
3
+ metadata.gz: 2b829eb6518603189ba468cbd12bdfb8cf28569805219e0cf6402912e9f70aea
4
+ data.tar.gz: 3d20d190d99d337d3fc1acec66360eb7abbccab343ced186cc7af0e1072a2f88
5
5
  SHA512:
6
- metadata.gz: 8f2f94c8cc7f3660a4083a04cf6e4720d473baab59bc3dad06671068c8003731bd256859438ba13f575815c09c098fca4e24bd6b322ac9b07ad0d6c196e3ec1e
7
- data.tar.gz: 863806288464a5859e8b9ee04b8ac19def6820ce31a88dfe5fc7b32605a638cb509f67d25b5dfd96641a09cac44627f4d42531489118d0c41c4ca597a6895a57
6
+ metadata.gz: 89ea669cb6ae3a7f4443a9cab042ece8c5a50f39ededed884bd44d12454c55fad6d3c3a580fc70e6824a12dea44378325fab9e4fc2a66e3483c262d76dbf3e56
7
+ data.tar.gz: 848ddef8ad63facc5a08b0c79c138c7da4283b25207c670a74f328bdc3cafcff1563515b1a1f12b0b264f5b812d746dcd6219354c192d6b99b2b109d097a1055
data/README.md CHANGED
@@ -46,6 +46,24 @@ and
46
46
  ```bash
47
47
  bundle install
48
48
  ```
49
+
50
+ ### Optional Sibling Gems
51
+
52
+ DSPy.rb ships multiple gems from this monorepo so you only install what you need. Add these alongside `dspy`:
53
+
54
+ | Gem | Description | Status |
55
+ | --- | --- | --- |
56
+ | `dspy-schema` | Exposes `DSPy::TypeSystem::SorbetJsonSchema` for downstream reuse. | **Stable** (v1.0.0) |
57
+ | `dspy-code_act` | Think-Code-Observe agents that synthesize and execute Ruby safely. | Preview (0.x) |
58
+ | `dspy-datasets` | Dataset helpers plus Parquet/Polars tooling for richer evaluation corpora. | Preview (0.x) |
59
+ | `dspy-evals` | High-throughput evaluation harness with metrics, callbacks, and regression fixtures. | Preview (0.x) |
60
+ | `dspy-miprov2` | Bayesian optimization + Gaussian Process backend for the MIPROv2 teleprompter. | Preview (0.x) |
61
+ | `dspy-gepa` | `DSPy::Teleprompt::GEPA`, reflection loops, experiment tracking, telemetry adapters. | Preview (mirrors `dspy` version) |
62
+ | `gepa` | GEPA optimizer core (Pareto engine, telemetry, reflective proposer). | Preview (mirrors `dspy` version) |
63
+ | `dspy-o11y` | Core observability APIs: `DSPy::Observability`, async span processor, observation types. | **Stable** (v1.0.0) |
64
+ | `dspy-o11y-langfuse` | Auto-configures DSPy observability to stream spans to Langfuse via OTLP. | **Stable** (v1.0.0) |
65
+
66
+ Set the matching `DSPY_WITH_*` environment variables (see `Gemfile`) to include or exclude each sibling gem when running Bundler locally (for example `DSPY_WITH_GEPA=1` or `DSPY_WITH_O11Y_LANGFUSE=1`). Refer to `docs/core-concepts/dependency-tree.md` for the full dependency map and roadmap.
49
67
  ### Your First Reliable Predictor
50
68
 
51
69
  ```ruby
@@ -170,7 +188,7 @@ DSPy.rb has rapidly evolved from experimental to production-ready:
170
188
  ### Foundation
171
189
  - ✅ **JSON Parsing Reliability** - Native OpenAI structured outputs with adaptive retry logic and schema-aware fallbacks
172
190
  - ✅ **Type-Safe Strategy Configuration** - Provider-optimized strategy selection and enum-backed optimizer presets
173
- - ✅ **Core Module System** - Predict, ChainOfThought, ReAct, CodeAct with type safety
191
+ - ✅ **Core Module System** - Predict, ChainOfThought, ReAct with type safety (add `dspy-code_act` for Think-Code-Observe agents)
174
192
  - ✅ **Production Observability** - OpenTelemetry, New Relic, and Langfuse integration
175
193
  - ✅ **Advanced Optimization** - MIPROv2 with Bayesian optimization, Gaussian Processes, and multi-mode search
176
194
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module DSPy
4
4
  class Evals
5
- VERSION = DSPy::VERSION
5
+ VERSION = '1.0.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dspy-evals
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vicente Reig Rincón de Arellano
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 2025-10-23 00:00:00.000000000 Z
11
+ date: 2025-10-25 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: dspy
@@ -15,14 +16,14 @@ dependencies:
15
16
  requirements:
16
17
  - - '='
17
18
  - !ruby/object:Gem::Version
18
- version: 0.29.1
19
+ version: 0.30.0
19
20
  type: :runtime
20
21
  prerelease: false
21
22
  version_requirements: !ruby/object:Gem::Requirement
22
23
  requirements:
23
24
  - - '='
24
25
  - !ruby/object:Gem::Version
25
- version: 0.29.1
26
+ version: 0.30.0
26
27
  - !ruby/object:Gem::Dependency
27
28
  name: concurrent-ruby
28
29
  requirement: !ruby/object:Gem::Requirement
@@ -68,6 +69,7 @@ licenses:
68
69
  - MIT
69
70
  metadata:
70
71
  github_repo: git@github.com:vicentereig/dspy.rb
72
+ post_install_message:
71
73
  rdoc_options: []
72
74
  require_paths:
73
75
  - lib
@@ -82,7 +84,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
84
  - !ruby/object:Gem::Version
83
85
  version: '0'
84
86
  requirements: []
85
- rubygems_version: 3.6.5
87
+ rubygems_version: 3.0.3.1
88
+ signing_key:
86
89
  specification_version: 4
87
90
  summary: Evaluation utilities for DSPy.rb programs.
88
91
  test_files: []