From 7d1d194489aa3024909513e36d4c4969823be5f5 Mon Sep 17 00:00:00 2001 From: etanbuns Date: Thu, 13 Aug 2026 20:04:48 -0400 Subject: [PATCH 1/2] Add Lians agent memory --- content/agents/lians.json | 62 +++++++++++++++++++++++++++++++++++++++ content/changelog.json | 6 ++++ 2 files changed, 68 insertions(+) create mode 100644 content/agents/lians.json diff --git a/content/agents/lians.json b/content/agents/lians.json new file mode 100644 index 0000000..db467da --- /dev/null +++ b/content/agents/lians.json @@ -0,0 +1,62 @@ +{ + "id": "lians", + "name": "Lians", + "slug": "lians", + "description": "Gives any AI agent durable memory across chats, sessions, tools, and models through a local-first MCP server, SDKs, and an optional hosted API.", + "providerName": "Lians", + "providerUrl": "https://github.com/Lians-ai", + "agentUrl": "https://github.com/Lians-ai/Lians", + "categories": [ + "memory-state", + "code-devtools", + "infrastructure" + ], + "tags": [ + "agent-memory", + "local-first", + "model-context-protocol", + "semantic-recall", + "cross-session-memory", + "memory-inspection", + "memory-correction", + "open-source" + ], + "skills": [ + { + "id": "remember-durable-facts", + "name": "Remember Durable Facts", + "description": "Stores facts and decisions under a stable agent identity so they remain available across later chats, tools, and model providers." + }, + { + "id": "recall-relevant-context", + "name": "Recall Relevant Context", + "description": "Uses semantic search to retrieve relevant memories for the current task instead of replaying an agent's full conversation history." + }, + { + "id": "inspect-and-correct-memory", + "name": "Inspect And Correct Memory", + "description": "Lets people list, inspect, correct, and explicitly delete stored memories rather than leaving agent context as an opaque black box." + }, + { + "id": "query-memory-over-time", + "name": "Query Memory Over Time", + "description": "Supports point-in-time queries over bitemporal records so agents can distinguish what was true from when the system learned it." + } + ], + "authType": "none", + "supportsStreaming": false, + "supportsPushNotifications": false, + "iconUrl": "https://raw.githubusercontent.com/Lians-ai/Lians/master/plugins/lians-memory/assets/icon.png", + "status": "published", + "featured": false, + "verified": false, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "mcp", + "cli", + "api" + ], + "createdAt": "2026-06-25T21:15:46Z", + "updatedAt": "2026-08-13T23:30:46Z" +} diff --git a/content/changelog.json b/content/changelog.json index bbb8f86..7a05685 100644 --- a/content/changelog.json +++ b/content/changelog.json @@ -1,4 +1,10 @@ [ + { + "action": "added", + "slug": "lians", + "name": "Lians", + "date": "2026-08-13" + }, { "action": "removed", "slug": "blender-mcp", From 4ad163558dd0730b34161324e8356bd9f124c707 Mon Sep 17 00:00:00 2001 From: etanbuns Date: Thu, 13 Aug 2026 20:10:57 -0400 Subject: [PATCH 2/2] Fix Lians directory creation date --- content/agents/lians.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/agents/lians.json b/content/agents/lians.json index db467da..d487376 100644 --- a/content/agents/lians.json +++ b/content/agents/lians.json @@ -57,6 +57,6 @@ "cli", "api" ], - "createdAt": "2026-06-25T21:15:46Z", + "createdAt": "2026-08-13T23:30:46Z", "updatedAt": "2026-08-13T23:30:46Z" }