21 projects
openai-agents-memorysync
MemorySync memory for the OpenAI Agents SDK: a drop-in Session implementation with durable server-side history, long-term memory instructions, and agent memory tools.
ag2-memorysync
MemorySync for AG2 (AutoGen classic): an automatic memory loop on ConversableAgent's hook system — budgeted recall injection, duplicate-proof both-side capture, and a deadlock-free sync bridge.
camel-memorysync
MemorySync memory for CAMEL agents: a lossless storage backend plus a drop-in AgentMemory with scored semantic recall and zero client-side embeddings.
opentelemetry-instrumentation-memorysync
OpenTelemetry instrumentation for the MemorySync Python SDK: memory operations as first-class spans in AgentOps, Respan, and any OTel backend.
bedrock-memorysync
MemorySync reference architecture for AWS Bedrock agents: a memory-augmented Converse loop and a Bedrock Agents action-group Lambda — the first vendor action-group memory integration.
chatdev-memorysync
MemorySync memory store for ChatDev 2.0 (DevAll): type: memorysync in workflow YAML — semantic recall with budgets, honest timestamps, both-side turn capture, and idempotent writes.
agno-memorysync
MemorySync memory backend for Agno agents: a memory-only db for MemoryManager with real semantic recall, guarded deletes, and an async-native twin.
nat-memorysync
MemorySync for the NVIDIA NeMo Agent Toolkit: a MemoryEditor plugin with budgeted per-fact recall, duplicate-proof verbatim persistence, bleed-proof multi-tenant scoping, and session-scoped deletes.
strands-memorysync
MemorySync for Strands Agents: a MemoryStore with budgeted automatic recall before every model call, turn-by-turn duplicate-proof extraction, and a crash-proof initialize — zero framework dependencies.
agent-framework-memorysync
MemorySync for Microsoft Agent Framework: a ContextProvider with budgeted instruction-layer recall, per-run identity, once-per-turn duplicate-proof capture, and fail-open everything.
autogen-memorysync
MemorySync for Microsoft AutoGen: an async-native Memory implementation with a hard recall budget, role-aware retrieval, duplicate-proof persistence, and session-scoped clear.
elevenlabs-memorysync
MemorySync for ElevenLabs Agents: a memory-injecting OpenAI-compatible LLM proxy with a hard recall budget, phone-caller identity via prompt tags, HMAC-verified post-call transcript capture, and idempotent storage that never duplicates a turn.
pipecat-memorysync
MemorySync for Pipecat: budgeted memory recall that never stalls a voice reply, delta-only conversation persistence with idempotency seeds, and a pipeline that cannot be broken by a memory outage.
livekit-memorysync
MemorySync for LiveKit Agents: voice agents that remember callers — budgeted recall injection (never a stalled reply), both-role capture with idempotency seeds, and background prefetch.
pydantic-ai-memorysync
MemorySync memory for Pydantic AI: a drop-in agent capability that injects recalled context every run and persists completed turns, plus typed memory tools and async helpers.
google-adk-memorysync
MemorySync memory for Google ADK: a real BaseMemoryService (ingestion included) powering the native load_memory/preload_memory tools, a guaranteed per-turn context tool, persistence callbacks, and agent memory tools.
llamaindex-memorysync
MemorySync memory for LlamaIndex: a Memory subclass with durable server-side long-term memory, a recall memory block, a retriever, and agent memory tools.
memorysync
Official Python client for the MemorySync API.
crewai-memorysync
MemorySync memory for CrewAI: a native StorageBackend for Memory(storage=...), agent memory tools, and recall context for tasks.
langchain-memorysync
MemorySync integration for LangChain: chat message history, memory tools, and recall context.
memorysync-cli
MemorySync from your terminal. Zero dependencies.