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: ogx-ai/ogx-client-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0-alpha.6
Choose a base ref
...
head repository: ogx-ai/ogx-client-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1-alpha.1
Choose a head ref
  • 10 commits
  • 395 files changed
  • 4 contributors

Commits on Oct 15, 2025

  1. Refactor responses-backed Agent sessions (#281)

    ## Summary
    - require explicit sessions when using the responses-backed
    Agent/AsyncAgent and remove legacy AgentConfig plumbing
    - add shared session-scoped tracking for streamed responses and update
    ReActAgent wrapper
    - extend unit/integration coverage for multi-session flows and combined
    server/client tool streaming
    
    ## Testing
    - uv run ruff check
    - uv run pytest tests/lib/agents/test_agent_responses.py
    - TEST_API_BASE_URL=http://127.0.0.1:8321
    LLAMA_STACK_TEST_MODEL=ollama/llama3.2:3b-instruct-fp16 uv run pytest
    tests/integration/test_agent_responses_e2e.py
    ashwinb authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    37777d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Add MIT License section to README and copyright headers to all source… (

    #283)
    
    - Added License section to README.md referencing MIT License
    - Added Meta Platforms copyright headers to 341 Python and shell script
    files
    - Ensures OSS compliance with Meta's requirements
    slekkala1 authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    bb8f186 View commit details
    Browse the repository at this point in the history
  2. Add copyright and licensing comments

    Added copyright notice and licensing information.
    slekkala1 authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    10ccdff View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

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

Commits on Oct 22, 2025

  1. Configuration menu
    Copy the full SHA
    1e9ca9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8a10e6 View commit details
    Browse the repository at this point in the history
  3. feat(api): sync

    stainless-app[bot] committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    07c01e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90b0f59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c0db65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ac7e1b View commit details
    Browse the repository at this point in the history
Loading