Skip to content

Releases: marcosf63/react-agent-framework

v0.12.0

12 Oct 13:16

Choose a tag to compare

📦 Installation

pip install react-agent-framework==0.12.0

📚 Documentation

https://marcosf63.github.io/react-agent-framework/

🔗 Links

Full Changelog: v0.11.0...v0.12.0

v0.11.0

11 Oct 13:27

Choose a tag to compare

📦 Installation

pip install react-agent-framework==0.11.0

📚 Documentation

https://marcosf63.github.io/react-agent-framework/

🔗 Links

Full Changelog: v0.10.1...v0.11.0

v0.10.1

11 Oct 12:29

Choose a tag to compare

📦 Installation

pip install react-agent-framework==0.10.1

📚 Documentation

https://marcosf63.github.io/react-agent-framework/

🔗 Links

Full Changelog: v0.10.0...v0.10.1

v0.10.0

10 Oct 19:25

Choose a tag to compare

📦 Installation

pip install react-agent-framework==0.10.0

📚 Documentation

https://marcosf63.github.io/react-agent-framework/

🔗 Links

Full Changelog: v0.9.1...v0.10.0

v0.9.1 - Test Suite and CI/CD

08 Oct 21:52

Choose a tag to compare

🎯 Highlights

  • 🧪 77 Unit Tests with 100% pass rate
  • 🤖 CI/CD Pipeline on Ubuntu, Windows, macOS
  • 🐍 Python 3.9-3.12 support
  • 📊 25% Code Coverage (core modules)
  • All Tests Passing across all platforms

📦 Installation

pip install react-agent-framework==0.9.1

✨ What's New

Added

  • Comprehensive unit test suite (77 tests)
  • GitHub Actions CI/CD workflows
  • Test coverage reporting
  • TESTING.md documentation guide

Fixed

  • FAISS/numpy import handling
  • MCP client initialization
  • Missing exports in __init__.py
  • Provider factory tests with proper mocking

Changed

  • Dropped Python 3.8 (EOL October 2024)
  • Minimum version now Python 3.9+
  • Updated type hints for modern Python

📚 Documentation

https://marcosf63.github.io/react-agent-framework/

🔗 Links

🧪 Test Results

All 13 jobs passing:

  • ✅ Ubuntu: Python 3.9, 3.10, 3.11, 3.12
  • ✅ Windows: Python 3.9, 3.10, 3.11, 3.12
  • ✅ macOS: Python 3.9, 3.10, 3.11, 3.12
  • ✅ Build verification