Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,19 @@ version 2: its `{{ … }}` sequences become substitution points, and its
- See-also — cross-references OVOS-AUDIO-1 §4.4 as the defining spec
for `ovos.mic.listen`.

## OVOS-FALLBACK-1 — Fallback Pipeline Plugin

### 2

- The fallback pipeline plugin: the final stage(s) that handle utterances
no earlier stage claimed by querying registered fallback skills in
priority order and dispatching to the first willing one. Skill
registration (`ovos.fallback.register` / `.deregister`) with a priority
hint, session-scoped per OVOS-INTENT-4 §11. The `session.fallback_handlers`
preference list (§4), pool construction (§5), the sequential unicast
ping/pong match contract (`<skill_id>.fallback.ping` / `.pong`, §6),
dispatch on the reserved intent_name `fallback` (§7, OVOS-PIPELINE-1 §7.3),
and pipeline positioning with multi-stage priority ranges (§8).
## OVOS-CONVERSE-1 — Active Handlers and Interactive Response

### 2
Expand Down
Loading