transitive-bullshit / agentic

AI agent stdlib that works with any LLM and TypeScript AI SDK.
MIT License
16.07k stars 2.11k forks source link

Merge private Agentic project update #643

Closed transitive-bullshit closed 1 month ago

transitive-bullshit commented 1 month ago

This PR constitutes a major overhaul of this project from the unofficial chatgpt SDK to a new SDK called Agentic.

The chatgpt sdk is quite out-of-date at this point, and most people are better off using the official openai package or the openai-fetch package instead.

Agentic is the natural evolution of my work on the chatgpt SDK to provide a rock solid TS DX for LLM app developers. I've been working on it in a closed source repo on and off for the past year, and I'm really excited to finally make portions of it public.