Local whisper.cpp speech-to-text backend (via whisper-rs) for atomr-agents.

0 audits · 12 versions · updated 2026-06-08

Tool + Skill adapters that expose atomr-agents speech-to-text inside the agent framework.

0 audits · 12 versions · updated 2026-06-08

Higher-level voice-session abstraction (Live vs TurnBased) plus VAD and mic→stream pump for atomr-agents speech-to-text.

0 audits · 12 versions · updated 2026-06-08

MockInference, deterministic strategies, in-memory stores, replay harness.

0 audits · 15 versions · updated 2026-06-08

Tool trait, ToolSet, registry, permission spec, and tool-call parsers.

0 audits · 17 versions · updated 2026-06-08

Output-side audio for atomr-agents text-to-speech: PCM->WAV/Opus encoders, cpal speaker output, and stream-to-speaker pumps.

0 audits · 12 versions · updated 2026-06-08

Core types and traits for atomr-agents text-to-speech: TextToSpeech / SynthesisStream / RealtimeSession traits, Capabilities, SynthesisRequest, VoiceRef, AudioOutput, MockTextToSpeech.

0 audits · 12 versions · updated 2026-06-08

ElevenLabs TTS backend (REST + WebSocket streaming + voice cloning + SFX) for atomr-agents.

0 audits · 12 versions · updated 2026-06-08

Gemini Live API backend for atomr-agents (bidirectional voice agents).

0 audits · 12 versions · updated 2026-06-08

Kokoro-82M ONNX TTS backend for atomr-agents (local).

0 audits · 12 versions · updated 2026-06-08

MOSS-TTS local backend for atomr-agents (TTS / SFX / dialogue / voicegen / realtime).

0 audits · 12 versions · updated 2026-06-08

OpenAI TTS backend (tts-1, tts-1-hd, gpt-4o-mini-tts) for atomr-agents text-to-speech.

0 audits · 12 versions · updated 2026-06-08

OpenAI Realtime API backend for atomr-agents (bidirectional voice agents).

0 audits · 12 versions · updated 2026-06-08

Piper ONNX TTS backend for atomr-agents (local).

0 audits · 12 versions · updated 2026-06-08

Coqui XTTS v2 backend for atomr-agents (local, voice cloning + 17 languages).

0 audits · 12 versions · updated 2026-06-08

Tool + Skill adapters that expose atomr-agents text-to-speech inside the agent framework.

0 audits · 12 versions · updated 2026-06-08

Bidirectional voice conversation: STT ↔ agent ↔ TTS, with unified-realtime auto-detection.

0 audits · 12 versions · updated 2026-06-08

Provider-agnostic web-search trait, request/hit types, and a deterministic mock provider for tests.

0 audits · 6 versions · updated 2026-06-08

Brave Search WebSearch provider for atomr-agents.

0 audits · 6 versions · updated 2026-06-08

SerpAPI (Google) WebSearch provider for atomr-agents.

0 audits · 6 versions · updated 2026-06-08

Tavily WebSearch provider for atomr-agents.

0 audits · 6 versions · updated 2026-06-08

Generic `Tool` wrapper that exposes any `WebSearch` provider to atomr-agents agents and harnesses.

0 audits · 6 versions · updated 2026-06-08

Workflow actor: DAG of Steps over event-sourced state.

0 audits · 16 versions · updated 2026-06-08

Membership, gossip, reachability, vector clocks, and split-brain resolvers for atomr clusters.

0 audits · 7 versions · updated 2026-05-30

Adaptive load balancing using cluster-wide metrics for atomr.

0 audits · 7 versions · updated 2026-05-30

Sharded entities for atomr — allocation strategies, rebalance, three-phase handoff, remember-entities.

0 audits · 7 versions · updated 2026-05-30

Distributed pub/sub, cluster singleton, and cluster client patterns for atomr.

0 audits · 7 versions · updated 2026-05-30

Layered HOCON-style configuration for atomr — `include`, `${path}` substitution, `${?ENV}`, dotted keys, arrays.

