Metadata-Version: 2.4
Name: navig-generate
Version: 0.1.0
Summary: NAVIG Generate module — AI media generation (image/video/audio) deck surface. A first-party navig plugin (free, toggleable). Renamed from navig-media; the 'media' name is deprecated.
License-Expression: Apache-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.9.0
Dynamic: license-file

# navig-generate

NAVIG **Generate** — AI media generation (image / video / audio). A first-party navig
plugin (free, toggleable). **Renamed from `navig-media`** — the overloaded "media" name
is deprecated.

## What it does

- Mounts the AI media-generation deck surface (`/api/deck/media/*`): generate, reroll,
  edit, remove-background, redesign, contact-sheet, palette, history.
- The generation **engine** lives in core (`navig.media.generation_service`); this plugin
  is the deck front-end for it.

## CLI

The `navig generate` command (analyse a video → briefing, and generate images/video/audio)
is a **core built-in** — this plugin registers no CLI. `navig media` remains as a
**deprecated alias** of `navig generate`.

## Install

Bundled with a full `navig` install (the `generate` extra); standalone:
`navig store install pip:navig-generate`. Requires `navig-core` in the same environment.

## Roadmap

Phase 3 splits this into **`navig-video`** + **`navig-audio`** (decoupled video/audio
generation that communicate via core's refs library + event bus).
