← OpenCorridor

OpenCorridor — docs

An agentic planning primitive with a plugin ecosystem — not a CorridorStudies replacement.

Quickstart

  1. Open the URL. Click start and destination.
  2. Set protected-lane width (1.5 m default; 2.5 m bidirectional).
  3. Press Run Agent. Export GeoJSON when done.

Skill manifest

Each skill is a directory with skill.yaml + skill.py. See CONTRIBUTING.md — 4 steps. Schema is enforced by the registry (name pattern, kind enum, JSON-Schema inputs, Skill subclass, import isolation).

REST / WebSocket

Our UI is one client; your agent can be another.