This project serves as a template for individuals interested in building agents with Eidolon. This template contains a custom logic unit within components and hooked up the hello world agent.
resources
: This directory contains additional resources for the project. An example agent is provided for reference.components
: This directory is where any custom code should be placed.
To run the server, use the following command:
poetry run eidolon-server resources/
If you wish to run the server without MongoDB, include the -m local_dev
flag:
poetry run eidolon-server resources/ -m local_dev