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: evalstate/fast-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.50
Choose a base ref
...
head repository: evalstate/fast-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.51
Choose a head ref
  • 7 commits
  • 25 files changed
  • 4 contributors

Commits on Aug 5, 2025

  1. add spoofing test

    evalstate committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    62f1411 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    247241f View commit details
    Browse the repository at this point in the history
  3. update test

    evalstate committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    bbd6741 View commit details
    Browse the repository at this point in the history
  4. Migrate tensorzero implementation from native inference to OpenAI, an…

    …d add quickstart (#308)
    
    * restore example and smoke tests
    
    * fix: Fix Dockerfiles
    
    * feat: Create isolated uv dependencies for MCP server
    
    * feat: Pin python version and add pyproject.toml
    
    * fix: Test should use docker
    
    * restore example and smoke tests
    
    * fix: Fix Dockerfiles
    
    * feat: Create isolated uv dependencies for MCP server
    
    * feat: Pin python version and add pyproject.toml
    
    * fix: Test should use docker
    
    * migrate T0 migration to openAI interface
    
    * add t0 quickstart
    
    * apply formatting
    
    * update tests
    
    * fix formatting in tests
    
    * final formatting fixes
    
    ---------
    
    Co-authored-by: makarenko <ing.vera.velasco@gmail.com>
    aaronpolhamus and GMakarenko authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    d7e3636 View commit details
    Browse the repository at this point in the history
  5. add support and aliases for groq gpt-oss 120b and 20b. (#330)

    aliases added for `gpt-oss` and `gpt-oss-20b`.
    evalstate authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    5e784ad View commit details
    Browse the repository at this point in the history
  6. Fix TypeError when Google Gemini returns None content.parts (#328)

    * Fix TypeError when Google Gemini returns None content.parts
    - Add null checks for content, content.parts attribute, and content.parts value
    - Prevents 'NoneType' object is not iterable error in _convert_from_google_content
    - Fixes issue #207
    Tested with Google Gemini 2.5 Flash model in MCP client integration.
    
    * switch back to use ContentBlock type
    
    ---------
    
    Co-authored-by: evalstate <1936278+evalstate@users.noreply.github.com>
    HarshLit and evalstate authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    b604c31 View commit details
    Browse the repository at this point in the history
  7. version bump

    evalstate committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    0947420 View commit details
    Browse the repository at this point in the history
Loading