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

Agents should be class-based #8

Open
agmlego opened this issue Jan 2, 2014 · 0 comments
Open

Agents should be class-based #8

agmlego opened this issue Jan 2, 2014 · 0 comments
Assignees

Comments

@agmlego
Copy link
Member

agmlego commented Jan 2, 2014

Currently, every agent is a functional script, and manager.py fires them off using subprocess. The better way to work this is to change to a class-based model, with each agent inheriting from a base agent class. This minimises code copy-pasta, and allows manager.py to use something like multiprocessing to manage the agents.

@ghost ghost assigned agmlego Jan 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant