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
- Host: GitHub
- URL: https://github.com/xlisp/novelist-agent
- Owner: xlisp
- Created: 2024-11-14T13:46:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T02:02:47.000Z (11 months ago)
- Last Synced: 2024-12-26T11:11:13.896Z (10 months ago)
- Topics: ai, autogen, gpt, llm, multi-agent, python
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```