Skip to content

Releases: IBM/flexo

v0.1.1

14 Feb 23:06
fe16f12
Compare
Choose a tag to compare

What's Changed

Features & Improvements

  • Streamlined tool creation and registration workflow with new loading approach
  • Added Wikipedia tool support and documentation
  • Enhanced streaming implementation with improved context handling and LLM integration
  • Added Llama tool structure example
  • Improved nested JSON tool parsing capability

Fixes & Updates

  • Fixed streaming process bug and removed unused type adapters
  • Updated tool configuration and path structures
  • Added Elasticsearch SSL certificate documentation

Full Changelog: v0.1.0...v0.1.1

v0.1.0 (2025-02-07)

14 Feb 05:19
Compare
Choose a tag to compare

Initial Release

  • Configurable AI agent framework with YAML-based configuration
  • FastAPI-based interaction endpoint with streaming support
  • Tool calling capabilities for Python functions and REST APIs
  • Integration with IBM watsonx.ai models (Granite, Mistral, Llama)
  • Integration with OpenAI models
  • Docker and Podman containerization support
  • Complete documentation and deployment guides
  • Database integration (Milvus and Elastic)
  • Robust prompt building and parsing systems
  • Comprehensive LLM integration components