Skip to content

Developers

AVADIOS is a 24-crate Rust workspace. It's open. Help us build it.

One repo, MIT-style license, no CLA gauntlet. Pick a ticket, open a PR, ship.

The repo at a glance

github.com/LomaCotta/DIO · 24 Rust crates · 998+ tests · cargo workspace · MIT-style license

CratePurpose
ava-coreShared types, traits, error model
ava-netlibp2p transport + discovery
ava-consensusRouting, reliability, Proof of Inference
ava-llmMulti-backend LLM dispatch
ava-voiceAudio capture, STT, TTS, VAD
ava-cryptolibsodium wrappers, vault primitives, AES-GCM
ava-tokenAUTOM ledger, RewardBlocks, treasury
ava-walletBIP-39 + secp256k1 + Ed25519
ava-spongeContent store, network catalog
ava-deploymentWorkspace, host metrics
ava-dioThe product binary
…and 13 morein the workspace

How to contribute

  1. 1. Pick something to work on from the open issues at github.com/LomaCotta/DIO/issues. Or open a new one with your proposal first.
  2. 2. Build clean. Tests must pass. cargo clippy --all-targets -- -D warnings clean. cargo fmt --check clean.
  3. 3. Send a PR. We review fast — most contributions land within a week.

The discipline

  • Every change is journaled.
  • Every architectural decision is recorded as an ADR.
  • Every release is reproducible.
Developers — AVADIOS