Skip to content

A simple auto-builder to build a group of AI assistants for task execution

License

Notifications You must be signed in to change notification settings

eliranwong/autobuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

autobuilder

A simple auto builder to build a group of AI assistants for task execution. It is built on AutoGen framework, particularly https://github.com/microsoft/autogen/blob/main/autogen/agentchat/contrib/agent_builder.py

It is a simplified version of the "autobuilder" tool, integrated in our LetMeDoIt AI project

Install

pip install autobuilder

Usage

Import as a module

from autobuilder import AutoGenBuilder
AutoGenBuilder().getResponse("write a dummpy PySide6 app")

CLI options:

autobuilder

autobuilder -h

autobuilder "write a dummpy PySide6 app" # specify a task

autobuilder -c "saved_building_config.json" # load saved building config file

autobuilder -a 5 # specify the maximum number of agents

autobuilder -r 12 # specify the maximum round of group chat

autobuilder -o true # enable OpenAI Assistant API

autobuilder -o false # disable OpenAI Assistant API

About

A simple auto-builder to build a group of AI assistants for task execution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published