Skip to content

🌟EasyAGI : A generalist agent that can go online and accomplish complex tasks.

License

Notifications You must be signed in to change notification settings

Tonic-AI/EasyAGI

This branch is 59 commits ahead of, 5 commits behind Josephrp/LablabAutogen:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bf76ab8 · Dec 12, 2023

History

68 Commits
Dec 9, 2023
Dec 10, 2023
Dec 12, 2023
Dec 11, 2023
Nov 3, 2023
Dec 11, 2023
Nov 3, 2023
Dec 11, 2023
Dec 12, 2023
Dec 10, 2023
Dec 10, 2023
Dec 10, 2023
Dec 12, 2023

Repository files navigation

title emoji colorFrom colorTo sdk sdk_version app_file pinned license
GeneralistAutogenAgent
🌍
gray
red
gradio
4.0.2
app.py
false
mit

Check the plugins folder for new Semantic Kernel Plugins

Before You Install and Use

  • sign up and get an api key for open ai
  • sign up and set up a project in zilliz cloud
  • sign up and get an api key for Bing! Search

Zilliz Plugin

This plugin allows users to plug in their existing zilliz account to a multiagent framework using autogen and semantic-kernel.

Set Up Zilliz

Screenshot 2023-12-11 131536 Screenshot 2023-12-11 131608

Create an Account

  1. Navigate to cloud.zilliz.com
  2. sign-up

Screenshot 2023-12-11 131518 Screenshot 2023-12-11 131237 Screenshot 2023-12-11 131243

Create a Cluster

Screenshot 2023-12-11 131633 Screenshot 2023-12-11 131710 Screenshot 2023-12-11 131739 Screenshot 2023-12-11 131744

AutoCreate a Pipeline

Screenshot 2023-12-11 131824 Screenshot 2023-12-11 131913 Screenshot 2023-12-11 132006

AutoCreate all the Pipeline

Screenshot 2023-12-11 132023 Screenshot 2023-12-11 132035

Use Curl to Upload a Document

Screenshot 2023-12-11 135943 Screenshot 2023-12-11 140115 Screenshot 2023-12-11 132130

Use Your Credentials + Existing Zilliz Cloud With Semantic Kernel !

Get Your Bing! Search API Key

  1. visit this weblink https://aka.ms/bingapisignup
  2. open your portal : https://portal.azure.com/#create/microsoft.bingsearch

Use and Install

on the command line :

git clone https://github.com/Tonic-AI/EasyAGI
cd EasyAGI

If you're on Windows run the following command and edit the files below using notepad or VSCode and save them accordingly.

set PATH=%PATH%

then edit the OAI_CONFIG_LIST file or on the command line:

nano OAI_CONFIG_LIST.json

on the command line , press:

 control + x

Write :

Y

to save then run

nano app.py

and edit lines 25-27 of app.py

    "host": "your_milvus_host",
    "port": "your_milvus_port",
    "collection_name": "your_collection_name"

with your zilliz cloud credentials.

and line 15 with your Bing! api key then save.

or if you're on the command line press:

 control + x

Write :

y

to save.

then type the following in your command line

pip install -r requirements.txt

and finally :

python app.py

to run. or install and run the application inside your compiler - like VS Code.

About

🌟EasyAGI : A generalist agent that can go online and accomplish complex tasks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%