Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josephrp/lablabautogen
A generalist agent that can go online and accomplish complex tasks using semantic-kernel and autogen.
https://github.com/josephrp/lablabautogen
agi autogen gradio semantic-kernel
Last synced: about 2 months ago
JSON representation
A generalist agent that can go online and accomplish complex tasks using semantic-kernel and autogen.
- Host: GitHub
- URL: https://github.com/josephrp/lablabautogen
- Owner: Josephrp
- License: mit
- Created: 2023-11-03T16:29:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T11:43:39.000Z (about 1 year ago)
- Last Synced: 2024-10-14T07:34:39.144Z (2 months ago)
- Topics: agi, autogen, gradio, semantic-kernel
- Language: Python
- Homepage: https://www.tonic-ai.com
- Size: 20.5 KB
- Stars: 24
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
title: GeneralistAutogenAgent
emoji: 🌍
colorFrom: gray
colorTo: red
sdk: gradio
sdk_version: 4.0.2
app_file: app.py
pinned: false
license: mit
---## Use and Install on the Command Line
git clone https://github.com/Josephrp/LablabAutogen.git
``````bash
cd LablabAutogen
``````bash
nano app.py
```edit line 17 " ```"openai_api_key": "YOUR_KEY_HERE", # OpenAI API Key``` with your key
then press:
```nano
control + x
```Write :
```nano
Y
```to save then type :
```bash
pip install -r requirements.txt
```and finally :
```bash
python app.py
```
to run.