Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 710 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 710 Bytes

Eidolon Agent Machine Template

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.

Directory Structure

  • 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.

Running the Server

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