Skip to content

Integration with AutoGen

Eliran Wong edited this page Jan 22, 2024 · 13 revisions

Integration with AutoGen

We have created a few interactive chat powered by AutoGen:

  • "AutoGen Assistant": a simple chat to run task with AutoGen assistant

  • "AutoGen Retriever": a simple chat to extract information from documents

  • "Autogen Math": a simple math chat

  • "AutoGen Agent Builder": build a group of AI assistants to accomplish a task

Standalone CLI options:

You can launch the following cli options directly from a LetMeDoIt prompt:

To launch "AutoGen Assistant" from LetMeDoIt AI, run:

!autoassist

To launch "AutoGen Retriever" from LetMeDoIt AI:

!autoretriever

To launch "AutoGen Math" from LetMeDoIt AI:

!automath

To launch "AutoGen Agent Builder" from LetMeDoIt AI:

!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 10 # specify the maximum round of group chat

!autobuilder -o True # use OpenAI Assistant API

Tips: Enter "!auto" to get related input suggestion

Integrated Plugins

We have integrated AutoGen functionalities in two plugins:

  • build agents - create a team of AI assistants to accomplish a task

  • analyze files - retrieve information from a file or directory

Screenshots

Integrated Plugin - analyze files

integration_autogen_retriever

Input suggestions

integrate_autogen_retriever_1 integrate_autogen_retriever_2

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