From 859a85a4346877d02e441243ffbf520fa15d1597 Mon Sep 17 00:00:00 2001 From: om_jambhale Date: Sat, 7 Mar 2026 01:06:06 +0800 Subject: [PATCH 1/2] Add Contexto Co-Authored-By: Claude Sonnet 4.6 --- software/contexto.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/contexto.yml diff --git a/software/contexto.yml b/software/contexto.yml new file mode 100644 index 0000000000..7210a50b40 --- /dev/null +++ b/software/contexto.yml @@ -0,0 +1,11 @@ +name: Contexto +website_url: https://ekailabs.xyz +source_code_url: https://github.com/ekailabs/contexto +description: Local-first context engine for AI agents providing persistent conversation memory, recall, and attribution. Works as an OpenAI-compatible proxy or memory SDK, with memory stored in local SQLite without sending data to third-party services. (alternative to Mem0) +licenses: + - Apache-2.0 +platforms: + - Nodejs + - Docker +tags: + - Generative Artificial Intelligence (GenAI) From 84a8d31687a2a95eb8537b0ae0abf7ca4ea6c603 Mon Sep 17 00:00:00 2001 From: om_jambhale Date: Sat, 7 Mar 2026 11:29:37 +0800 Subject: [PATCH 2/2] Fix Contexto description length and punctuation --- software/contexto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/contexto.yml b/software/contexto.yml index 7210a50b40..a9dd591734 100644 --- a/software/contexto.yml +++ b/software/contexto.yml @@ -1,7 +1,7 @@ name: Contexto website_url: https://ekailabs.xyz source_code_url: https://github.com/ekailabs/contexto -description: Local-first context engine for AI agents providing persistent conversation memory, recall, and attribution. Works as an OpenAI-compatible proxy or memory SDK, with memory stored in local SQLite without sending data to third-party services. (alternative to Mem0) +description: Self-hosted context engine for AI agents with persistent conversation memory, recall, and attribution. Works as an OpenClaw plugin, OpenAI-compatible proxy, or memory SDK. Data stays local in SQLite. licenses: - Apache-2.0 platforms: