Vapora/docs/features
Jesús Pérez 847523e4d4
Some checks failed
Documentation Lint & Validation / Markdown Linting (push) Has been cancelled
Documentation Lint & Validation / Validate mdBook Configuration (push) Has been cancelled
Documentation Lint & Validation / Content & Structure Validation (push) Has been cancelled
mdBook Build & Deploy / Build mdBook (push) Has been cancelled
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
Documentation Lint & Validation / Lint & Validation Summary (push) Has been cancelled
mdBook Build & Deploy / Documentation Quality Check (push) Has been cancelled
mdBook Build & Deploy / Deploy to GitHub Pages (push) Has been cancelled
mdBook Build & Deploy / Notification (push) Has been cancelled
fix: eliminate stub implementations across 6 integration points
- WorkflowOrchestrator and WorkflowService wired in main.rs (non-fatal)
  - try_fallback_with_budget actually calls fallback providers
  - vapora-tracking persistence: real TrackingEntry + NatsPublisher
  - vapora-doc-lifecycle: workspace + classify/consolidate/rag/NATS stubs
  - Merkle hash chain audit trail (tamper-evident, verify_integrity)
  - /api/v1/workflows/* routes operational; get_workflow_audit Result fix
  - ADR-0039, CHANGELOG, workflow-orchestrator docs updated
2026-02-27 00:00:02 +00:00
..
capability-packages.md feat(capabilities): add vapora-capabilities crate with in-process executor dispatch 2026-02-26 16:43:28 +00:00
index.html chore: extend doc: adr, tutorials, operations, etc 2026-01-12 03:32:47 +00:00
notification-channels.md feat(kg,channels): hybrid search + agent-inactive notifications 2026-02-26 15:32:44 +00:00
overview.html chore: extend doc: adr, tutorials, operations, etc 2026-01-12 03:32:47 +00:00
overview.md chore: update README and CHANGELOG with workflow orchestrator features 2026-01-24 02:07:45 +00:00
README.md feat(capabilities): add vapora-capabilities crate with in-process executor dispatch 2026-02-26 16:43:28 +00:00
workflow-orchestrator.md fix: eliminate stub implementations across 6 integration points 2026-02-27 00:00:02 +00:00

Features

VAPORA capabilities and overview documentation.

Contents

  • Features Overview — Complete feature list and descriptions including learning-based agent selection, cost optimization, and swarm coordination
  • Workflow Orchestrator — Multi-stage pipelines, approval gates, artifacts, autonomous scheduling, and distributed fire-lock
  • Notification Channels — Webhook delivery to Slack, Discord, and Telegram with built-in secret resolution
  • Capability Packages — Pre-built domain-optimized agent bundles (CodeReviewer, DocGenerator, PRMonitor) with system prompts, tool configs, and LLM preferences