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: agentclientprotocol/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.3
Choose a base ref
...
head repository: agentclientprotocol/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.0
Choose a head ref
  • 20 commits
  • 65 files changed
  • 6 contributors

Commits on Nov 5, 2025

  1. fix: not support 3.14 yet (#23)

    Signed-off-by: yihong0618 <zouzou0208@gmail.com>
    yihong0618 authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    56a28fa View commit details
    Browse the repository at this point in the history
  2. chore: try to support py314 (#24)

    Signed-off-by: Chojan Shang <psiace@apache.org>
    PsiACE authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    11b09d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. docs: fix all the broken links after the repo migration (#25)

    Signed-off-by: Keming <kemingy94@gmail.com>
    kemingy authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    f8df885 View commit details
    Browse the repository at this point in the history
  2. chore: pin ci with commit hash (#26)

    Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
    PsiACE authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    53761f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. *: polish docs with real use case and add a maker file for typing hint (

    #29)
    
    * chore: add a maker file for typing hint
    
    Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
    
    * docs: better documents, also add real use cases
    
    Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
    
    * docs: make every docs read easy
    
    Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
    
    * chore: add github templates
    
    Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
    
    ---------
    
    Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
    PsiACE authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    4d4e9de View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. fix(issue #27): added an optional limit parameter to spawn_stdio_tran…

    …sport and stdio_streams (#28)
    
    Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
    PsiACE authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    51054b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. chore: switch to using prek (#32)

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    9dd7ba2 View commit details
    Browse the repository at this point in the history
  2. docs: fix a dead link and format md (#33)

    Signed-off-by: yihong0618 <zouzou0208@gmail.com>
    yihong0618 authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    e0aaa35 View commit details
    Browse the repository at this point in the history
  3. fix: better make help do not use uv (#34)

    Signed-off-by: yihong0618 <zouzou0208@gmail.com>
    yihong0618 authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    8039107 View commit details
    Browse the repository at this point in the history
  4. chore: check the links in ci (#35)

    Signed-off-by: Keming <kemingy94@gmail.com>
    kemingy authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    d369ba5 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. feat: change field names to snake case (#31)

    * feat: change field names to snake case
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix lint errors
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    ---------
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored and Chojan Shang committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    6f61a12 View commit details
    Browse the repository at this point in the history
  2. feat: Auto-generate agent/client methods based on the schema (#36)

    * feat: Auto-generate agent/client methods based on the schema
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix: overrides in gen_schema.py
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    ---------
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored and Chojan Shang committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    d50ce55 View commit details
    Browse the repository at this point in the history
  3. feat: Redesign the APIs to be more intuitive, and make them backward-…

    …compatible (#37)
    
    * feat: Expose new APIs for running agent and connect with client
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix: allow camelCase for accessing
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix: make the docs clearer
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * doc: add a migration guide
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    ---------
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored and Chojan Shang committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    2dd281f View commit details
    Browse the repository at this point in the history
  4. fix: backward compatibility for the default behavior of AgentSideConn…

    …ection (#38)
    
    * fix: backward compatibility for the default behavior of AgentSideConnection
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix: add 0.7 Migration Guide to navigation
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    ---------
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored and Chojan Shang committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    36f5643 View commit details
    Browse the repository at this point in the history
  5. fix: use classmethod for error factory methods (#40)

    * fix: use classmethod for error factory methods
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * fix: update return type hints for RequestError factory methods
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    ---------
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored and Chojan Shang committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    a121ab8 View commit details
    Browse the repository at this point in the history
  6. feat: update to unstable schema and metadata (#42)

    * feat: update to unstable schema and metadata
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    * feat: adapt to the 0.7.0 schema
    
    Signed-off-by: Frost Ming <me@frostming.com>
    
    ---------
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored and Chojan Shang committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    7a569e3 View commit details
    Browse the repository at this point in the history
  7. feat: upgrade schema to 0.8.0 (#43)

    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored and Chojan Shang committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    9b35d0d View commit details
    Browse the repository at this point in the history
  8. fix: exclude unneeded filed from sdist build (#41)

    - LInt and fix examples/*
    - Switch to pdm.backend
    - Exclude .uv-cache and .github from sdist build
    
    Signed-off-by: Frost Ming <me@frostming.com>
    frostming authored and Chojan Shang committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    58cd8e9 View commit details
    Browse the repository at this point in the history
  9. feat: upgrade schema to 0.9.1 (#44)

    * chore: make check happy
    
    Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
    
    * chore: gen schema with 0.9.1
    
    Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
    
    * chore: bump to 0.7.0
    
    Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
    
    ---------
    
    Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
    PsiACE authored and Chojan Shang committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    6d52021 View commit details
    Browse the repository at this point in the history
  10. docs: update use cases

    Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
    Chojan Shang committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    a09e090 View commit details
    Browse the repository at this point in the history
Loading