@ace3-memory/ace 3.0.42 → 3.0.44

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 +14 -13
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  [![License: Proprietary](https://img.shields.io/badge/License-Proprietary-red.svg)](https://ace3-ai.com/license)
8
8
  [![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
9
- [![Version 3.0.42](https://img.shields.io/badge/version-3.0.42-green.svg)](https://github.com/AdyBrooks46/AutonomousContextEngine/releases)
9
+ [![Version 3.0.44](https://img.shields.io/badge/version-3.0.44-green.svg)](https://github.com/AdyBrooks46/AutonomousContextEngine/releases)
10
10
 
11
11
  ---
12
12
 
@@ -26,11 +26,12 @@ ACE (Autonomous Context Engine) is a **memory layer** that sits between you and
26
26
  | | ACE3 | Mem0 | Zep | ChatGPT Memory |
27
27
  |---|---|---|---|---|
28
28
  | **Structured entity types** (10) | Yes | No | No | No |
29
- | **Knowledge graph** (12 relationship types) | Yes | No | Yes | No |
30
- | **AI Builder** (plan generation) | Yes | No | No | No |
29
+ | **Knowledge graph** (15 relationship types) | Yes | No | Yes | No |
30
+ | **Plans** (CLI plan tracking) | Yes | No | No | No |
31
31
  | **Observer** (AI monitoring AI) | Yes | No | No | No |
32
+ | **Agentic Intelligence** (10 autonomous agents) | Yes | No | No | No |
32
33
  | **Customer-hosted database** | Yes | Partial | Enterprise | No |
33
- | **MCP-native** (29 tools) | Yes | Basic | No | No |
34
+ | **MCP-native** (39 tools) | Yes | Basic | No | No |
34
35
 
35
36
  ---
36
37
 
@@ -91,25 +92,26 @@ curl -X POST http://localhost:7777/api/v1/my-project/decisions \
91
92
  | Feature | Description |
92
93
  |---------|-------------|
93
94
  | **10 Entity Types** | Memories, decisions, issues, work logs, architecture, patterns, best practices, observations, tags, relationships |
94
- | **Knowledge Graph** | 12 relationship types with temporal traversal and visualization |
95
+ | **Knowledge Graph** | 15 relationship types with temporal traversal, graph analytics, and visualization |
95
96
  | **Semantic Search** | OpenAI embeddings + pgvector for intelligent recall |
96
- | **AI Builder** | Generate project plans with GPT-4/Claude/Gemini |
97
+ | **Plans** | Save and track implementation plans from any CLI AI (Claude Code, Cursor, ChatGPT) |
97
98
  | **Observer** | AI that monitors your AI for errors, drift, contradictions |
98
- | **Background Agents** | 6 AI agents that maintain memory (cleanup, graph maintenance, triage, etc.) |
99
- | **MCP Server** | 29 tools for Claude Desktop, Claude Code, Cursor, VS Code, ChatGPT, Gemini |
100
- | **REST API** | 210+ endpoints for any AI tool or custom integration |
99
+ | **Agentic Intelligence** | 10 autonomous agents (observe/reason/act/reflect) that govern and improve memory |
100
+ | **MCP Server** | 39 tools for Claude Desktop, Claude Code, Cursor, VS Code, ChatGPT, Gemini |
101
+ | **REST API** | Full CRUD API for any AI tool or custom integration |
101
102
  | **Dashboard** | Web UI at ace3-ai.com for visual memory management |
102
103
 
103
104
  ---
104
105
 
105
106
  ## Pricing
106
107
 
107
- All plans include a 14-day free trial with full Pro access.
108
+ Permanent free tier - no expiry, no credit card required.
108
109
 
109
110
  | Tier | Price | For |
110
111
  |------|-------|-----|
111
- | **Starter** | £14.99/mo | Solo developers |
112
- | **Pro** | £39.99/mo | Teams (10 users included, +£3/extra) |
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) |
113
115
  | **Founder** | £299 one-time | Lifetime Pro+ (25 users, limited to 100 licenses) |
114
116
  | **Enterprise** | Custom | Unlimited everything, SSO, SLA |
115
117
 
@@ -120,7 +122,6 @@ All plans include a 14-day free trial with full Pro access.
120
122
  ## Contributing
121
123
 
122
124
  We welcome contributions to:
123
- - **SDKs**: Python SDK (`ace3-memory` on PyPI, see ROADMAP.md Phase 1)
124
125
  - **Integrations**: VS Code extension, browser extensions
125
126
  - **Parsers**: Add support for Rust, Go, Java
126
127
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ace3-memory/ace",
3
- "version": "3.0.42",
3
+ "version": "3.0.44",
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://github.com/AdyBrooks46/AutonomousContextEngine.git"
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://github.com/AdyBrooks46/AutonomousContextEngine/issues"
43
+ "url": "https://ace3-ai.com/support"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=14.0.0"