valory-xyz / open-autonomy

A framework for the creation of autonomous agent services.
https://docs.autonolas.network
Apache License 2.0
79 stars 25 forks source link

Issue with dictionary exports with keys containing periods #2243

Open jmoreira-valory opened 2 months ago

jmoreira-valory commented 2 months ago

The method generate_agent has a problematic behaviour when the key values in a dictionary of an exported variable contain dots .

This produces environment variables containing dots, which are not accepted by the bash, and thus they are not correctly processed by the framework. See this PR https://github.com/valory-xyz/trader/pull/271 for context.