@ace3-memory/ace 3.0.42 → 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.
- package/README.md +8 -8
- package/package.json +1 -1
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
|
|
|
@@ -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** (
|
|
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** (
|
|
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** |
|
|
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
|
-
| **
|
|
99
|
-
| **MCP Server** |
|
|
100
|
-
| **REST API** |
|
|
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
|
|