-
Notifications
You must be signed in to change notification settings - Fork 4
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
Resolve markets with mech requests #91
Conversation
packages/valory/skills/market_creation_manager_abci/behaviours.py
Outdated
Show resolved
Hide resolved
question_id = question["question"]["id"].lower() | ||
if question_id in self.shared_state.questions_requested_mech: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are the questions_requested_mech
not in the synced db?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was the similar approach designed previously. Since it's a single-agent service, it's easier to use the shared state in this case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense but we need to remember if we convert this to a multi-agent service.
Merge main branch (bump)
Resolve markets with mech requests