This is a simple project to demostrate the interaction between LLM agents.
-
Clone the repository:
git clone https://github.com/000paradox000/martians-attack.git cd martians-attack -
Setup the environment: Create a virtualenv and pull the necessary model and install required packages using the commands:
make init
-
Run the main program:
make run
-
Run with logging:
make run_with_log
-
Run all tests:
make test -
Run specific tests for some modules:
make test.martian make test.tts make test.translator