Skip to content

randyharrogates/dynamicagents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynamicagents

A microservice to create agents and langgraph workflows

  • Note: This service does not provide the LLM logic. This service will only create Agents with a set of logic provided to the service

To run API

  1. Create virtual environment
python3 -m venv venv
  1. Activate virtual environment

For windows:

.\venv\Scripts\activate

For Mac/Linux:

source venv/bin/activate
  1. Go into source directory:
cd src
  1. Run the following command:
uvicorn main:app --reload

Sample Multi-Agent workflow for "middle portion" (backend)

alt text

Overall workflow

alt text

About

A microservice to create agents and langgraph workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages