Skip to content

v0.2.1

Latest
Compare
Choose a tag to compare
@panregedit panregedit released this 25 Dec 06:44
  1. New debug mode, features include:
    • More detailed log information
    • Stops all running instances of the same workflow when a workflow is started
    • Disables error retries
  2. New Tavily search tool
  3. New device:
    • WebpageClient provides a Gradio-based web UI
    • ProgrammaticClient offers a concise programming interface, allowing you to call workflows as Python functions
  4. Use the conductor's logging system instead of the local logging system.
  5. New in-memory STM, enabling STM functionality without relying on external components
  6. Optimized large language model invocation methods, especially for multimodal invocation.
  7. Optimized app backend code