🕵️ SicherheitslückenHak5: Hackers Just Poisoned the Rust Supply Chain | Threat Wire(01.09.2026 um 14:00 Uhr)
🕵️ SicherheitslückenHak5: Hackers Found a Way Into Humanoid Robots | Threat Wire(04.09.2026 um 15:04 Uhr)
🔧 AI Nachrichten Bits und so #1021 (Passwort für Laufwerk)(31.08.2026 um 22:15 Uhr)
🔧 AI Nachrichten Bits und so #1022 (Wie Weißbier)(06.09.2026 um 20:39 Uhr)
🍏 iOS / Mac OSHue-App 6.0 ist da: das sind die Neuerungen(07.09.2026 um 17:21 Uhr)
🕵️ SicherheitslückenHak5: Hackers Just Poisoned the Rust Supply Chain | Threat Wire(01.09.2026 um 14:00 Uhr)
🕵️ SicherheitslückenHak5: Hackers Found a Way Into Humanoid Robots | Threat Wire(04.09.2026 um 15:04 Uhr)
🔧 AI Nachrichten Bits und so #1021 (Passwort für Laufwerk)(31.08.2026 um 22:15 Uhr)
🔧 AI Nachrichten Bits und so #1022 (Wie Weißbier)(06.09.2026 um 20:39 Uhr)
🍏 iOS / Mac OSHue-App 6.0 ist da: das sind die Neuerungen(07.09.2026 um 17:21 Uhr)

🔧 Programmierung 🕛 kürzlich 4 Min Lesezeit
0

TMX: The open standard AI agent memory has been waiting for

↗ Quelle (dev.to)
🗣️ Stimme:
📑 Inhaltsübersicht




TMX: The open standard AI agent memory has been waiting for



The problem no one talks about: your agent's memories are prisoners.



If you build an AI agent today using Mem0, your memories are locked in Mem0. Switch to Zep? You lose everything. Move to a new framework? Start from zero.



This is exactly the problem email had in 1970. Every system had its own format. You couldn't send an email from one system to another.



Then SMTP was invented. And email became universal.



Today I'm publishing TMX v0.1 — the SMTP of AI agent memory.









What is TMX?



TMX (Truvem Memory eXchange) is an open, model-agnostic JSON format for storing, exporting, and importing AI agent memories across any platform, framework, or provider.



It looks like this:




CODE
{
"tmx_version": "0.1",
"exported_at": "2026-06-26T20:00:00Z",
"source": "truvem",
"agent_id": "my-agent",
"memories": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"content": "User prefers dark mode and concise responses",
"created_at": "2026-06-01T08:30:00Z",
"updated_at": "2026-06-01T08:30:00Z",
"expires_at": null,
"tags": ["preference", "ui"],
"source_model": "gpt-4o",
"metadata": {}
}
]
}






That's it. Plain JSON. Human-readable. Portable.









Why this matters



Right now, the AI agent ecosystem is exploding. Every week there's a new memory provider, a new framework, a new cloud service.



But every one of them uses a proprietary format.



This means:




  • Developers are locked to their first choice forever

  • Agent memories can't travel between clouds

  • Switching providers = losing everything your agent learned



This is the biggest hidden tax in the agentic AI stack.



TMX fixes it with a single open spec that anyone can implement — for free, with no approval needed.









The 5 core principles



1. Open — No license required. Implement TMX in any product, commercial or otherwise.



2. Model-agnostic — Works with GPT-4, Claude, Gemini, Mistral, Llama, or any future model.



3. Framework-agnostic — LangChain, CrewAI, Mastra, AutoGen — doesn't matter.



4. Human-readable — Plain JSON. No binary formats. Inspectable by any tool.



5. Minimal — The entire spec fits in one page. Complexity is optional.









Using TMX with Truvem today








2. Install the SDK






CODE
pip install truvem









3. Write and read memories






CODE
from truvem import Truvem

client = Truvem(api_key="your_key")

# Write a memory
client.remember(
agent_id="my-agent",
content="User prefers dark mode"
)

# Read memories — from any session, any model
memories = client.recall("my-agent")
print(memories)
# {"status": "ok", "memories": [...]}









4. Export as TMX






CODE
curl -X GET https://truvem.onrender.com/v1/memory/export?agent_id=my-agent \
-H "x-api-key: your_key"






You get back a valid .tmx.json file you can import anywhere.









Who should implement TMX?



If you're building:




  • A memory provider (like Mem0, Zep, Letta)

  • An agent framework (like LangChain, CrewAI, Mastra)

  • A cloud AI service (like AWS Bedrock, Google Vertex)



You should implement TMX. Your users will thank you.



The requirements to be TMX-compatible are simple:




  1. Export memories in valid TMX JSON format

  2. Import valid TMX JSON files without data loss

  3. Preserve all required fields



No fee. No approval. No committee. Just implement it.









The roadmap




























Version Features

0.1 (today)
Core format, basic fields, export/import
0.2 Migration scripts (Mem0→TMX, Zep→TMX), CLI tool
0.3 Memory relationships, temporal invalidation
1.0 Stable standard, TMX Foundation, community governance








The big picture



In 10 years, there will be more AI agents running than humans on Earth. Every one of them will need persistent memory.



The question is: who controls that memory?



If every provider keeps a proprietary format, agent memories become the new walled gardens — like email before SMTP, like the web before HTTP.



TMX is a bet that open standards win. They always have.









Read the spec



The full TMX v0.1 specification is published on GitHub:



👉






What do you think? Is an open standard for agent memory something the ecosystem needs? I'd love feedback on the spec — open a GitHub issue or reply below.



Built by Dieng Amine — solo founder, Abidjan, Côte d'Ivoire.

Twitter: @gettruvem

Vollständiger Original-Bericht
Ausführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf dev.to.
↗ Original-Artikel auf dev.to lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 0%
🟡 In Evaluierung 0%
🟢 Keine Auswirkung 0%
Spannende Innovation 0%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
1 Quelle
Hackers Just Poisoned the Rust Supply Chain | Threat Wire
1 Quelle
Hackers Found a Way Into Humanoid Robots | Threat Wire
1 Quelle
Bits und so #1021 (Passwort für Laufwerk)
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten TMX: The open standard AI agent memory has been waiting for

Thematisch verwandte Begriffe: open, standard, agent, memory · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...