AgentJet currently supports (and has been tested with) the following agentic frameworks.
AgentScope
Agent-Oriented Programming for Building LLM Applications.
LangChain
LangChain provides the engineering platform and open source frameworks developers use to build, test, and deploy reliable AI agents.
OpenAI SDK
The OpenAI Agents SDK allows you to build agentic AI applications in a lightweight and easy-to-use package with minimal abstractions. By the way, both vLLM and SGLang offer compatible services.
Raw HTTP
Why use the Agent SDKs and all these abstractions? If you want to take control of the foundation of LLM Agents, in this AI era, you can always start from scratch and build your own "high-scrapers".
More Agentic Frameworks
We are still testing all other agentic frameworks. Meanwhile, "Raw HTTP" methods can provide `base_url` and `api_key` as AgentJet endpoint, which theoretically can support most agentic frameworks.