@ace3-memory/ace 3.0.43 → 3.0.45
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.
- package/README.md +9 -8
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
[](https://ace3-ai.com/license)
|
|
8
8
|
[](https://www.python.org/downloads/)
|
|
9
|
-
[](https://github.com/AdyBrooks46/AutonomousContextEngine/releases)
|
|
10
10
|
|
|
11
11
|
---
|
|
12
12
|
|
|
@@ -27,11 +27,11 @@ ACE (Autonomous Context Engine) is a **memory layer** that sits between you and
|
|
|
27
27
|
|---|---|---|---|---|
|
|
28
28
|
| **Structured entity types** (10) | Yes | No | No | No |
|
|
29
29
|
| **Knowledge graph** (15 relationship types) | Yes | No | Yes | No |
|
|
30
|
-
| **
|
|
30
|
+
| **Plans** (CLI plan tracking) | Yes | No | No | No |
|
|
31
31
|
| **Observer** (AI monitoring AI) | Yes | No | No | No |
|
|
32
32
|
| **Agentic Intelligence** (10 autonomous agents) | Yes | No | No | No |
|
|
33
33
|
| **Customer-hosted database** | Yes | Partial | Enterprise | No |
|
|
34
|
-
| **MCP-native** (
|
|
34
|
+
| **MCP-native** (39 tools) | Yes | Basic | No | No |
|
|
35
35
|
|
|
36
36
|
---
|
|
37
37
|
|
|
@@ -94,10 +94,10 @@ curl -X POST http://localhost:7777/api/v1/my-project/decisions \
|
|
|
94
94
|
| **10 Entity Types** | Memories, decisions, issues, work logs, architecture, patterns, best practices, observations, tags, relationships |
|
|
95
95
|
| **Knowledge Graph** | 15 relationship types with temporal traversal, graph analytics, and visualization |
|
|
96
96
|
| **Semantic Search** | OpenAI embeddings + pgvector for intelligent recall |
|
|
97
|
-
| **
|
|
97
|
+
| **Plans** | Save and track implementation plans from any CLI AI (Claude Code, Cursor, ChatGPT) |
|
|
98
98
|
| **Observer** | AI that monitors your AI for errors, drift, contradictions |
|
|
99
99
|
| **Agentic Intelligence** | 10 autonomous agents (observe/reason/act/reflect) that govern and improve memory |
|
|
100
|
-
| **MCP Server** |
|
|
100
|
+
| **MCP Server** | 39 tools for Claude Desktop, Claude Code, Cursor, VS Code, ChatGPT, Gemini |
|
|
101
101
|
| **REST API** | Full CRUD API for any AI tool or custom integration |
|
|
102
102
|
| **Dashboard** | Web UI at ace3-ai.com for visual memory management |
|
|
103
103
|
|
|
@@ -105,12 +105,13 @@ curl -X POST http://localhost:7777/api/v1/my-project/decisions \
|
|
|
105
105
|
|
|
106
106
|
## Pricing
|
|
107
107
|
|
|
108
|
-
|
|
108
|
+
Permanent free tier - no expiry, no credit card required.
|
|
109
109
|
|
|
110
110
|
| Tier | Price | For |
|
|
111
111
|
|------|-------|-----|
|
|
112
|
-
| **
|
|
113
|
-
| **
|
|
112
|
+
| **Free** | £0 forever | Try ACE with 1 namespace, 1,000 memories |
|
|
113
|
+
| **Starter** | £14.99/mo | Solo developers (3 namespaces, 5,000 memories) |
|
|
114
|
+
| **Pro** | £39.99/mo | Teams (10 users included, +£3/extra, unlimited) |
|
|
114
115
|
| **Founder** | £299 one-time | Lifetime Pro+ (25 users, limited to 100 licenses) |
|
|
115
116
|
| **Enterprise** | Custom | Unlimited everything, SSO, SLA |
|
|
116
117
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ace3-memory/ace",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.45",
|
|
4
4
|
"description": "Your Logbook for AI - persistent memory for ChatGPT, Claude, Gemini, and more",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
|
-
"url": "https://
|
|
23
|
+
"url": "https://ace3-ai.com"
|
|
24
24
|
},
|
|
25
25
|
"keywords": [
|
|
26
26
|
"ai",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"license": "PROPRIETARY",
|
|
41
41
|
"homepage": "https://ace3-ai.com",
|
|
42
42
|
"bugs": {
|
|
43
|
-
"url": "https://
|
|
43
|
+
"url": "https://ace3-ai.com/support"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=14.0.0"
|