Локальная разработка и тестирование агентов Cursor SDK
★ 7.5 · vibe-coding
cursor-sdk-e2e-dev is a Claude Code skill that covers the full end-to-end workflow for developing and testing the Cursor SDK harness against a live local Omnigent server. It walks through every stage: starting a background server with `omni server --background`, building an agent bundle from a directory-based `config.yaml`, running real turns via `omni run` with `--server`, `--tools`, and `--model` flags, and debugging auth (`cursor_auth.py`), model routing, and the `cursor_executor.py` bridge subprocess. Documented scenarios include native shell/edit/read tools, bridged `sys_*` sub-agent dispatch, guardrail policies, and concurrency checks for orphaned bridge processes. The skill is aimed at engineers iterating on harness code who need to validate their current checkout rather than a stale remote deployment.
- #cursor-sdk
- #agent-development
- #local-testing
- #api-integration
- #debugging