Agent
Makers provides native support for mainstream Agent frameworks. You can develop directly using your preferred framework. The platform handles foundational dependencies such as session storage and sandbox tools uniformly at runtime, eliminating the need to introduce a new SDK.
The following mainstream frameworks are currently supported:
Claude Agent SDK | OpenAI Agents | LangGraph |
| | |
DeepAgents | CrewAI |
| |
Frameworkless Development
If you do not rely on any Agent framework, you can also process requests directly in the handler using the
context injected by the platform. The Agent entry file is placed at agents/<name>/index.{ts,py}, and the path is automatically mapped to the corresponding route.The platform also provides two framework-free starter templates, which can be deployed directly and then developed upon:
For details on the usage of the handler's
context, session storage and tool invocation methods, as well as the local debugging and deployment process, refer to Agent - Quick Start.
