WorkGPT

WorkGPT

🔓 Open SourceCoding

Overview

GPT agent framework for invoking and integrating APIs, similar to AutoGPT and LangChain. Accepts a directive and array of APIs, then converses with AI until the directive is complete. Supports research tasks, web crawling, service ordering, and any API representable with OpenAPI files. Features OpenAI's function invocation for faster, more cost-effective, and reliable API chaining.

Details

Created by Alex MacCaw. Improves upon traditional API chaining methods which were previously slow, expensive, and error-prone. Can handle complex multi-step operations through intelligent API orchestration.

Resources