Skip to content

000paradox000/martians-attack

Repository files navigation

Martians Attack

This is a simple project to demostrate the interaction between LLM agents.

Installation

  1. Clone the repository:

    git clone https://github.com/000paradox000/martians-attack.git
    cd martians-attack
  2. Setup the environment: Create a virtualenv and pull the necessary model and install required packages using the commands:

    make init

Usage

  • Run the main program:

    make run
  • Run with logging:

    make run_with_log

Testing

  • Run all tests:

    make test
  • Run specific tests for some modules:

    make test.martian
    make test.tts
    make test.translator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published