Template Ocean Agent
- Free software: Apache Software License 2.0
- Documentation: https://ocean-agent.readthedocs.io.
- Ocean Agent application template
- pytest
- packages organizing the application
- server: Implementation of different server apis. Uses the common models and integrates the code.managers.*
- watcher: Subscribes to the EVM transaction log and exposes via ws allowing to subscribe
- provider: Implement the provider functions
- core: Application core business logic. Includes the DTO’s allowing to interact with the VM
- model: Common application models, to be reused between all the components
- oceandb: Provide the interfaces to implement an Oceandb plugin
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.