{
    "$schema": "https://fundingjson.org/schema/v1.1.0.json",
    "version": "v1.1.0",
    "entity": {
        "type": "individual",
        "role": "maintainer",
        "name": "Allen",
        "email": "allengeorgemylath@gmail.com",
        "phone": "",
        "description": "I maintain rustvani, a pure-Rust voice agent pipeline (VAD, STT, LLM orchestration, TTS) built for production voice AI systems, including vernacular/Indian-language deployments. I work on this alongside government and enterprise voice AI delivery work.",
        "webpageUrl": {
            "url": "https://crates.io/crates/rustvani",
            "wellKnown": ""
        }
    },
    "projects": [{
        "guid": "rustvani",
        "name": "rustvani",
        "description": "rustvani (currently v0.30 on crates.io) is a pure-Rust voice agent framework implementing a full VAD -> STT -> LLM -> TTS pipeline, including a custom protocol (RAVI), a multi-agent bus, and a node-based conversation flow engine (Dhara). It targets low-latency, production-grade voice AI, with support for vernacular language pipelines.",
        "webpageUrl": {
            "url": "https://crates.io/crates/rustvani",
            "wellKnown": ""
        },
        "repositoryUrl": {
            "url": "https://github.com/Allenmylath/rustvani",
            "wellKnown": ""
        },
        "licenses": ["spdx:BSD-2-Clause"],
        "tags": ["rust", "voice-ai", "speech", "real-time", "developer-tools"]
    }],
    "funding": {
        "channels": [{
            "guid": "email-contact",
            "type": "other",
            "address": "allengeorgemylath@gmail.com",
            "description": "No live payment channel is set up yet. Please email to discuss sponsorship or funding arrangements."
        }],
        "plans": [{
            "guid": "dev-time",
            "status": "active",
            "name": "Developer time on rustvani",
            "description": "Supports part-time development work on rustvani: core pipeline features, performance work, and maintenance.",
            "amount": 750,
            "currency": "USD",
            "frequency": "monthly",
            "channels": ["email-contact"]
        }]
    }
}
