This repository is a reference corpus for building DepthAI and OAK applications.
- Read ESSENTIAL_KNOWLEDGE.md once for shared vocabulary and platform concepts.
Use this path when you are finding an example to read, copy from, adapt in another project, or use as inspiration for a DepthAI/OAK solution.
- Read INDEX.md and shortlist the closest examples by task, modality, and example shape.
- Read the guide linked by the selected index entry. Prefer
AGENTS.md; treatREADME.mdas fallback context only when agent guidance does not exist. - Inspect the selected example's entrypoint, runtime config, support code, and frontend/backend files as needed.
- Reuse the closest task and pipeline logic first, then adapt it for your target project.
If the user is likely to customize an example for their own use case, bootstrap a standalone copy with the bootstrap-example skill before making changes.
Use this path only when you are adding, removing, moving, or materially changing examples in this repository.
- Read EXAMPLE_AUTHORING.md.
- Use INDEX.md to find the closest existing example before creating new code.
- Update or add example-specific
AGENTS.mdguidance for agent-critical details.