Local-runtime voice memory client for MemoAir (sits on top of memoair-runtime)
Project description
memoair-voice
Local-runtime voice memory client for MemoAir. Wraps the loopback voice-runtime sidecar, keeps per-user memory on-device, syncs to cloud.
Install
pip install memoair-voice
Quick start
from memoair_voice import MemoAirVoiceMemory
async with MemoAirVoiceMemory(
project_id="proj_123",
user_id="user_42",
api_key="mka_…",
) as memory:
tool = memory.search_memory_tool()
# register `tool` with your LLM / agent framework
await memory.after_turn(
user_text="What time is standup?",
assistant_text="10:30 IST.",
turn_id="turn-7",
)
Docs
Full documentation at https://docs.memoair.dev/voice
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
memoair_voice-0.2.1.tar.gz
(29.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file memoair_voice-0.2.1.tar.gz.
File metadata
- Download URL: memoair_voice-0.2.1.tar.gz
- Upload date:
- Size: 29.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ed32f04d13b59e50f3020054ff544076087486a226a67c21c5d905c5329799e
|
|
| MD5 |
72f5d6da410aafb914b3562377d448be
|
|
| BLAKE2b-256 |
15640cbd5ab5db575afef4c8060ff61efd89adb7e41e036dcda01de3a1c46a4a
|
File details
Details for the file memoair_voice-0.2.1-py3-none-any.whl.
File metadata
- Download URL: memoair_voice-0.2.1-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa9c694465d3c4d82beb5a2b671c34c9580e5ed2ff9f237e975cb2e9a0179dcf
|
|
| MD5 |
bce034affbb7a7e1a46e5989a4134142
|
|
| BLAKE2b-256 |
3323862cf36bca6841ca761dad4fbf385ce09c414370afb326fbb8627212c7a2
|