agents-aea
agents-aea copied to clipboard
Generate wealth for tac skills added.
Proposed changes
Generate wealth for tac skills added.
Types of changes
What types of changes does your code introduce to agents-aea?
Put an x in the boxes that apply
- [ ] Bugfix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist
Put an x in the boxes that apply.
- [ ] I have read the CONTRIBUTING doc
- [ ] I am making a pull request against the
developbranch (left side). Also you should start your branch off ourdevelop. - [ ] Lint and unit tests pass locally with my changes and CI passes too
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have checked that code coverage does not decrease.
- [ ] I have added necessary documentation (if appropriate)
- [ ] Any dependent changes have been merged and published in downstream modules
You probably already know this, but to get the checks passing, you'll need to run:
make lint
make pylint
make static
fix any problems it finds, and then run
scripts/generate_ipfs_hashes.py