-
## Description
The yml files are confusing and do not allow for flexible configuration of ACA-Py startup parameters. Defining a .env file for each agent is a preferable solution. We should migrate to…
-
The agents are only able to communicate within the local network.
The demo code from aca-py also covers the use of Ngrok.
It should be added after tests
-
This might be a crazy idea but what if we moved the old connection protocol code out into a plugin?
As it stands, with recent fixes and updates, the protocol itself is more cleanly isolated from th…
-
When I run run_aca.py for antmaze, this error will occur:
AttributeError: module 'd3rlpy.preprocessing.reward_scalers' has no attribute 'ConstantShiftRewardScaler'
My conda environment satisfy all…
-
For EC2 (and possibly other scenarios) aca-py needs to be able to create a wallet in an existing database. (The default behaviour is for aca-py to create the database if it doesn't exist.)
This us…
ianco updated
10 months ago
-
The scenario is as follows:
- Issuer creates an oob-invitation attaching a credential-offer message and `handshake: false`
- Holder has no endpoint
- Holder tries to get a credential via connection…
-
This ticket is meant to be a place where we can start the discussion and design of our DevOps and Continuous Delivery processes moving forward. We have a significant amount of technical debit that ha…
-
Luego de realizar una refactorización del código, se puede idear una forma de crear archivos dedicados que puedan extraer información de distintas páginas, no solo de linkedin.
Quizás una propuesta…
-
We are trying to use ACA-Py with multitenancy enabled (using Askar with Postgres for storage). The current implementation of multitenancy is limiting for our use case because it creates a new database…
-
Because the codes are built on the demo from aca-py and I don't have that much time while writing my thesis at the same time. The code style is quite messy and may contain a lot of useless code.
Cl…