@timmeck/brain 3.36.27 → 3.36.28
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 +6 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
[](https://github.com/timmeck/brain-ecosystem)
|
|
7
7
|
|
|
8
|
-
**Autonomous Error Memory, Code Intelligence & Self-Improving AI for Claude Code —
|
|
8
|
+
**Autonomous Error Memory, Code Intelligence & Self-Improving AI for Claude Code — 162 MCP Tools, 72+ Engines**
|
|
9
9
|
|
|
10
|
-
Brain is an MCP server that gives Claude Code a persistent, self-improving memory. It remembers errors, learns solutions, and runs
|
|
10
|
+
Brain is an MCP server that gives Claude Code a persistent, self-improving memory. It remembers errors, learns solutions, and runs 72+ autonomous engines in a 49-step feedback cycle. It observes itself, detects anomalies, forms and tests hypotheses, distills principles, reasons in chains, feels emotions, evolves strategies genetically, debates itself, challenges its own principles (Advocatus Diaboli), gets curious about knowledge gaps, syncs knowledge via Borg collective, loads community plugins, absorbs code from GitHub repos, extracts reusable features, and modifies its own source code. Multi-provider LLM (Anthropic + Ollama). RAG vector search across all knowledge. Knowledge Graph with transitive inference. RLHF feedback learning. Tool-use learning. User modeling. Proactive suggestions. Code assimilation with feature extraction. Autonomous web research missions. Live tech radar scanning. 162 MCP tools. 1607 tests.
|
|
11
11
|
|
|
12
12
|
## Quick Start
|
|
13
13
|
|
|
@@ -28,7 +28,7 @@ Browser ────────HTTP──────► Mission Control (:778
|
|
|
28
28
|
│
|
|
29
29
|
┌───────────────┼───────────────┐
|
|
30
30
|
▼ ▼ ▼
|
|
31
|
-
Error Memory Research Engine
|
|
31
|
+
Error Memory Research Engine 72+ Engines
|
|
32
32
|
Code Intel Mission Engine ResearchOrchestrator
|
|
33
33
|
Synapse Net LLM Service 40-step feedback loop
|
|
34
34
|
Prevention Web Research │
|
|
@@ -78,7 +78,7 @@ Cross-brain communication via IPC named pipes (trading-brain, marketing-brain).
|
|
|
78
78
|
- **LLM Relevance Scoring** — AI judges how relevant each finding is to your stack
|
|
79
79
|
- **Digest Generation** — Daily summaries of what's new and relevant
|
|
80
80
|
|
|
81
|
-
###
|
|
81
|
+
### 72+ Autonomous Engines
|
|
82
82
|
|
|
83
83
|
The ResearchOrchestrator runs a 40-step feedback cycle every 5 minutes:
|
|
84
84
|
|
|
@@ -208,7 +208,7 @@ Automatic anomaly response system:
|
|
|
208
208
|
|
|
209
209
|
**Mission Control** — The Consciousness Entity visualization shows Brain's current emotional state, active thought streams, engine activity heatmap, and real-time thought generation. CodeGen tab shows pending code proposals. Self-Mod tab shows modification history with diffs.
|
|
210
210
|
|
|
211
|
-
**Command Center** — Live overview of the entire ecosystem: all 3 brains,
|
|
211
|
+
**Command Center** — Live overview of the entire ecosystem: all 3 brains, 72+ engines, error log, self-modification feed, research missions, knowledge growth chart, engine dependency flow, quick actions, animated Borg network, peer graph, debate history, Advocatus Diaboli challenges with resilience bars, watchdog daemon monitoring, LLM usage tracking.
|
|
212
212
|
|
|
213
213
|
## MCP Tools (137 tools)
|
|
214
214
|
|
|
@@ -259,7 +259,7 @@ brain export Export Brain data as JSON
|
|
|
259
259
|
| **Brain** (this) | Error memory, code intelligence, full autonomy & self-modification | **7777** / 7778 / 7788 / 7790 |
|
|
260
260
|
| [Trading Brain](../trading-brain) | Adaptive trading intelligence with signal learning & paper trading | 7779 / 7780 |
|
|
261
261
|
| [Marketing Brain](../marketing-brain) | Content strategy, social engagement & cross-platform optimization | 7781 / 7782 / 7783 |
|
|
262
|
-
| [Brain Core](../brain-core) | Shared infrastructure —
|
|
262
|
+
| [Brain Core](../brain-core) | Shared infrastructure — 72+ engines | — |
|
|
263
263
|
|
|
264
264
|
## Support
|
|
265
265
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timmeck/brain",
|
|
3
|
-
"version": "3.36.
|
|
3
|
+
"version": "3.36.28",
|
|
4
4
|
"description": "Adaptive error memory and code intelligence system with Hebbian synapse network, hybrid search, and REST API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@huggingface/transformers": "^3.8.1",
|
|
45
45
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
46
|
-
"@timmeck/brain-core": "2.36.
|
|
46
|
+
"@timmeck/brain-core": "2.36.32",
|
|
47
47
|
"better-sqlite3": "^11.7.0",
|
|
48
48
|
"chalk": "^5.6.2",
|
|
49
49
|
"commander": "^13.0.0",
|