aries-staticagent-python icon indicating copy to clipboard operation
aries-staticagent-python copied to clipboard

Aries Static Agent library for Python

Results 6 aries-staticagent-python issues
Sort by recently updated
recently updated
newest added

Bumps [activesupport](https://github.com/rails/rails) from 6.0.3.2 to 6.0.6.1. Release notes Sourced from activesupport's releases. v6.0.6.1 Active Support No changes. Active Model No changes. Active Record Make sanitize_as_sql_comment more strict Though this method...

dependencies
ruby

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.8 to 1.13.10. Release notes Sourced from nokogiri's releases. 1.13.10 / 2022-12-07 Security [CRuby] Address CVE-2022-23476, unchecked return value from xmlTextReaderExpand. See GHSA-qv4q-mr5r-qprj for more information. Improvements...

dependencies
ruby

The main README still references using Indy Agent with this library. We should update it to show how to connect with ACA-Py, possibly through the toolbox, and maybe connecting to...

Add support for feature discovery to the StaticAgentConnection. This should report on any protocols that have registered handlers, including itself. RFC for feature discovery protocol: https://github.com/hyperledger/aries-rfcs/blob/master/features/0031-discover-features/README.md The Indy Python Reference...

enhancement
help wanted
good first issue

Currently, the Static Agent Library only has support for sending messages over POST to its paired Full Agent. This covers one of the most common use cases. Supporting WebSockets will...

enhancement
help wanted