Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

OMEN SDK

The OMEN SDK provides the typed interfaces, data contracts, UI components, guides, and starter templates that developers use to build mission plugins, CAL adapters, and other extensions for the OMEN ecosystem.

Contents

Directory Description
interfaces/ Typed API contracts — TypeScript and Python
contracts/ Pydantic models and JSON Schema data contracts
components/ Reusable UI component library stubs
guides/ Plugin and adapter authoring guides
templates/ Mission app starter templates

Quick Start

Install SDK (Python)

pip install omen-sdk  # once published
# or for local development:
pip install -e ./sdk

Install SDK (TypeScript)

npm install @dascient/omen-sdk  # once published
# or for local development:
cd map-app && npm install ../sdk

Documentation