Skip to content

Releases: om-ai-lab/OmAgent

v0.2.1

25 Dec 06:44
Compare
Choose a tag to compare
  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

v0.2.0

04 Dec 11:23
4fbb2be
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

17 Oct 07:46
Compare
Choose a tag to compare

An official implementation of the OmAgent paper. Supports reproducing the DnC Loop and Video RAG mentioned in the paper.

What's Changed

New Contributors

Full Changelog: https://github.com/om-ai-lab/OmAgent/commits/v1.0.0