OpenVoiceOS / OpenVoiceOS/architecture
Spec proposal: OVOS-CONVERSE-1 — Active Handlers and Interactive Response
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 3
- Forks
- 0
- Avg merge
- 15h 20m
- Merged PRs (30d)
- 90
Description
Proposal for OVOS-CONVERSE-1, the imperative continuous-dialog specification.
Problem
OVOS has active-handler tracking and response-mode mechanics but no normative contract. session.active_handlers, session.response_mode, the converse plugin's poll, and the response-mode delivery path are all implementation-defined.
Proposal
- Two session fields:
session.converse_handlers(recency-ordered list of active handler{skill_id, activated_at}) andsession.response_mode(single{skill_id, expires_at}entry when a handler holds the next utterance) - Converse plugin is a pure matcher (PIPELINE-1 §7.0): checks
response_modefirst, then pollsconverse_handlersvia unicast ping/pong (<skill_id>.converse.ping/<skill_id>.converse.pong) - Response mode is session-resident: entered/left via in-handler session mutation; delivered via
<skill_id>:responsedispatch (reserved intent name) - Ordinary PIPELINE-1 dispatches:
<skill_id>:converseand<skill_id>:responseare standard dispatches on reserved intent names — no special routing
PR
PR #25
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing PR #25 alongside the OVOS-CONVERSE-1 proposal and its definitions of converse_handlers, response_mode, polling, and reserved dispatches. Done means the specification establishes a normative contract for active-handler tracking, response-mode delivery, and ordinary PIPELINE-1 dispatches.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100