Skip to main content

A simple auto-builder to build a group of AI assistants for task execution; built on AutoGen framework. An integrated tool in LetMeDoIt AI project.

Project description

# autobuilder

A simple auto builder to build a group of AI assistants for task execution. It is built on [AutoGen framework](https://microsoft.github.io/autogen/docs/Getting-Started/), 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](https://github.com/eliranwong/letmedoit)

# 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autobuilder-1.3.tar.gz (11.8 kB view hashes)

Uploaded Source

Built Distribution

autobuilder-1.3-py3-none-any.whl (13.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page