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

Feat (deploy): Port localhost deployment code #2258

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

OjusWiZard
Copy link
Member

@OjusWiZard OjusWiZard commented Sep 26, 2024

Proposed changes

Porting the code from Pearl to here that runs an agent on local host system without docker.

Types of changes

What types of changes does your code introduce? (A breaking change is a fix or feature that would cause existing functionality and APIs to not work as expected.)
Put an x in the box that applies

  • Non-breaking fix (non-breaking change which fixes an issue)
  • Breaking fix (breaking change which fixes an issue)
  • Non-breaking feature (non-breaking change which adds functionality)
  • Breaking feature (breaking change which adds functionality)
  • Refactor (non-breaking change which changes implementation)
  • Messy (mixture of the above - requires explanation!)

Checklist

Put an x in the boxes that apply.

  • I have read the CONTRIBUTING doc
  • I am making a pull request against the main branch (left side). Also you should start your branch off our main.
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have locally run services that could be impacted and they do not present failures derived from my changes
  • Public-facing documentation has been updated with the changes affected by this PR. Even if the provided contents are not in their final form, all significant information must be included.
  • Any backwards-incompatible/breaking change has been clearly documented in the upgrading document.

Further comments

@OjusWiZard OjusWiZard force-pushed the feat/non-docker branch 3 times, most recently from 9604d73 to 9854546 Compare September 26, 2024 15:40
Copy link
Collaborator

@8ball030 8ball030 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super excited for this one

@@ -154,7 +154,7 @@ def __init__(self, logger: logging.Logger, dump_dir: Optional[Path] = None) -> N

self.resets = 0
self.logger = logger
self.dump_dir = dump_dir or Path("/tm_state")
self.dump_dir = dump_dir or Path(os.environ["TMSTATE"] or "/tm_state")
Copy link
Collaborator

@8ball030 8ball030 Sep 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add this to the docs somewhere btw?
Also would be nice to able to set an alias for the agent.
It's in aea fetch AGENT --alias command group

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure! do you know any good place to add the docs? I'm guessing the docstring of def create_server()?

@OjusWiZard OjusWiZard changed the base branch from main to feat/local-deployment September 26, 2024 18:32
autonomy/cli/helpers/deployment.py Outdated Show resolved Hide resolved
autonomy/cli/helpers/deployment.py Outdated Show resolved Hide resolved
autonomy/cli/helpers/deployment.py Outdated Show resolved Hide resolved
autonomy/cli/helpers/deployment.py Outdated Show resolved Hide resolved
autonomy/cli/helpers/deployment.py Outdated Show resolved Hide resolved
autonomy/deploy/generators/localhost/base.py Outdated Show resolved Hide resolved
autonomy/deploy/generators/localhost/base.py Show resolved Hide resolved
autonomy/deploy/generators/localhost/base.py Outdated Show resolved Hide resolved
autonomy/deploy/generators/localhost/utils.py Outdated Show resolved Hide resolved
deployments/Dockerfiles/tendermint/app.py Outdated Show resolved Hide resolved
@OjusWiZard OjusWiZard changed the base branch from feat/local-deployment to main September 27, 2024 16:38
@OjusWiZard OjusWiZard force-pushed the feat/non-docker branch 5 times, most recently from cb27189 to 3c1f5aa Compare October 1, 2024 14:24
WIP (deploy): Integrate non-docker logic with CLI
@OjusWiZard OjusWiZard changed the title WIP (deploy): Port localhost deployment code Feat (deploy): Port localhost deployment code Oct 1, 2024
@OjusWiZard OjusWiZard requested a review from 0xArdi October 1, 2024 15:36
@OjusWiZard OjusWiZard closed this Oct 3, 2024
@OjusWiZard OjusWiZard deleted the feat/non-docker branch October 3, 2024 11:02
@OjusWiZard OjusWiZard restored the feat/non-docker branch October 4, 2024 09:59
@OjusWiZard OjusWiZard reopened this Oct 4, 2024
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.

3 participants