Skip to content

Tags: agentclientprotocol/python-sdk

Tags

0.10.1

Toggle 0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 0.10.1 (#104)

* release: 0.10.1

* chore(deps): bump pygments to 2.20.0

0.10.0

Toggle 0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

0.9.0a1

Toggle 0.9.0a1's commit message
chore: bump to 0.9.0a1

0.8.1

Toggle 0.8.1's commit message
chore: bump 0.8.1

Signed-off-by: Chojan Shang <psiace@apache.org>

0.8.0

Toggle 0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare 0.8.0 release (#64)

* chore: prepare 0.8.0 release

* chore: bump to 0.8.0

0.7.1

Toggle 0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 0.7.1 (#53)

Signed-off-by: Chojan Shang <psiace@apache.org>

0.7.0

Toggle 0.7.0's commit message
docs: update use cases

Signed-off-by: Chojan Shang <chojan.shang@vesoft.com>

0.6.3

Toggle 0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

0.6.2

Toggle 0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>