0 audits · 7 versions · updated 2026-05-30

Lease-based coordination primitives for atomr.

0 audits · 7 versions · updated 2026-05-30

Actors, supervision, dispatch, mailboxes, scheduler, FSM, event stream, and coordinated shutdown — the core of the atomr actor runtime.

0 audits · 7 versions · updated 2026-05-30

Live web UI over a running atomr system — REST + WebSocket + embedded React SPA, Prometheus / OTLP exporters.

0 audits · 7 versions · updated 2026-05-30

Dependency-injection container for atomr.

0 audits · 7 versions · updated 2026-05-30

Pluggable service-discovery interface for atomr.

0 audits · 7 versions · updated 2026-05-30

Convergent replicated data types (CRDTs) over a atomr cluster — counters, sets, maps, registers, replicator.

0 audits · 7 versions · updated 2026-05-30

redb-backed DurableStore for atomr distributed-data.

0 audits · 3 versions · updated 2026-05-30

FIX session-layer for atomr — logon/heartbeat/sequence/resend/gap-fill session FSM over atomr-streams Tcp + Framing, with a pluggable persistent sequence store.

0 audits · 2 versions · updated 2026-05-30

Builder API for wiring a atomr system together — config, DI, setup hooks.

0 audits · 7 versions · updated 2026-05-30

Multi-runtime GPU + remote inference as a supervised actor system on atomr. Single-crate rollup that re-exports per-runtime backends behind feature flags.

0 audits · 2 versions · updated 2026-05-10

atomr-infer serve CLI binary. Boots the actor system, applies project-file [[deployment]] entries, and mounts the gateway.

0 audits · 2 versions · updated 2026-05-10

Foundation crate for atomr-infer — typed errors, deployment value object, ModelRunner trait, batch primitives.

0 audits · 8 versions · updated 2026-05-10

atomr-streams integration for atomr-infer; re-exports the atomr-accel-patterns blueprints (DynamicBatchingServer, InferenceCascade, ModelReplicaPool, FairShareScheduler, ModelHotSwapServer, SpeculativeDecoder, MoeRouter).

0 audits · 3 versions · updated 2026-05-10

Python-resident GPU runtime wiring for atomr-infer. PythonGpuBridge + python-pinned dispatcher used by the vLLM and other GIL-bound runners.

0 audits · 3 versions · updated 2026-05-10

Remote-provider infrastructure for atomr-infer — distributed rate limiter (CRDT), circuit breaker, retry/backoff, SSE parser, session lifecycle.

0 audits · 5 versions · updated 2026-05-10

Runtime-agnostic actor topology for atomr-infer — gateway, request actor, dp-coordinator, engine-core, two-tier worker, placement, deployment manager, metrics.

0 audits · 6 versions · updated 2026-05-10

Anthropic Messages API provider for atomr-infer — implements ModelRunner against api.anthropic.com, with cost table, error classification, and SSE streaming.

0 audits · 5 versions · updated 2026-05-10

Pure-Rust transformer inference for atomr-infer via the candle crate family. Feature-gated; default-features-off compiles to a typed-error stub.

0 audits · 3 versions · updated 2026-05-10

Direct CUDA kernel dispatch for atomr-infer via cudarc + atomr-accel-cuda. Feature-gated; default-features-off compiles to a typed-error stub.

0 audits · 3 versions · updated 2026-05-10

Google Gemini provider for atomr-infer — implements ModelRunner against Vertex AI and AI Studio endpoints, with cost table, error classification, and SSE streaming.

0 audits · 5 versions · updated 2026-05-10

LiteLLM proxy provider for atomr-infer — implements ModelRunner against the LiteLLM unified API gateway, fronting OpenAI-compatible endpoints for any provider LiteLLM supports.

0 audits · 5 versions · updated 2026-05-10

Mistral.rs runner for atomr-infer. Wraps mistralrs::TextModelBuilder + Model behind the ModelRunner trait with token-streaming.

0 audits · 3 versions · updated 2026-05-10