Vapora/docs/features
Jesús Pérez 765841b18f
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
Documentation Lint & Validation / Lint & Validation Summary (push) Has been cancelled
mdBook Build & Deploy / Build mdBook (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
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
feat(capabilities): add vapora-capabilities crate with in-process executor dispatch
- New vapora-capabilities crate: CapabilitySpec, Capability trait, CapabilityRegistry
     (parking_lot RwLock), CapabilityLoader (TOML overrides), 3 built-ins
     (code-reviewer, doc-generator, pr-monitor), 22 tests
   - Move AgentDefinition to vapora-shared to break capabilities↔agents circular dep
   - Wire system_prompt into AgentExecutor via LLMRouter.complete_with_budget
   - AgentCoordinator: in-process task dispatch via DashMap<String, Sender<TaskAssignment>>
   - server.rs: bootstrap CapabilityRegistry + LLMRouter from env, spawn executors per capability
   - Landing page: 620 tests, 21 crates, Capability Packages feature box
   - docs: capability-packages feature guide, ADR-0037, CHANGELOG, SUMMARY
   EOF
2026-02-26 16:43:28 +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 feat(workflow-engine): autonomous scheduling with timezone and distributed lock 2026-02-26 11:34:44 +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