A `Cow`-like data structure where owned data is stored inside an `Arc`.

0 audits · 3 versions · updated 2026-04-08

Rust bindings for atomicparsley

0 audits · 1 version · updated 2021-10-15

AtomicRingBuffer is a constant-size almost lock-free concurrent ring buffer

0 audits · 37 versions · updated 2021-10-30

Basic utils for concurrent programming. Backoff, spinlocks, seqlock, atomic type wrappers.

0 audits · 6 versions · updated 2025-10-21

A Rust library for thread-safe shared slices that are just about as fast as possible to read while also being writable.

0 audits · 1 version · updated 2024-01-20

A place to play with monotonic atomic numbers

0 audits · 0 versions

Atomic file-writes.

0 audits · 33 versions · updated 2024-09-19

Generic, convenient and lock-free `std` atomics via `Atomic<T>`. Can be used with many primitive types (including floats) and with custom types.

0 audits · 10 versions · updated 2025-05-17

Helper crate for `atomig`. Do not use directly, but only through main crate. This helper does not follow semantic versioning!

0 audits · 4 versions · updated 2025-05-17

Generic Atomic type

0 audits · 2 versions · updated 2023-06-21

Trait for mapping integer types to their corresponding atomic types.

0 audits · 2 versions · updated 2025-07-26

Crate to parse chemical formula

0 audits · 1 version · updated 2022-07-09

Convenient tool for atomics in Rust.

0 audits · 4 versions · updated 2025-01-02

Derive macros for atomiq.

0 audits · 2 versions · updated 2025-01-02

atomic enums

0 audits · 2 versions · updated 2026-06-09

Dummy package for future atomix

0 audits · 1 version · updated 2017-02-28

Elixir style atoms / symbols

0 audits · 4 versions · updated 2023-03-11

Macros for the atomize crate

0 audits · 3 versions · updated 2023-03-11

StableSet library, for interned data

0 audits · 2 versions · updated 2018-11-26

reserved for atomic snapshots

0 audits · 6 versions · updated 2023-07-29

A simple AtomicOption implementation with no safety issue.

0 audits · 1 version · updated 2023-06-20

A safe copy-on-write wrapper around `AtomicPtr` with some extra tricks

0 audits · 14 versions · updated 2025-08-27

Native Rust runtime for actor-based concurrent and distributed systems. Umbrella crate — pull in subsystems via feature flags.

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

Backend-agnostic compute-acceleration core. Defines the AccelBackend trait, AccelRef<T> typed pointers, AccelError enum, and CompletionStrategy — the abstraction layer that lets atomr-accel-cuda (NVIDIA), and future ROCm / Metal / oneAPI / Vulkan backends plug into the same actor surface.

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

Agentic / LLM GPU actor blueprints on atomr-accel-cuda: RagPipeline, EmbeddingCache, CpuVectorIndex, SharedGpuStateCoordinator, LangGraphGpuActor.

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

CUB-backed device-wide reductions, scans, sorts, histograms, and selects, surfaced as an atomr actor compiled per-(op, dtype) via NVRTC against the atomr-accel-cuda Phase 0.6 disk cache.

0 audits · 1 version · updated 2026-05-10

GPU acceleration via the actor model. Wraps NVIDIA CUDA libraries (cuBLAS, cuDNN, cuFFT, cuRAND, cuSOLVER, cuSPARSE, cuTENSOR, cuBLASLt, NVRTC, NCCL) as supervised atomr actors with generation-validated buffers and a uniform async surface.

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

Interactive-rate GPU actor blueprints on atomr-accel-cuda: ImageFilterPipeline, ParticleSystemActor, SpatialIndexActor, ClothSimulationActor, FluidSimulationActor, plus NVRTC kernel sources.

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

CUTLASS kernel-template instantiation via NVRTC for atomr-accel. Provides GEMM, grouped GEMM, implicit-GEMM convolution, and EVT (epilogue visitor tree) actors that JIT CUTLASS C++ templates against the per-arch toolchain pinned by atomr-accel-cuda's NvrtcActor.

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

