Skip to content

Create a Team of Assistants

Eliran Wong edited this page Jan 20, 2024 · 6 revisions

Create a Team of Assistants

LetMeDoIt AI integrates Microsoft AutoGen agents for task execution or problem solving. Read https://github.com/eliranwong/letmedoit/wiki/Integration-with-AutoGen

AutoBuilder

One of the integrated tools is autobuilder, which can create a team of AI assistants based on a requested task.

You can run it directly from terminal:

autobuilder

Or you can call a standalone instance from LetMeDoIt AI prompt, starting with "!":

! autobuilder

Alternately, you can enable our LetMeDoIt AI plugin "create ai assistants" to seamlessly call autobuilder to execute your task, e.g.

create a team of AI assistants to write a python-based text-editor

create a team of AI assistants to write a Christmas drama

Customisation

You can customise:

  • Maximum number of agents to be created

To work with plugin "create ai assistants", customise these settings by:

  1. Enter a blank entry "" into LetMeDoIt AI prompt to open the action menu

  2. Select the configuration you want to change

  3. Save your changes

You can also do it with built-in CLI options, e.g.:

Run from LetMeDoIt AI prompt

!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

Re-use Agent Configurations

Agents configurations are saved in directory ~/letmedoit/autogen/builder after a task is executed.

You can simply re-use the configurations or modify it for further execution, by using -c flag.

Start your LetMeDoIt AI prompt with "!autobuilder -c", e.g.:

!autobuilder -c /Users/username/letmedoit/autogen/builder/2024-01-03_00_00_00_915135_demo.json

Installation

Installation
Installation on Android
Install a Supported Python Version
Install ffmpeg
Android Support
Install LetMeDoIt AI on Android Termux App Automatic Upgrade Option

Video Demonstration

Video Demo

Basics

Quick Guide
Action Menu
ChatGPT API Key
Use GPT4 Models
Google API Setup
ElevenLabs API Setup
OpenWeatherMap API Setup
Run Local LLM Offline
Token Management
Command Line Interface Options
Command Execution
Chat-only Features
Developer Mode
Save Chart Content Locally
Work with Text Selection
Work with File Selection
System Tray
Custom Key Bindings

Selective Features

Examples
Features
Change Assistant Name
Setup Multiple LetMeDoIt Assistants
Memory Capabilities
Data Visualization
Analyze Files
Analyze Images
Analyze Audio
Google and Outlook Calendars
Python Code Auto‐heal Feature
Integration with AutoGen
Integration with Google AI Tools
Integration with Open Interpreter
Speak to LetMeDoIt AI
LetMeDoIt Speaks
Speak multi‐dialects
Create a map anytime
Modify your images with simple words
Work with Database Files
Create a Team of AI Assistants
Search and Load Chat Records
Search Weather Information
Search Financial Data
Social Media

Plugins

Plugins ‐ Overview
Plugins - How to Write a Custom Plugin
Plugins ‐ Add Aliases
Plugins ‐ Input Suggestions
Plugins ‐ Install Additional Packages
Plugins ‐ Predefined Contexts
Plugins ‐ Transform Text Output
Plugins ‐ Work with LetMeDoIt AI Configurations
Plugins ‐ Function Calling
Plugins ‐ Run Codes with Specific Packages
Plugins ‐ Work with Non‐conversational Model
Plugins ‐ Integrate Text‐to‐speech Feature
Plugins ‐ Integrate Other Shared Utilities

Comparison

Compare with ChatGPT
Compare with Siri and Others

Clone this wiki locally