makers-agents
Installation
SKILL.md
EdgeOne Makers Agent Development Guide
Build production-grade AI agent endpoints on EdgeOne Makers — five framework routes, platform-injected runtime, file-based routing.
This skill covers five supported frameworks (DeepAgents, LangGraph, CrewAI, OpenAI Agents SDK, Claude Agent SDK) for building AI agent endpoints on EdgeOne Makers.
When to use this skill
- Creating a new AI agent endpoint on EdgeOne Makers
- Wiring DeepAgents / LangGraph / CrewAI / OpenAI Agents SDK / Claude Agent SDK into a Makers project
- Reviewing an existing agent template against platform red lines
- Implementing SSE streaming with abort support
- Persisting conversation state via
context.store(LangGraph checkpointer / OpenAI session / Claude session) - Calling sandbox or platform tools via
context.sandbox/context.tools - Splitting AI inference (
agents/) from data CRUD (cloud-functions/)