omnius 1.0.633 → 1.0.636

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -484,6 +484,8 @@ The MCP equivalent uses a transport such as
484
484
  | `GET` | `/v1/memory/entities` | List extracted memory entities |
485
485
  | `POST` | `/v1/memory/jobs/run` | Run a named memory-maintenance job |
486
486
  | `POST` | `/v1/memory/feedback` | Record relevance or quality feedback for a memory item |
487
+ | `POST` | `/v1/memory/speaker-identities/enroll` | Admin-only, explicit-consent speaker exemplar enrollment in one exact vector space |
488
+ | `POST` | `/v1/memory/speaker-identities/match` | Admin-only provisional speaker candidate matching without durable assignment |
487
489
  | `GET` | `/v1/sessions` | List task sessions |
488
490
  | `GET` | `/v1/sessions/{id}` | Get session history |
489
491
  | `GET` | `/v1/context` | Current context snapshot |
@@ -538,9 +540,17 @@ the store, `OMNIUS_DISABLE_CONTEXT_WINDOW_DUMPS=1` to disable it, and
538
540
  | `GET` | `/v1/audio/classify/health` | Jetson CUDA/TensorRT YAMNet readiness |
539
541
  | `POST` | `/v1/audio/classify/setup` | Provision and warm the pinned JetPack TensorRT YAMNet runtime |
540
542
  | `POST` | `/v1/audio/classify` | Direct-tool compatible CUDA audio classification |
541
- | `GET` | `/v1/ocr/readiness` | Advanced OCR package/engine/backend readiness (non-mutating) |
542
- | `POST` | `/v1/ocr/setup` | Create and verify the isolated advanced OCR runtime |
543
- | `POST` | `/v1/ocr/advanced` | Agent-equivalent advanced OCR direct-tool alias |
543
+ | `GET` | `/v1/audio/embed/health` | Role-typed embedding readiness (`?kind=acoustic|speaker|semantic`) |
544
+ | `POST` | `/v1/audio/embed/setup` | Provision/warm one role-typed embedding runtime (admin; `?kind=...`) |
545
+ | `POST` | `/v1/audio/embed` | Managed role-typed audio embedding (`?kind=...`) |
546
+ | `GET` | `/v1/audio/diarization/live/readiness` | Non-mutating managed Sortformer worker readiness |
547
+ | `POST` | `/v1/audio/diarization/live/setup` | Verify and warm a local Sortformer runtime (admin) |
548
+ | `POST` | `/v1/audio/diarization/live` | Managed live/session-local speaker-turn diarization |
549
+ | `POST` | `/v1/audio/diarization/live/cancel` | Terminate live worker work and clear its queue |
550
+ | `GET` | `/v1/audio/diarization/reconcile/readiness` | Non-mutating managed Community-1 worker readiness |
551
+ | `POST` | `/v1/audio/diarization/reconcile/setup` | Verify and warm a local Community-1 runtime (admin) |
552
+ | `POST` | `/v1/audio/diarization/reconcile` | Managed offline/dream reconciliation proposals |
553
+ | `POST` | `/v1/audio/diarization/reconcile/cancel` | Terminate reconciliation work and clear its queue |
544
554
  | `POST` | `/v1/voice/transcribe` | Transcribe audio |
545
555
  | `POST` | `/v1/voice/asr` | Legacy transcription alias |
546
556
  | `POST` | `/v1/audio/transcriptions` | OpenAI-compatible transcription alias |
@@ -555,8 +565,12 @@ the store, `OMNIUS_DISABLE_CONTEXT_WINDOW_DUMPS=1` to disable it, and
555
565
  | `POST` | `/v1/voice/speak` | Broadcast speech to voicechat clients |
556
566
  | `GET` | `/v1/voicechat/ws` | WebSocket upgrade for full-duplex voicechat |
557
567
  | `POST` | `/v1/vision/describe` | Vision describe placeholder |
568
+ | `GET` | `/v1/vision/embed/readiness` | Non-mutating isolated OpenCLIP readiness |
569
+ | `POST` | `/v1/vision/embed/setup` | Explicit isolated OpenCLIP setup (admin scope) |
558
570
  | `POST` | `/v1/vision/embed` | Create a vision embedding from media |
559
- | `POST` | `/v1/audio/embed` | Create an audio embedding from audio input |
571
+ | `GET` | `/v1/ocr/readiness` | Non-mutating advanced-OCR dependency and backend readiness |
572
+ | `POST` | `/v1/ocr/setup` | Create and verify the isolated OCR venv (admin scope) |
573
+ | `POST` | `/v1/ocr/advanced` | Agent-equivalent managed advanced OCR (alias of `/v1/tools/ocr_image_advanced/call`) |
560
574
 
561
575
  `POST /v1/voice/tts` and `/v1/audio/speech` automatically warm the daemon.
562
576
  An explicit model must render exactly or the request fails; Omnius does not