Releases: rizome-dev/rails
Releases · rizome-dev/rails
v0.3.1
v0.3.0
What's New in v0.3.0
- Enhanced Store Sync Methods: Added
get_counter_sync()andpush_queue_sync()for easier tool integration - Robust Framework Adapters: Fixed LangChain and SmolAgents adapters with proper async/sync handling
- Improved Counter Tracking: Adapters now correctly track tokens, code generations, and other metrics
- Event Loop Conflict Resolution: Fixed sync wrapper methods to work correctly in any context
- Better Condition Patterns: Use intuitive condition builders (
counter(),state(),queue()) instead of lambda functions