-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/conc fsm babydegen #26
Open
gauravlochab
wants to merge
43
commits into
main
Choose a base branch
from
feat/conc-fsm-babydegen
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 20 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
5a10133
update aea-config.yaml and service.yaml for babydegen
gauravlochab c022bdf
feat: Add ABCI skills from babydegen to optimus
gauravlochab 50e81af
feat: updating packages.json
gauravlochab 7d20b21
chore: Update aea-config.yaml
gauravlochab c1df2c4
feat: Update agent_transition environment variable in config files
gauravlochab 6a9596f
feat: Update agent_transition environment variable in config files
gauravlochab 817c6d3
chore: Update dependencies and packages
gauravlochab cc51ef5
chore: update .gitigonre and .git modules
gauravlochab f715130
feat: merge dialogues and resolving import errors
gauravlochab 839c7d5
chore: Update event values in LiquidityTraderAbciApp and event values…
gauravlochab c83ab5d
chore: remove skills
gauravlochab 4100171
chore: Remove unused ABCI skills
gauravlochab c777f1c
chore: Update agent_transition environment variable in config files
gauravlochab 762854c
chore: changes in rounds , behaviours and merge conflit resolution
gauravlochab 6875318
chore: Update packages
gauravlochab 73c5f54
chore: Update pakacges
gauravlochab 4833655
chore: Update config files
gauravlochab 333f99f
chore: added round changes
gauravlochab 6046f45
chore: Update to Voting Round
gauravlochab e327467
Merge branch 'main' into feat/conc-fsm-babydegen
gauravlochab 977aa52
chore: update skills yaml in optimus
gauravlochab b78410f
Merge commit 'e327467f422ce1136a7a7d9257abce343f0c9930' into feat/con…
gauravlochab dc86dad
chore: Add third-party submodules for balpy and multicaller
gauravlochab 31ec213
chore: Update .gitignore
gauravlochab 688ada8
chore: Update paths in agent config
gauravlochab e8d21f8
chore: Update balpy and open-multicaller dependencies
gauravlochab c34d5e9
chore: Update connection in packages
gauravlochab 6acdc31
chore: Update pakages
gauravlochab 64fba89
chore: Remove third-party submodules for balpy and multicaller
gauravlochab 52baec4
chore: updating toml and tox.ini for ci issues
gauravlochab 5215ad1
chore: Update tox.ini to handle unknown packages
gauravlochab 7249b9a
chore: Update dependencies & fsm specs
gauravlochab b7a6969
chore: Update dependencies
gauravlochab 1e02d69
chore: resolving for linters
gauravlochab a89cf25
chore: Update packages
gauravlochab 53a17fa
chore: Ignore mypy errors for eightballer package
gauravlochab d21eed6
chore: Update service.yaml file with new parameters and values
gauravlochab f4b2a80
chore: Update agent and service configurations
gauravlochab 9da59d8
chore: Update aea-config-replace.py to include new environment variables
gauravlochab 56d8dab
chore: Update service.yaml file with new parameters and values
gauravlochab 3e0c83c
chore: resolving ci checks
gauravlochab fce018d
chore: add default flag and readme for merge
gauravlochab f3fe392
chore: Update merge_readme
gauravlochab File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[submodule "third_party/balpy"] | ||
path = third_party/balpy | ||
url = https://github.com/8ball030/balpy.git | ||
[submodule "third_party/multicaller"] | ||
path = third_party/multicaller | ||
url = https://github.com/8ball030/multicaller.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# -*- coding: utf-8 -*- | ||
# ------------------------------------------------------------------------------ | ||
# | ||
# Copyright 2024 Valory AG | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# ------------------------------------------------------------------------------ | ||
|
||
"""This module contains the skills packages authored by Valory AG.""" |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 these needed? It would be preferable to have PyPI released packages with version control
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.
These packages are dependencies used by the BabyDegen agent. While we could switch to using the PyPI packages, it would require 8baller to release the latest versions, as the most recent releases on PyPI are from 2023.
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.
UPDATE : 8baller will be releasing the updated versions on PyPI, I will integrate those in this merge after that, eliminating the need for the submodules.