redis-server- Install dependencies
poetry install- Copy
agent_runner/example_config.pytoagent_runner/config.pyfor the agent configuration - Copy .env.example to .env for secrets configuration
- Copy bot_config_example.json to bot_config.json for discord bot configuration
- Modify each as desired
Run API Server:
poetry run startRun Celery Task runner:
poetry run celery -A agent_runner worker --loglevel=INFORun Celery Beat (Triggers tasks on the task runner based on beat config):
poetry run celery -A agent_runner beatRun Discord Bot:
poetry run bot