@ace3-memory/ace 3.0.41 → 3.0.43

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 +8 -8
  2. package/package.json +1 -1
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.41](https://img.shields.io/badge/version-3.0.41-green.svg)](https://github.com/AdyBrooks46/AutonomousContextEngine/releases)
9
+ [![Version 3.0.43](https://img.shields.io/badge/version-3.0.43-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 |
29
+ | **Knowledge graph** (15 relationship types) | Yes | No | Yes | No |
30
30
  | **AI Builder** (plan generation) | 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** (36 tools) | Yes | Basic | No | No |
34
35
 
35
36
  ---
36
37
 
@@ -91,13 +92,13 @@ 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
97
  | **AI Builder** | Generate project plans with GPT-4/Claude/Gemini |
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** | 36 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
  ---
@@ -120,7 +121,6 @@ All plans include a 14-day free trial with full Pro access.
120
121
  ## Contributing
121
122
 
122
123
  We welcome contributions to:
123
- - **SDKs**: Python SDK (`ace3-memory` on PyPI, see ROADMAP.md Phase 1)
124
124
  - **Integrations**: VS Code extension, browser extensions
125
125
  - **Parsers**: Add support for Rust, Go, Java
126
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ace3-memory/ace",
3
- "version": "3.0.41",
3
+ "version": "3.0.43",
4
4
  "description": "Your Logbook for AI - persistent memory for ChatGPT, Claude, Gemini, and more",
5
5
  "main": "index.js",
6
6
  "bin": {