Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rootflo/wavefront
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.3
Choose a base ref
...
head repository: rootflo/wavefront
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.4
Choose a head ref
  • 4 commits
  • 13 files changed
  • 3 contributors

Commits on Sep 12, 2025

  1. Configuration menu
    Copy the full SHA
    d524a3f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. feature -> document processor as input (#135)

    * feature -> document processor as input
    
    - created DocumentMessage and DocumentType inside models/document.py
    - allowing DocumentMessage as well as input type for agent and arium run methods
    - installed pymupdf4llm and chardet
    - created util/document_processor for processing doc, currently allowing pdf and txt files
    - added format_document_in_message method inside base_llm.py
    - added examples/document_processing_example.py
    
    * added reportlab in dev dependency
    rootflo-hardik authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    a23f959 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Setting up release 1.0.4 (#136)

    * Setting up release 1.0.4
    
    * Updating README with document processing
    vizsatiz authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    e6cd72a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    vizsatiz committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    62c0322 View commit details
    Browse the repository at this point in the history
Loading