atomr-accel-agents
Agentic / LLM GPU actor blueprints on atomr-accel-cuda: RAG, embedding cache, vector index, shared-state coordination, and a LangGraph-style DAG executor.
Add to your project
[]
= "0.0"
= "0.0"
use *;
Depends only on atomr-accel-cuda (for ManagedRef, errors). No
patterns / train / realtime coupling.
What's inside
| Blueprint | Type |
|---|---|
| Retrieval-augmented generation | RagPipeline |
| LRU embedding cache | EmbeddingCache |
| CPU vector index (top-k cosine) | CpuVectorIndex |
| Shared-state write tokens | SharedGpuStateCoordinator |
| LangGraph DAG executor | LangGraphGpuActor<S> |
License: Apache-2.0.