Metadata-Version: 2.4
Name: navig-generate
Version: 0.1.1
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.
Author-email: NAVIG Development Team <opensource@navig.run>
License-Expression: Apache-2.0
Project-URL: Homepage, https://navig.run
Project-URL: Documentation, https://navig.run/docs
Keywords: navig,cli,agent,automation,plugin,ai,image,generation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Utilities
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).
