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

https://github.com/xlisp/novelist-agent

Novelist agent by autogen
https://github.com/xlisp/novelist-agent

ai autogen gpt llm multi-agent python

Last synced: 8 months ago
JSON representation

Novelist agent by autogen

Awesome Lists containing this project

README

          

# Novelist Agent

## Init

* Setup python env
```sh
conda create -n novelist-agent python=3.11
conda activate novelist-agent
poetry install
```