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: add dynamic watch paths for agent development #931

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

samuveth
Copy link
Contributor

@samuveth samuveth commented Dec 9, 2024

Relates to: #930

Risks

Background

This setup is crucial for development because:

  1. The agent depends on the packages listed in WORKING_FOLDERS
  2. When you make changes to any of these packages, they get compiled to their respective dist directories
  3. The agent needs to restart with the new changes for them to take effect
  4. This automation saves developers from having to manually restart the agent every time they make changes to dependent packages

Documentation changes needed?

My changes do not require a change to the project documentation.

Testing

Where should a reviewer start?

Detailed testing steps

@shakkernerd shakkernerd merged commit 31143ae into elizaOS:main Dec 9, 2024
3 checks passed
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.

2 participants