FlashAttention v2 + v3 kernel templates for atomr-accel — fp16/bf16/fp8, causal, varlen, ALiBi, sliding window, sink tokens, MQA/GQA, paged KV-cache, and chunked prefill, dispatched through NVRTC + Phase 0.6 cubin cache.

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

Universal GPU actor blueprints for atomr-accel-cuda: DynamicBatchingServer, InferenceCascade, ModelReplicaPool, FairShareScheduler, ModelHotSwapServer, SpeculativeDecoder, MoeRouter.

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

GPU observability for atomr-accel: NVTX ranges, NVML metrics actor, and CUPTI activity tracing. Implements the KernelTrace hooks exported by atomr-accel-cuda and registers atomr-telemetry probes.

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

TensorRT engine builder + runtime as supervised atomr actors. Wraps libnvinfer / libnvonnxparser at runtime (proprietary library, not vendored). ONNX import, INT8/FP8 PTQ calibration, IPluginV3 Rust trampolines, dynamic shapes, refit.

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

Distributed training blueprints on atomr-accel-cuda: DataParallelTrainer, PipelineParallelTrainer, TensorParallelTrainer, AsyncParameterServer, optimizer + loss enums.

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

Composable agentic framework on top of atomr actors and atomr-infer.

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

Agent actor + per-turn pipeline + tool-call orchestration loop.

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

Avatar domain types for real-time, embodied agents: ARKit blendshape weights, viseme→blendshape mapping, AvatarFrame timecoding, AvatarSink trait, and the Live Link CBOR wire format consumed by an Unreal Engine 5 MetaHuman receiver.

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

Avatar orchestrator: composes STT (perception), atomr-infer (cognition), TTS (synthesis), viseme→blendshape mapping, and the Sync-Manager into a supervised actor pipeline. Drives an AvatarSink (Live Link UDP to UE5 MetaHuman) with timecode-aligned audio + ARKit blendshape frames.

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

Avatar audio→ARKit-blendshape provider backed by NVIDIA Audio2Face-3D. Currently a documented stub: the real runtime lives upstream in atomr-infer once FR-A2F-001 (audio2face modality) lands. x86_64 + NVIDIA-GPU-only.

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

Avatar UDP Live Link sink: streams timecode-aligned audio + ARKit blendshape frames over UDP using the avatar-core CBOR wire format, ready for consumption by an Unreal Engine 5 ILiveLinkSource receiver plugin. x86_64-only (matches the UE5 tooling pipeline).

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

LLM cache (in-memory, semantic) + middleware integration.

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

Callable trait unifying agents, workflows, tools, and harnesses.

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

Channel + thread domain types for messaging-style transports (WhatsApp, Signal, Discord, in-memory). Defines the ChannelProvider trait, ChannelStore, ChannelEvent stream, ThreadTarget enum, HarnessInputAdapter, and the in-memory provider used for tests.

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

Channel orchestrator: attaches provider transports, supervises their lifecycle, routes inbound messages to bound Callable targets, queues outbound, persists state, and broadcasts ChannelEvent.

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

Axum web companion for the channel harness: per-provider webhook receivers (signature-verified), REST CRUD for channels/threads/messages, and a ChannelEvent /ws bridge.

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

Discord provider for atomr-agents channels. Gateway WebSocket (default) or Interactions webhook mode with Ed25519 signature verification.

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

Signal provider for atomr-agents channels via signal-cli JSON-RPC bridge (Unix socket or TCP).

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

WhatsApp Business Cloud API provider for atomr-agents channels. Outbound REST, HMAC-SHA256 webhook verification, and two-step media download.

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

atomr-agents CLI: harness eval run / registry list / harness pin / eval gate.

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

Uniform input/output contract and vendor trait for the coding-cli harness: request, result, normalized event schema, concept projection, and the CliVendor seam.

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