Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update params on the fly #219

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

BananaFofilly
Copy link

ChatGPT description:

I've been experimenting with the trader service, and I noticed that whenever I needed to modify a parameter, such as the strategy, I had to rerun the service. To address this inconvenience, I came up with the concept of establishing a server that utilizes a secret, possibly the wallet signature in the future. If the provided secret matches, the server can seamlessly update the specified parameters on the fly, eliminating the need to restart the service. I aim to introduce this functionality as an "Agent Component Element," as outlined in your whitepaper v1.0.

Used https://github.com/valory-xyz/IEKit/blob/main/packages/valory/skills/dynamic_nft_abci/handlers.py#L94 as suggested in Discord.

@Adamantios Adamantios changed the base branch from main to develop December 9, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant