An open API service indexing awesome lists of open source software.

https://github.com/theleoborges/agents-poc


https://github.com/theleoborges/agents-poc

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Agents POC

## Setup

Create a virtual env with python 3.12 or below:

python3.12 -m venv venv

Install dependencies:

pip install -r requirements.txt

## Show time

```
$ export OPENAI_API_KEY=
$ export SERPER_API_KEY=
$ export OTEL_SDK_DISABLED=

$ python main.py
```