Assign different roles to GPTs to form a collaborative entity for complex tasks.( The Typescript version of MetaGPT)
$ npm install metagpt
create .env
file:
OPENAI_API_KEY=sk-xxxx
(Currently just use OpenAI api as LLM response client)
Could refer the examples in examples/**
.