|
1 | 1 | --- |
2 | 2 | title: "Blog" |
| 3 | + |
| 4 | +description: "MemMachine is the open-source memory layer for advanced AI agents, enabling them to learn, remember, and adapt. Build personalized, context-aware applications that store long-term conversational memory and user preferences." |
| 5 | +canonical: "https://memmachine.ai/" |
| 6 | + |
| 7 | +# OpenGraph (Facebook) Metadata |
| 8 | +og_title: "MemMachine Blogs - The Open-Source Memory Layer for AI Agents" |
| 9 | +og_description: "MemMachine is the open-source memory layer for advanced AI agents, enabling them to learn, remember, and adapt. Build personalized, context-aware applications that store long-term conversational memory and user preferences." |
| 10 | +og_url: "https://memmachine.ai/" |
| 11 | +og_type: "blog" |
| 12 | +og_site_name: "MemMachine" |
| 13 | +og_image: "https://memmachine.ai/img/logo.png" |
| 14 | +og_image_alt: "MemMachine AI Logo" |
| 15 | + |
| 16 | +# Twitter Card Metadata |
| 17 | +twitter_card: "summary_large_image" |
| 18 | +#twitter_site: "@memmachineai" |
| 19 | +twitter_title: "MemMachine Blogs - Open-Source Memory for AI" |
| 20 | +twitter_description: "Build advanced, personalized AI agents that remember. MemMachine is the open-source memory layer that enables long-term memory and learning for any LLM." |
| 21 | +twitter_image: "https://memmachine.ai/img/logo.png" |
| 22 | +twitter_image_alt: "MemMachine AI Logo" |
| 23 | + |
| 24 | +# Structured Data (JSON-LD) |
| 25 | +schema_ld: | |
| 26 | + { |
| 27 | + "@context": "https://schema.org", |
| 28 | + "@type": "Organization", |
| 29 | + "name": "MemMachine", |
| 30 | + "url": "https://memmachine.ai/", |
| 31 | + "logo": "https://memmachine.ai/img/logo.png", |
| 32 | + "sameAs": [ |
| 33 | + "https://github.com/MemMachine/MemMachine", |
| 34 | + ] |
| 35 | + } |
3 | 36 | --- |
4 | 37 |
|
5 | 38 | Welcome to the MemMachine blog, your essential resource for building with the next generation of AI memory. Here you'll find product announcements, in-depth technical guides, and news from the forefront of open-source agent development. |
0 commit comments