metagpt
v0.1.1
Published
The Multi-Agent Framework
Downloads
4
Readme
MetaGPT: The Multi-Agent Framework
Get Started
Installation
$ npm install metagpt
Configuration
create .env
file:
OPENAI_KEY=sk-xxxx
(Currently just use OpenAI api as LLM response client)
Usage
Could refer the examples in examples/**
.