Skip to main content
This document shows you how to integrate agents built with various AI frameworks into Novita Agent Runtime. We provide integration examples for popular AI Agent frameworks:

Core Integration Pattern

All framework integrations follow this core pattern:

LangGraph

LangGraph is the official framework from LangChain for building stateful, multi-step Agent applications.

Example Code

For the complete example project, see here

OpenAI Agents SDK

OpenAI Agents SDK is the official toolkit from OpenAI for building AI Agents.

Example Code

For the complete example project, see here

Microsoft AutoGen

AutoGen is a multi-Agent conversation framework developed by Microsoft that supports multi-Agent collaboration and conversations, capable of working independently or with humans.

Example Code

For the complete example project, see here

Google ADK

Google Agent Development Kit (ADK) is Google’s toolkit for Agent development.

Complete Example

For the complete example project, see here
Last modified on December 2, 2025