ruflo 3.7.0-alpha.26 → 3.7.0-alpha.27
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 +32 -32
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -77,78 +77,78 @@ This adds slash commands and agent definitions only. The Ruflo MCP server is NOT
|
|
|
77
77
|
|
|
78
78
|
| Plugin | What it does |
|
|
79
79
|
|--------|-------------|
|
|
80
|
-
| **ruflo-core** | Foundation — server, health checks, plugin discovery |
|
|
81
|
-
| **ruflo-swarm** | Coordinate multiple agents as a team |
|
|
82
|
-
| **ruflo-autopilot** | Let agents run autonomously in a loop |
|
|
83
|
-
| **ruflo-loop-workers** | Schedule background tasks on a timer |
|
|
84
|
-
| **ruflo-workflows** | Reusable multi-step task templates |
|
|
85
|
-
| **ruflo-federation** | Agents on different machines collaborate securely |
|
|
80
|
+
| [**ruflo-core**](plugins/ruflo-core/README.md) | Foundation — server, health checks, plugin discovery |
|
|
81
|
+
| [**ruflo-swarm**](plugins/ruflo-swarm/README.md) | Coordinate multiple agents as a team |
|
|
82
|
+
| [**ruflo-autopilot**](plugins/ruflo-autopilot/README.md) | Let agents run autonomously in a loop |
|
|
83
|
+
| [**ruflo-loop-workers**](plugins/ruflo-loop-workers/README.md) | Schedule background tasks on a timer |
|
|
84
|
+
| [**ruflo-workflows**](plugins/ruflo-workflows/README.md) | Reusable multi-step task templates |
|
|
85
|
+
| [**ruflo-federation**](plugins/ruflo-federation/README.md) | Agents on different machines collaborate securely |
|
|
86
86
|
|
|
87
87
|
#### Memory & Knowledge
|
|
88
88
|
|
|
89
89
|
| Plugin | What it does |
|
|
90
90
|
|--------|-------------|
|
|
91
|
-
| **ruflo-agentdb** | Fast vector database for agent memory |
|
|
92
|
-
| **ruflo-rag-memory** | Smart retrieval — hybrid search, graph hops, diversity ranking |
|
|
93
|
-
| **ruflo-rvf** | Save and restore agent memory across sessions |
|
|
94
|
-
| **ruflo-ruvector** | [`ruvector`](https://npmjs.com/package/ruvector) — GPU-accelerated search, Graph RAG, 103 tools |
|
|
95
|
-
| **ruflo-knowledge-graph** | Build and traverse entity relationship maps |
|
|
91
|
+
| [**ruflo-agentdb**](plugins/ruflo-agentdb/README.md) | Fast vector database for agent memory |
|
|
92
|
+
| [**ruflo-rag-memory**](plugins/ruflo-rag-memory/README.md) | Smart retrieval — hybrid search, graph hops, diversity ranking |
|
|
93
|
+
| [**ruflo-rvf**](plugins/ruflo-rvf/README.md) | Save and restore agent memory across sessions |
|
|
94
|
+
| [**ruflo-ruvector**](plugins/ruflo-ruvector/README.md) | [`ruvector`](https://npmjs.com/package/ruvector) — GPU-accelerated search, Graph RAG, 103 tools |
|
|
95
|
+
| [**ruflo-knowledge-graph**](plugins/ruflo-knowledge-graph/README.md) | Build and traverse entity relationship maps |
|
|
96
96
|
|
|
97
97
|
#### Intelligence & Learning
|
|
98
98
|
|
|
99
99
|
| Plugin | What it does |
|
|
100
100
|
|--------|-------------|
|
|
101
|
-
| **ruflo-intelligence** | Agents learn from past successes and get smarter |
|
|
102
|
-
| **ruflo-daa** | Dynamic agent behavior and cognitive patterns |
|
|
103
|
-
| **ruflo-ruvllm** | Run local LLMs (Ollama, etc.) with smart routing |
|
|
104
|
-
| **ruflo-goals** | Break big goals into plans and track progress |
|
|
101
|
+
| [**ruflo-intelligence**](plugins/ruflo-intelligence/README.md) | Agents learn from past successes and get smarter |
|
|
102
|
+
| [**ruflo-daa**](plugins/ruflo-daa/README.md) | Dynamic agent behavior and cognitive patterns |
|
|
103
|
+
| [**ruflo-ruvllm**](plugins/ruflo-ruvllm/README.md) | Run local LLMs (Ollama, etc.) with smart routing |
|
|
104
|
+
| [**ruflo-goals**](plugins/ruflo-goals/README.md) | Break big goals into plans and track progress |
|
|
105
105
|
|
|
106
106
|
#### Code Quality & Testing
|
|
107
107
|
|
|
108
108
|
| Plugin | What it does |
|
|
109
109
|
|--------|-------------|
|
|
110
|
-
| **ruflo-testgen** | Find missing tests and generate them automatically |
|
|
111
|
-
| **ruflo-browser** | Automate browser testing with Playwright |
|
|
112
|
-
| **ruflo-jujutsu** | Analyze git diffs, score risk, suggest reviewers |
|
|
113
|
-
| **ruflo-docs** | Generate and maintain documentation automatically |
|
|
110
|
+
| [**ruflo-testgen**](plugins/ruflo-testgen/README.md) | Find missing tests and generate them automatically |
|
|
111
|
+
| [**ruflo-browser**](plugins/ruflo-browser/README.md) | Automate browser testing with Playwright |
|
|
112
|
+
| [**ruflo-jujutsu**](plugins/ruflo-jujutsu/README.md) | Analyze git diffs, score risk, suggest reviewers |
|
|
113
|
+
| [**ruflo-docs**](plugins/ruflo-docs/README.md) | Generate and maintain documentation automatically |
|
|
114
114
|
|
|
115
115
|
#### Security & Compliance
|
|
116
116
|
|
|
117
117
|
| Plugin | What it does |
|
|
118
118
|
|--------|-------------|
|
|
119
|
-
| **ruflo-security-audit** | Scan for vulnerabilities and CVEs |
|
|
120
|
-
| **ruflo-aidefence** | Block prompt injection, detect PII, safety scanning |
|
|
119
|
+
| [**ruflo-security-audit**](plugins/ruflo-security-audit/README.md) | Scan for vulnerabilities and CVEs |
|
|
120
|
+
| [**ruflo-aidefence**](plugins/ruflo-aidefence/README.md) | Block prompt injection, detect PII, safety scanning |
|
|
121
121
|
|
|
122
122
|
#### Architecture & Methodology
|
|
123
123
|
|
|
124
124
|
| Plugin | What it does |
|
|
125
125
|
|--------|-------------|
|
|
126
|
-
| **ruflo-adr** | Track architecture decisions with a living record |
|
|
127
|
-
| **ruflo-ddd** | Scaffold domain-driven design — contexts, aggregates, events |
|
|
128
|
-
| **ruflo-sparc** | Guided 5-phase development methodology with quality gates |
|
|
126
|
+
| [**ruflo-adr**](plugins/ruflo-adr/README.md) | Track architecture decisions with a living record |
|
|
127
|
+
| [**ruflo-ddd**](plugins/ruflo-ddd/README.md) | Scaffold domain-driven design — contexts, aggregates, events |
|
|
128
|
+
| [**ruflo-sparc**](plugins/ruflo-sparc/README.md) | Guided 5-phase development methodology with quality gates |
|
|
129
129
|
|
|
130
130
|
#### DevOps & Observability
|
|
131
131
|
|
|
132
132
|
| Plugin | What it does |
|
|
133
133
|
|--------|-------------|
|
|
134
|
-
| **ruflo-migrations** | Manage database schema changes safely |
|
|
135
|
-
| **ruflo-observability** | Structured logs, traces, and metrics in one place |
|
|
136
|
-
| **ruflo-cost-tracker** | Track token usage, set budgets, get cost alerts |
|
|
134
|
+
| [**ruflo-migrations**](plugins/ruflo-migrations/README.md) | Manage database schema changes safely |
|
|
135
|
+
| [**ruflo-observability**](plugins/ruflo-observability/README.md) | Structured logs, traces, and metrics in one place |
|
|
136
|
+
| [**ruflo-cost-tracker**](plugins/ruflo-cost-tracker/README.md) | Track token usage, set budgets, get cost alerts |
|
|
137
137
|
|
|
138
138
|
#### Extensibility
|
|
139
139
|
|
|
140
140
|
| Plugin | What it does |
|
|
141
141
|
|--------|-------------|
|
|
142
|
-
| **ruflo-
|
|
143
|
-
| **ruflo-plugin-creator** | Scaffold, validate, and publish your own plugins |
|
|
142
|
+
| [**ruflo-agent**](plugins/ruflo-agent/README.md) | Run agents — local WASM sandbox (rvagent) + Anthropic Claude Managed Agents (cloud) |
|
|
143
|
+
| [**ruflo-plugin-creator**](plugins/ruflo-plugin-creator/README.md) | Scaffold, validate, and publish your own plugins |
|
|
144
144
|
|
|
145
145
|
#### Domain-Specific
|
|
146
146
|
|
|
147
147
|
| Plugin | What it does |
|
|
148
148
|
|--------|-------------|
|
|
149
|
-
| **ruflo-iot-cognitum** | IoT device management — trust scoring, anomaly detection, fleets |
|
|
150
|
-
| **ruflo-neural-trader** | [`neural-trader`](https://npmjs.com/package/neural-trader) — AI trading with 4 agents, backtesting, 112+ tools |
|
|
151
|
-
| **ruflo-market-data** | Ingest market data, vectorize OHLCV, detect patterns |
|
|
149
|
+
| [**ruflo-iot-cognitum**](plugins/ruflo-iot-cognitum/README.md) | IoT device management — trust scoring, anomaly detection, fleets |
|
|
150
|
+
| [**ruflo-neural-trader**](plugins/ruflo-neural-trader/README.md) | [`neural-trader`](https://npmjs.com/package/neural-trader) — AI trading with 4 agents, backtesting, 112+ tools |
|
|
151
|
+
| [**ruflo-market-data**](plugins/ruflo-market-data/README.md) | Ingest market data, vectorize OHLCV, detect patterns |
|
|
152
152
|
|
|
153
153
|
</details>
|
|
154
154
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ruflo",
|
|
3
|
-
"version": "3.7.0-alpha.
|
|
3
|
+
"version": "3.7.0-alpha.27",
|
|
4
4
|
"description": "Ruflo - Enterprise AI agent orchestration platform. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration",
|
|
5
5
|
"main": "bin/ruflo.js",
|
|
6
6
|
"type": "module",
|