Metadata-Version: 2.1
Name: green-agent
Version: 0.1.0
Summary: 
Author: Andrei Anton
Author-email: io@neuronq.ro
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: google-cloud-aiplatform (>=1.34.0,<2.0.0)
Requires-Dist: openai (>=0.28.1,<0.29.0)
Description-Content-Type: text/markdown

# Green Agent

...

## How to develop

First time:

```sh
poetry install --with test dev
poetry shell
python -m ipykernel install --user --name green-agent
```

In general:

```sh
poetry shell
```

Notebooks:

```sh
jupyter notebook  # classic UI
jupyter lab  # modern UI
```

