# 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
Raw data
{
"_id": null,
"home_page": "https://letmedoit.ai",
"name": "autobuilder",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "ai autogen assistant gpt openai",
"author": "Eliran Wong",
"author_email": "support@letmedoit.ai",
"download_url": "https://files.pythonhosted.org/packages/3e/18/a7292c39c4c178f141d558d2670de6b3dc8ee70747b4b7a54690a6aeed59/autobuilder-1.3.tar.gz",
"platform": null,
"description": "# autobuilder\n\nA 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\n\nIt is a simplified version of the \"autobuilder\" tool, integrated in our [LetMeDoIt AI project](https://github.com/eliranwong/letmedoit)\n\n# Install\n\n> pip install autobuilder\n\n# Usage\n\nImport as a module\n\n```\nfrom autobuilder import AutoGenBuilder\nAutoGenBuilder().getResponse(\"write a dummpy PySide6 app\")\n```\n\nCLI options:\n\n> autobuilder\n\n> autobuilder -h\n\n> autobuilder \"write a dummpy PySide6 app\" # specify a task\n\n> autobuilder -c \"saved_building_config.json\" # load saved building config file\n\n> autobuilder -a 5 # specify the maximum number of agents\n\n> autobuilder -r 12 # specify the maximum round of group chat\n\n> autobuilder -o true # enable OpenAI Assistant API\n\n> autobuilder -o false # disable OpenAI Assistant API\n",
"bugtrack_url": null,
"license": "GNU General Public License (GPL)",
"summary": "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.",
"version": "1.3",
"project_urls": {
"Documentation": "https://github.com/eliranwong/autobuilder/wiki",
"Funding": "https://www.paypal.me/MarvelBible",
"Homepage": "https://letmedoit.ai",
"Source": "https://github.com/eliranwong/autobuilder",
"Tracker": "https://github.com/eliranwong/autobuilder/issues"
},
"split_keywords": [
"ai",
"autogen",
"assistant",
"gpt",
"openai"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "89b208765690b2255605ed68a2f16293e299dc8a73b2980b937458e226e4fdd5",
"md5": "090038132f3873b4e831b3fb708b5170",
"sha256": "4b7d502b7f9513100908a016314d2d0fbabd544b80496313f6544a4de1fa0c14"
},
"downloads": -1,
"filename": "autobuilder-1.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "090038132f3873b4e831b3fb708b5170",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 13357,
"upload_time": "2023-12-05T14:29:28",
"upload_time_iso_8601": "2023-12-05T14:29:28.686939Z",
"url": "https://files.pythonhosted.org/packages/89/b2/08765690b2255605ed68a2f16293e299dc8a73b2980b937458e226e4fdd5/autobuilder-1.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3e18a7292c39c4c178f141d558d2670de6b3dc8ee70747b4b7a54690a6aeed59",
"md5": "813982d5c35461de3d42de741c6bb079",
"sha256": "0f7898734e7b3aeb5f911c64e8e5fa62b2da9ded48d17b53a2dd5253a4163535"
},
"downloads": -1,
"filename": "autobuilder-1.3.tar.gz",
"has_sig": false,
"md5_digest": "813982d5c35461de3d42de741c6bb079",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 11829,
"upload_time": "2023-12-05T14:29:31",
"upload_time_iso_8601": "2023-12-05T14:29:31.369268Z",
"url": "https://files.pythonhosted.org/packages/3e/18/a7292c39c4c178f141d558d2670de6b3dc8ee70747b4b7a54690a6aeed59/autobuilder-1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-05 14:29:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "eliranwong",
"github_project": "autobuilder",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "autobuilder"
}