8000 Tags · agntcy/acp-sdk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: agntcy/acp-sdk

Tags

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add missing imports for manifest (#110)

* fix: add missing imports for manifest

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* fix: update lock

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

---------

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: correct schema name for OASF manifest extension (#109)

* fix: correct schema name for OASF manifest extension

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* fix: updated file

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* fix: update extension name

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

---------

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Update manifest models (#108)

* chore: update spec repo and manifest models from newest manifest spec.

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* chore: update model and OAS generation from new manifest. Update unit tests to match. Removed stale examples.

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* chore: update docs to match new models

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* chore: bump version to match new models

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* fix: update docs from version bump

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* fix: review comments

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

---------

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update test dependencies and make some dependencies optional (#…

…105)

Signed-off-by: Reginaldo Costa <regcosta@cisco.com>

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: return state from ainvoke (#99)

* fix: return state from ainvoke

Signed-off-by: Reginaldo Costa <regcosta@cisco.com>

* chore: update lock file

Signed-off-by: Reginaldo Costa <regcosta@cisco.com>

* chore: update uv lock

Signed-off-by: Reginaldo Costa <regcosta@cisco.com>

---------

Signed-off-by: Reginaldo Costa <regcosta@cisco.com>

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update models to match acp release 0.2.2 (#98)

* chore: update models to match acp release 0.2.2

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* fix: update test samples to match new ACP spec.

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* fix: update API docs to match and fix bug with docstring indenting

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

---------

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: APIBridgeAgentNode dict instead of object (#97)

* fix: APIBridgeAgentNode dict instead of object

Signed-off-by: Julien Barbot <jubarbot@cisco.com>

* feat: bump version to 1.3.2

Signed-off-by: Julien Barbot <jubarbot@cisco.com>

---------

Signed-off-by: Julien Barbot <jubarbot@cisco.com>

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update manifest models to use patched agent workflow server mode…

…ls (#94)

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

v1.3.0

Toggle v1.3.0's commit message

Verified

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

* chore: bump patch version

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* chore: bump minor version due to added features for streaming threads

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

---------

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add streaming support (#79)

* feat: add threads API support to langgraph ACPNode integration and test-client.

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* chore: Update test-client for streaming. Update echo-agent to remove input/output wrappers.

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* chore: update echo agent state handling. Update test client for streaming. Add streaming in agntcy_acp API for stateless runs (not threads).

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* fix: improve file naming for echo-agent.

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* fix: fix error in context manager and urllib3 sync client code.

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* chore: updated unit tests to add streaming and reformat. Fix for json serialization for run outputs.

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* fix: only support output_exact if provided in test-client configs.

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* fix: updates from review comments.

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* fix: updated lock file

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* fix: typo fix

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

* fix: typo fix

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>

---------

Signed-off-by: Jeff Napper <103025963+jnapper7@users.noreply.github.com>
0