Tags: agentclientprotocol/python-sdk
Tags
feat: add receive_timeout parameter to Connection class (#84) - Add optional receive_timeout parameter to Connection.__init__ - Implement timeout handling in _receive_loop using asyncio.wait_for - Raise RequestError.internal_error on timeout for graceful error handling This allows users to configure a timeout for receiving messages from agents, preventing indefinite hangs when an agent becomes unresponsive.
chore(deps): bump requests in the uv group across 1 directory (#82) Bumps the uv group with 1 update in the / directory: [requests](https://github.com/psf/requests). Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: indirect dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: follow agent-client-protocol 0.6.3 (#21) * feat: bump protocol to 0.6.3 Signed-off-by: Chojan Shang <chojan.shang@vesoft.com> * fix: make everything happy Signed-off-by: Chojan Shang <chojan.shang@vesoft.com> * refactor: make gen_schema step by step Signed-off-by: Chojan Shang <chojan.shang@vesoft.com> * chore: bump to 0.6.3 Signed-off-by: Chojan Shang <chojan.shang@vesoft.com> --------- Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
feat: follow protocol 0.6.2 (#15) * feat: follow protocol 0.6.2 Signed-off-by: Chojan Shang <chojan.shang@vesoft.com> * feat: update examples Signed-off-by: Chojan Shang <chojan.shang@vesoft.com> * chore: bump to 0.6.2 Signed-off-by: Chojan Shang <chojan.shang@vesoft.com> --------- Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>
PreviousNext