Vapora/card.ncl

27 lines
1.1 KiB
Text
Raw Normal View History

let d = import "schemas/project-card.ncl" in
d.ProjectCard & {
id = "vapora",
name = "Vapora",
tagline = "Development Flows When Teams and AI Orchestrate",
description = "Specialized agents orchestrate pipelines for design, implementation, testing, documentation and deployment. Agents learn from history and optimize costs automatically. 100% self-hosted.",
version = "1.2.0",
status = 'Active,
source = 'Local,
url = "https://vapora.jesusperez.pro",
repo = "https://repo.jesusperez.pro/jesus/Vapora",
started_at = "2023",
tags = ["rust", "ai", "agents", "orchestration", "leptos", "self-hosted"],
tools = ["Rust", "Leptos", "Axum"],
features = [
"620 tests — 100% pass rate",
"Specialized agents with temporal knowledge graph",
"Probabilistic multi-LLM routing — cost optimized automatically",
"Agents learn from history across sessions",
"100% self-hosted — no external AI service dependency",
],
featured = true,
sort_order = 3,
logo = "assets/logo.svg",
}