AgentJet

  • Overview
• Tutorial
  • Installation
  • Tune First Agent
  • Swarm Training Intro
  • Agentic Frameworks
• Classic Examples
  • Math Agent
  • AppWorld Agent
  • Werewolves Game
  • Learning to Ask
  • Frozen Lake
  • Countdown Game
• Swarm Examples
  • Best Practice
  • Swarm Vibe Coding
• Components
  • Workflow
  • Data Pipeline
  • Task Judger
• With Frameworks
  • OpenAI SDK
  • AgentScope
  • Langchain
  • Raw HTTP
• Deep Dive
  • Configuration
  • Visualization
  • Beast Logger
  • Data Generation
  • Tracing Feedback
  • Timeline Processing
  • Platform Comparison
• Blogs
  • Swarm Intro (ZH)

Agentic Frameworks

Previous Next

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.

Swarm Training Intro Math Agent
Menu
Overview
• Tutorial
Installation Tune First Agent Swarm Training Intro Agentic Frameworks
• Classic Examples
Math Agent AppWorld Agent Werewolves Game Learning to Ask Frozen Lake Countdown Game
• Swarm Examples
Best Practice Swarm Vibe Coding
• Components
Workflow Data Pipeline Task Judger
• With Frameworks
OpenAI SDK AgentScope Langchain Raw HTTP
• Deep Dive
Configuration Visualization Beast Logger Data Generation Tracing Feedback Timeline Processing Platform Comparison
• Blogs
Swarm Intro (ZH)

On This Page

Built by Alibaba Tongyi Lab — shadcn theme provided by @asiffer