Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

36 lines (29 loc) · 1.43 KB

Changelog

All notable changes to Flexo will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.1.1 - 2024-02-14

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

v0.1.0 - 2024-01-31

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