Agent Development
Makers provides native support for Agents. Without needing to build infrastructure such as runtimes, sandboxes, and session storage yourself, you can quickly create and deploy a production-grade Agent using official templates.
Creating via Template
For users who are new to the platform and want to run through the complete process as quickly as possible:
1. Open the Tencent Cloud console and go to Makers - Agents.
2. Select a scenario template, such as a code generation assistant or a research Agent.
3. Enter the project name and click Create.
The platform automatically initializes the project and completes the first deployment. You can browse more templates in the Template List and deploy them with one click.
Creating via CLI
Use the EdgeOne CLI to pull the official Agent template and start local joint debugging:
edgeone makers create --template openai-agents-starter-nodecd openai-agents-starter-node && edgeone makers dev
The templates cover mainstream frameworks such as Claude Agent SDK, OpenAI Agents, LangGraph, DeepAgents, and CrewAI, as well as minimal, framework-free examples for Python and JavaScript. After local joint debugging is successful, execute
edgeone makers deploy to deploy with a single command.Note:
Learn More
For details on Agent capabilities such as runtime, session storage, and sandbox tools, see Agents.
For details on supported frameworks and development paradigms, see Framework Guide - Agent.
