Skip to content

0.9.0-preview

Choose a tag to compare

@vortezwohl vortezwohl released this 25 Dec 13:04
· 301 commits to main since this release

Updates and Fixes

  1. Documentation and Error Handling

    • Fixed issues with custom docstring parsing.
    • Added too_dumb_exception.py for error handling.
  2. Code Optimization and Features

    • Optimized query_resolver_prompt.py and executor_prompt.py.
    • Added agent.to_dict method for better string representation.
    • Improved scheduler_prompt.py to include ability representation.
    • Enhanced introspection_prompt.py and analyser_prompt to executor prompt.
  3. Prompt and Functionality Enhancements

    • Updated self_introduce.py to compress prompts.
    • Added functionality to handle retry logic in next_move.
    • Implemented retry functionality in next_move.
    • Optimized user_query and docstring generation for performance.
  4. Structural and Architectural Improvements

    • Refactored prompt base class structure.
    • Improved ability implementation using openai function call invocation format.
  5. Bug Fixes

    • Resolved parsing issues in next_move.
    • Fixed prompt bloating caused by multiple retries in next_move.
    • Addressed human problem understanding and resolution.

What's Changed

New Contributors

Full Changelog: 0.8.3-preview...0.9.0-preview