@timmeck/trading-brain 2.31.40 → 2.31.42
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 +4 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
**Adaptive Trading Intelligence & Signal Learning System for Claude Code — 151 MCP Tools, 72+ Engines**
|
|
9
9
|
|
|
10
|
-
Trading Brain is an MCP server that gives Claude Code a persistent trading memory. It learns from every trade outcome — strengthening connections between signals, strategies, and results through a Hebbian synapse network ("signals that win together wire together"). Paper trading with live market data (CoinGecko, Yahoo Finance, CCXT WebSocket). Over time, it develops statistical confidence in signal combinations, adapts calibration parameters, and runs 72+ autonomous engines in a
|
|
10
|
+
Trading Brain is an MCP server that gives Claude Code a persistent trading memory. It learns from every trade outcome — strengthening connections between signals, strategies, and results through a Hebbian synapse network ("signals that win together wire together"). Paper trading with live market data (CoinGecko, Yahoo Finance, CCXT WebSocket). Over time, it develops statistical confidence in signal combinations, adapts calibration parameters, and runs 72+ autonomous engines in a 51-step feedback cycle to discover patterns, reason about causality, evolve strategies genetically, and improve itself. Full intelligence suite: RAG, Knowledge Graph, feedback learning, tool tracking, user model, proactive suggestions. Multi-provider LLM (Anthropic + Ollama). 487 tests. Workflow checkpointing, structured LLM output, observability tracing, agent training, dynamic tool scoping.
|
|
11
11
|
|
|
12
12
|
## Quick Start
|
|
13
13
|
|
|
@@ -54,7 +54,7 @@ That's it. One command configures MCP, hooks, and starts the daemon.
|
|
|
54
54
|
|
|
55
55
|
### 72+ Autonomous Engines
|
|
56
56
|
|
|
57
|
-
The ResearchOrchestrator runs a
|
|
57
|
+
The ResearchOrchestrator runs a 51-step feedback cycle every 5 minutes:
|
|
58
58
|
|
|
59
59
|
- **Observation** — SelfObserver, AnomalyDetective, DataScout, SignalScanner, TechRadar
|
|
60
60
|
- **Understanding** — AttentionEngine, CausalGraph, CrossDomain, PatternEngine
|
|
@@ -87,8 +87,7 @@ DataMiner bootstraps all historical trades into engines at startup.
|
|
|
87
87
|
|
|
88
88
|
| Dashboard | Port | What It Shows |
|
|
89
89
|
|-----------|------|--------------|
|
|
90
|
-
| **
|
|
91
|
-
| **Command Center** | 7790 | 7-page: Ecosystem, Learning Pipeline, Trading Flow, Marketing Flow, Cross-Brain & Borg, Activity & Missions, Infrastructure |
|
|
90
|
+
| **Command Center** | 7790 | 9-page: Ecosystem, Consciousness, Learning, Trading, Marketing, Intelligence, Cross-Brain, Debates, Infrastructure |
|
|
92
91
|
|
|
93
92
|
### Memory & Sessions
|
|
94
93
|
- **Persistent Memory** — Preferences, decisions, context, facts, goals, lessons
|
|
@@ -160,7 +159,7 @@ trading import <file> Import trades from JSON
|
|
|
160
159
|
|
|
161
160
|
| Brain | Purpose | Ports |
|
|
162
161
|
|-------|---------|-------|
|
|
163
|
-
| [Brain](../brain) | Error memory, code intelligence, full autonomy & self-modification | 7777 / 7778 /
|
|
162
|
+
| [Brain](../brain) | Error memory, code intelligence, full autonomy & self-modification | 7777 / 7778 / 7790 |
|
|
164
163
|
| **Trading Brain** (this) | Adaptive trading intelligence with signal learning & paper trading | **7779** / 7780 |
|
|
165
164
|
| [Marketing Brain](../marketing-brain) | Content strategy, social engagement & cross-platform optimization | 7781 / 7782 / 7783 |
|
|
166
165
|
| [Brain Core](../brain-core) | Shared infrastructure — 72+ engines | — |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@timmeck/trading-brain",
|
|
3
|
-
"version": "2.31.
|
|
3
|
+
"version": "2.31.42",
|
|
4
4
|
"description": "Adaptive trading intelligence system with Hebbian synapses, spreading activation, Wilson Score confidence, and adaptive calibration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
44
|
-
"@timmeck/brain-core": "2.36.
|
|
44
|
+
"@timmeck/brain-core": "2.36.47",
|
|
45
45
|
"better-sqlite3": "^11.7.0",
|
|
46
46
|
"ccxt": "^4.5.42",
|
|
47
47
|
"chalk": "^5.6.2",
|