agent-sdk dormant

WorkGPT

Maker: team-openpm License: MIT Stars: 731 First released: 2023-05-02 Language: TypeScript
Web

About

WorkGPT is an AutoGPT/LangChain-era agent framework (2023, TypeScript/Node) that takes a directive and a set of APIs and converses with the model until the directive is complete. Its differentiator is universal API support: any API describable by an OpenAPI file can be invoked, packaged through OpenPM (a package manager for OpenAPI files), with smart authentication where passing an authKey lets the library figure out authorization. Execution runs through a WorkGptRunner loop with invokable API classes carrying Zod schemas, including a Puppeteer-based text browser. It is MIT-licensed, npm-published, and effectively dormant: 34 commits, no releases, and no ongoing development. It was aimed at developers prototyping agent flows against REST APIs in the AutoGPT era.