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.
To run ToolMate AI interactive mode:
toolmate
Simple enter the tool signature, e.g. @agents, followed by your request, in ToolMate AI interactive prompt.
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
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
Interactive propmt
toolmate .autogen
CLI:
tmsetup -ag
AutoGen Agent requires setup of Bing search and Rapid API keys. Free plans are available. You may follow the steps below:
-
Sign up at https://www.microsoft.com/en-us/bing/apis/bing-web-search-api
-
Search for "Bing search" and create a bing search resource
-
Select a pricing tier (FREE plan is available, i.e. F1, at the time of writing)
- Go to resource
- Click the link for managing keys
- Copy one of the generated keys
-
Sign up at https://rapidapi.com/auth/sign-up
-
Search "Youtube Transacript" and subscribe a plan (FREE plan is available)
-
Search "Youtube MP3 Downloader" and subscribe a plan (FREE plan is available)
Some screenshots below:
-
Go to Billing Information https://rapidapi.com/developer/billing/billing-information and select "default-application"
-
Copy the Application Key