Skip to content

Latest commit

 

History

History
126 lines (63 loc) · 3.7 KB

AutoGen Integration.md

File metadata and controls

126 lines (63 loc) · 3.7 KB

AutoGen Integration

AutoGen Agents are integrated in the following tools in ToolMate AI:

@proxy Use AutoGen assistant agent to resolve a request

@group Use AutoGen auto-builder agent to create a team of AI agents to resolve a request that does not require coding

@agents Use AutoGen auto-builder agent to create a team of AI agents to resolve a request that requires coding

@captain Use AutoGen captain agent and tool library to resolve a request

@examine_files Use AutoGen retrieve assistant agent for examining file content, if config.rag_useAutoRetriever is set to True

@examine_web_content Use AutoGen retrieve assistant agent for examining web content, if config.rag_useAutoRetriever is set to True

Remarks: These tools are available in the full version of ToolMate AI. The Lite version doesn't include these tools.

Interactive Mode

To run ToolMate AI interactive mode:

toolmate

Simple enter the tool signature, e.g. @agents, followed by your request, in ToolMate AI interactive prompt.

CLI Aliases

Some may find it more flexible to use ToolMate CLI options that come with ToolMate API client.

To check all available options, run:

tm -h

The following command aliases are created for quick access to AutoGen tools:

tmproxy essentially equal to tm -dt proxy

tmgroup essentially equal to tm -dt group

tmagents essentially equal to tm -dt agents

tmcaptain essentially equal to tm -dt captain

Standalone AutoGen Utilities

ToolMate AI also offers standalone AutoGen utilities:

To use AutoGen assistant agent:

autoassist

To use AutoGen retrieve assistant agent:

autoretrieve

To use AutoGen auto-builder agent:

autobuild

To use AutoGen captain agent:

autocaptain

AutoGen Integration Setup

Interactive propmt

toolmate .autogen

CLI:

tmsetup -ag

Captain Agent Setup

AutoGen Agent requires setup of Bing search and Rapid API keys. Free plans are available. You may follow the steps below:

Bing Search API Key Setup

  1. Sign up at https://www.microsoft.com/en-us/bing/apis/bing-web-search-api

  2. Search for "Bing search" and create a bing search resource

  3. Select a pricing tier (FREE plan is available, i.e. F1, at the time of writing)

bing0

bing1

  1. Go to resource

bing3

  1. Click the link for managing keys

bing4

  1. Copy one of the generated keys

bing5

Rapid API Key Setup

  1. Sign up at https://rapidapi.com/auth/sign-up

  2. Search "Youtube Transacript" and subscribe a plan (FREE plan is available)

  3. Search "Youtube MP3 Downloader" and subscribe a plan (FREE plan is available)

Some screenshots below:

rapidapi1

rapidapi2

rapidapi3

rapidapi4

  1. Go to Billing Information https://rapidapi.com/developer/billing/billing-information and select "default-application"

  2. Copy the Application Key

rapid0