Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 2.27 KB

README.md

File metadata and controls

47 lines (34 loc) · 2.27 KB

MetaGPT: The Multi-Agent Framework

MetaGPT logo: Enable GPT to work in software company, collaborating to tackle more complex tasks.

Assign different roles to GPTs to form a collaborative entity for complex tasks.( The Typescript version of MetaGPT)

CN doc EN doc JA doc License: MIT roadmap Discord Follow Twitter Follow

Open in Dev Containers Open in GitHub Codespaces Hugging Face

Get Started

Installation

$ npm install metagpt

Configuration

create .env file:

OPENAI_API_KEY=sk-xxxx

(Currently just use OpenAI api as LLM response client)

Usage

Could refer the examples in examples/**.