这是indexloc提供的服务,不要输入任何密码
Skip to content

mivp-agent/mivp-agent

Repository files navigation




🚧 🚧 This repository is under construction 🚧 🚧

Please see moos-ivp-agent until this warning is removed.




mivp-agent

Unit Tests Linter

This repository contains the Python code required to run mivp-agent agents.

Local Installation

git clone https://github.com/mivp-agent/mivp-agent.git

Install in editable mode...

pip install -e .

Install the testing and linting "extras".

pip install -e '.[test]'
pip install -e '.[lint]'

Contributing

Pull requests are very welcome for bug fixes and feature additions. The only requests would be to...

  1. If you intended to add a feature, please open a issue on this repository first so a discussion can be had.
  2. Run the testing a linting before submitting a PR (they will be run automatically by GitHub too)

Running tests

./test/run.sh

Running the linter

flake8 src test

About

The Python side of the project

Resources

License

Stars

Watchers

Forks

Packages

No packages published