Fast Rust+WASM bash sandbox for LLM agents
🦛A reliable AI agent and skills orchestration runtime engine.
Composable agentic framework on top of atomr actors and atomr-infer.
atomr-agents CLI: harness eval run / registry list / harness pin / eval gate.
atomr-agents host runtime — long-lived agent identity, memory, skills, hooks, schedules, channels, atop atomr actors.
PyO3 bindings: host (run harnesses) and guest (Python-defined tools/strategies).
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.
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.
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.
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).
Optional axum backend + embedded React SPA for reviewing and editing meeting analyses (attendees, notes, actions, summaries).
STT harness: an agentic streaming pipeline that diarizes, transcribes, and accumulates a conversation record aligned to agentic structures.
No description provided.
No description provided.