PyDentity icon indicating copy to clipboard operation
PyDentity copied to clipboard

Replace Agent Congifuration YML files with .env files

Open wip-abramson opened this issue 4 years ago • 2 comments

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 this at some point.

I am currently working on a separate template to allow anyone to create a aca-py jupyter notebook playground with a custom set of actors and agents. We should base this refactor on this template when complete.

Are you interested in working on this improvement yourself?

  • Yes, I am.

wip-abramson avatar Apr 14 '21 13:04 wip-abramson

Hi @wip-abramson I agree that yaml format can confusing. We should also leave a step back here to be able to use yaml in a container solution in the cloud later. Yaml is used as a default format for pods and Co.

frogman avatar Apr 14 '21 19:04 frogman

Hmm interesting. I would be interested to have a chat with you about this. See if we can find a best solution. I can also take you through the current process I am thinking of

wip-abramson avatar Apr 15 '21 10:04 wip-abramson