Skip to content

A hello world Eidolon repository with a custom logic unit

License

Notifications You must be signed in to change notification settings

eidolon-ai/custom_logic_unit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A hello world Eidolon repository with a custom logic unit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages