Audio perception layer for LLM agents, with a memory that grows through use
Summary
An experimental open-source framework that enables LLM agents to perceive and recognize non-speech audio events using local models (CLAP, Whisper, Silero VAD) and a growing concept memory. The system uses event-gated recognition, fingerprinting, and symbol-based reasoning, with no formal benchmarks yet.
Similar Articles
FunAudioLLM: Voice Understanding and Generation Foundation Models for Natural Interaction Between Humans and LLMs
Introduces FunAudioLLM, a model family that combines SenseVoice for multilingual ASR, emotion detection, and audio event detection with CosyVoice for natural speech generation, enabling enhanced voice interactions with LLMs through open-source models and code.
Cognis: Context-Aware Memory for Conversational AI Agents
Lyzr Cognis introduces a unified, open-source memory system for conversational AI that fuses BM25 and Matryoshka vector search with version-aware ingestion, achieving SOTA on LoCoMo and LongMemEval benchmarks.
Human-Inspired Memory Architecture for LLM Agents
Microsoft researchers propose a biologically-inspired memory architecture for LLM agents that incorporates mechanisms like sleep-phase consolidation and interference-based forgetting to manage persistent memory efficiently.
@DanKornas: Agent memory gets messy fast when it’s just search over old notes. A-MEM is an agentic memory system for LLM agents tha…
A-MEM is an open-source agentic memory system for LLM agents that dynamically organizes memories using Zettelkasten principles, indexes them with ChromaDB, and supports OpenAI and Ollama backends.
AdMem: Advanced Memory for Task-solving Agents
This paper introduces AdMem, a unified memory framework for LLM-based agents that integrates semantic, episodic, and procedural memory with a bi-level short-term and long-term store, using a multi-agent architecture for automatic memory generation and adaptive retrieval. Experiments show improved robustness and success on long multi-turn tasks.