Skip to content

R2D2-fwks/llm-actor-agent-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create a new env

  1. Create a new env using conda or pyenv.
  2. Run the following command
  3. conda create -n actorenv python=3.13
  4. After this activate the env by using teh following command: conda activate actorenv

Installing Dependencies

  1. After activating the env install the dependencies. Run the following command pip install -r requirements.txt

Running the code

  1. Once the dependciencies are installed, then run the program by the following command python start.py

About

multi-layered agent system using the Actor Model

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages