@ace3-memory/ace 3.0.64 → 3.0.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +18 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,11 @@
1
- # ACE: Universal Memory Infrastructure for AI
1
+ # ACE3: The First Cognitive OS for AI
2
2
 
3
- > **Stop explaining your architecture to ChatGPT every morning.**
3
+ > **The brain behind your AI tools. Memory, intelligence, and identity in one self-hosted platform.**
4
4
  >
5
- > ACE gives your AI tools (Claude, ChatGPT, Gemini, Cursor) persistent, structured memory that lives on **your** infrastructure.
5
+ > Your AI remembers, thinks, and evolves across every session, tool, and team member.
6
6
 
7
- [![License: Proprietary](https://img.shields.io/badge/License-Proprietary-red.svg)](https://ace3-ai.com/license)
8
7
  [![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
9
- [![Version 3.0.63](https://img.shields.io/badge/version-3.0.63-green.svg)](https://github.com/AdyBrooks46/AutonomousContextEngine/releases)
8
+ [![Version 3.0.66](https://img.shields.io/badge/version-3.0.66-green.svg)](https://github.com/AdyBrooks46/AutonomousContextEngine/releases)
10
9
 
11
10
  ---
12
11
 
@@ -19,19 +18,21 @@ AI coding agents are amazing, but they're **super-talented interns with amnesia*
19
18
 
20
19
  ## The Solution
21
20
 
22
- ACE (Autonomous Context Engine) is a **memory layer** that sits between you and your AI. It tracks decisions, patterns, issues, and context - so every AI session starts with full knowledge.
21
+ ACE3 (Autonomous Context Engine) is the **first cognitive OS for AI**. Not just memory it's the brain behind your AI tools. Memory, reasoning, learning, evolving, and identity in one platform. Self-hosted on your infrastructure.
23
22
 
24
- ### What Makes ACE Different
23
+ ### What Makes ACE3 Different
25
24
 
26
- | | ACE3 | Mem0 | Zep | ChatGPT Memory |
27
- |---|---|---|---|---|
28
- | **Structured entity types** (10) | Yes | No | No | No |
29
- | **Knowledge graph** (15 relationship types) | Yes | No | Yes | No |
30
- | **Plans** (CLI plan tracking) | Yes | No | No | No |
31
- | **Observer** (AI monitoring AI) | Yes | No | No | No |
32
- | **Agentic Intelligence** (10 autonomous agents) | Yes | No | No | No |
33
- | **Customer-hosted database** | Yes | Partial | Enterprise | No |
34
- | **MCP-native** (56 tools) | Yes | Basic | No | No |
25
+ | | ACE3 | Mem0 | Zep | Letta | Cognee |
26
+ |---|---|---|---|---|---|
27
+ | **Structured memory** (10 entity types) | Yes | Basic | No | No | No |
28
+ | **Knowledge graph** | Yes | Pro only | Yes | No | Yes |
29
+ | **Autonomous agents** (10) | **Yes** | No | No | Stateful | No |
30
+ | **AI Genome / behavioral DNA** | **Yes** | No | No | No | No |
31
+ | **Passport authentication** | **Yes** | No | No | No | No |
32
+ | **Session intelligence** | **Yes** | No | No | No | No |
33
+ | **MCP-native** (73 tools) | **Yes** | No | No | No | No |
34
+ | **Self-hosted** | Yes | Partial | Partial | Yes | Yes |
35
+ | **One-time pricing** | **£499 lifetime** | $249/mo | Custom | $20/mo | €1,970/mo |
35
36
 
36
37
  ---
37
38
 
@@ -121,7 +122,7 @@ ace update
121
122
  | **Plans** | Save and track implementation plans from any CLI AI (Claude Code, Cursor, ChatGPT) |
122
123
  | **Observer** | AI that monitors your AI for errors, drift, contradictions |
123
124
  | **Agentic Intelligence** | 10 autonomous agents (observe/reason/act/reflect) that govern and improve memory |
124
- | **MCP Server** | 56 tools for Claude Desktop, Claude Code, Cursor, VS Code, ChatGPT, Gemini |
125
+ | **MCP Server** | 73 tools for Claude Desktop, Claude Code, Cursor, VS Code, ChatGPT, Gemini |
125
126
  | **REST API** | Full CRUD API for any AI tool or custom integration |
126
127
  | **Dashboard** | Web UI at ace3-ai.com for visual memory management |
127
128
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ace3-memory/ace",
3
- "version": "3.0.64",
3
+ "version": "3.0.66",
4
4
  "description": "Your Logbook for AI - persistent memory for ChatGPT, Claude, Gemini, and more",
5
5
  "main": "index.js",
6
6
  "bin": {