@ax-llm/ax 20.0.2 → 21.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
@@ -190,16 +190,11 @@ OPENAI_APIKEY=your-key npm run tsx ./src/examples/[example-name].ts
190
190
 
191
191
  ### Production Patterns
192
192
 
193
- - [customer-support.ts](src/examples/customer-support.ts) - Complete support
194
- system
195
- - [food-search.ts](src/examples/food-search.ts) - Restaurant recommendations
196
- with tools
197
- - [simple-optimizer-test.ts](src/examples/simple-optimizer-test.ts) - Automatic
198
- optimization
193
+ - [customer-support.ts](src/examples/customer-support.ts) - Complete support system
194
+ - [food-search.ts](src/examples/food-search.ts) - Restaurant recommendations with tools
195
+ - [simple-optimizer-test.ts](src/examples/simple-optimizer-test.ts) - Automatic optimization
199
196
  - [axagent-gepa-optimization.ts](src/examples/axagent-gepa-optimization.ts) - Agent optimization with GEPA
200
- MIPRO optimization
201
- - [ax-flow-enhanced-demo.ts](src/examples/ax-flow-enhanced-demo.ts) - Complex
202
- workflows
197
+ - [ax-flow-enhanced-demo.ts](src/examples/ax-flow-enhanced-demo.ts) - Complex workflows
203
198
 
204
199
  [📚 **View Full Examples Guide** →](docs/EXAMPLES.md)\
205
200
  [View All 70+ Examples →](src/examples/)