Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: AI artifacts #898

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from
Draft

FEATURE: AI artifacts #898

wants to merge 16 commits into from

Commits on Nov 14, 2024

  1. FEATURE: AI artifacts

    Initial implementation of an artifact system which allows users
    to generate HTML pages directly from the AI persona.
    
    FEATURE: support tool progress callbacks
    
    This is anthropic only for now, but we can get a callback as tool
    is completing, this gives us the ability to show progress to user
    as the function is populating.
    
    work in progress
    
    Revert "work in progress"
    
    This reverts commit 30ebe56.
    
    Revert "FEATURE: support tool progress callbacks"
    
    This reverts commit fd7ccfd.
    SamSaffron committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    41a002b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eb1993 View commit details
    Browse the repository at this point in the history
  3. - halt after tools

    - post streamer ensures we don't have half completed stuff on screen when a tool is slow
    - reimplemnt xml tools to have a more relaxed parse
    SamSaffron committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7300737 View commit details
    Browse the repository at this point in the history
  4. fix ollama tool support

    SamSaffron committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    5c8d624 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    730cef9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8862e55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f242bf View commit details
    Browse the repository at this point in the history
  4. some bug fixes

    SamSaffron committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    07bae2e View commit details
    Browse the repository at this point in the history
  5. fix sorting

    SamSaffron committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8e2ff32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a93496 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. implement full screen mode

    SamSaffron committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d55aad3 View commit details
    Browse the repository at this point in the history
  2. remove uneeded code

    SamSaffron committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    3add2a9 View commit details
    Browse the repository at this point in the history
  3. lint

    SamSaffron committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    2ed1bec View commit details
    Browse the repository at this point in the history
  4. more linting

    SamSaffron committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d2f8a92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    099aec0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    527ab2b View commit details
    Browse the repository at this point in the history