@ax-llm/ax 19.0.45 → 20.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.
package/README.md CHANGED
@@ -143,7 +143,7 @@ console.log(result.translation); // "Hola mundo"
143
143
  - ✅ **Type-Safe Everything** - Full TypeScript support with auto-completion
144
144
  - ✅ **Streaming First** - Real-time responses with validation
145
145
  - ✅ **Multi-Modal** - Images, audio, text in the same signature
146
- - ✅ **Smart Optimization** - Automatic prompt tuning with MiPRO
146
+ - ✅ **Smart Optimization** - Automatic prompt tuning with GEPA and bootstrap demos
147
147
  - ✅ **Production Observability** - OpenTelemetry tracing built-in
148
148
  - ✅ **Advanced Workflows** - Compose complex pipelines with AxFlow
149
149
  - ✅ **Enterprise RAG** - Multi-hop retrieval with quality loops
@@ -196,7 +196,7 @@ OPENAI_APIKEY=your-key npm run tsx ./src/examples/[example-name].ts
196
196
  with tools
197
197
  - [simple-optimizer-test.ts](src/examples/simple-optimizer-test.ts) - Automatic
198
198
  optimization
199
- - [mipro-python-optimizer.ts](src/examples/mipro-python-optimizer.ts) - Advanced
199
+ - [axagent-gepa-optimization.ts](src/examples/axagent-gepa-optimization.ts) - Agent optimization with GEPA
200
200
  MIPRO optimization
201
201
  - [ax-flow-enhanced-demo.ts](src/examples/ax-flow-enhanced-demo.ts) - Complex
202
202
  workflows