Build an API-oriented agent using AgentRuntime/StreamingRuntime with predictable request/response slices and session support.
Use this skill when you are implementing an AI agent as a backend service (HTTP API, jobs, or SSE streaming).
RequestContext(session_id, action, params, message, image, resume_session)response.response_type + response.response_data (+ optional response.response_message)request, response, _internal + domain slices (e.g., ticket, orders, workflow)examples/05_backend_runtime.py.NodeRegistry.add_valid_slice("your_slice").NodeContract (keep reads/writes minimal).build_graph_from_registry(...) and compile.AgentRuntime for request/response execution.StreamingRuntime and emit SSE via StreamEvent.to_sse().response.response_type for flow termination and client branching.request (discouraged).GenericSupervisor).docs/getting_started.mddocs/core_concepts.mddocs/cli.mddocs/skills/official/agent-contracts-backend-runtime/references/patterns.mdnpx skills add yatarousan0227/agent-contracts-backend-runtime下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer