[go: up one dir, main page]

Tags

Tags give the ability to mark specific points in history as being important
  • v0.2.0

    ## [0.2.0] - 2023-09-12
    
    ### Added
    
    - Enhanced Evaluator-Optimizer Loop Handler
    - Comprehensive logging system throughout the application
    - Telemetry enhancements
    - Improved readability of flowchart diagrams with Mermaid
    - Standardized the visual representation of different handler types
  • v0.1.0

    9d80c195 · update the changelog ·
    [0.1.0] - 2024-05-21
    
    Added
    
    Chain of Responsibility pattern implementation through Handler classes
    Specialized handlers (Agent, Parallel, Router, ConditionalLoop, DataExtraction)
    DSL for defining and building workflows through ChainBuilder
    LiteLLM integration for LLM provider abstraction
    Lunary integration for telemetry and monitoring
    Visitor pattern implementation for traversing handler chains
    Basic unit test coverage
    Poetry support for dependency management
    Pydantic integration for data validation
    Logging infrastructure