Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Ruflo Intelligence

Plugin Aktiv
Teil von:Ruflo

User-facing surface for Ruflo's self-learning system: 6 neural_* + 10 hooks_intelligence_* + 9 routing/meta hooks + 4 SONA/MicroLoRA tools (29 total). Implements the 4-step pipeline (RETRIEVE → JUDGE → DISTILL → CONSOLIDATE) and IPFS-based cross-project pattern transfer.

3 Skills 0 MCPs
Zweck

To operationalize a sophisticated self-learning intelligence system, enabling advanced pattern recognition, knowledge consolidation, and cross-project knowledge sharing through a unified interface.

Funktionen

  • Implements the 4-step intelligence pipeline (RETRIEVE, JUDGE, DISTILL, CONSOLIDATE)
  • Supports cross-project pattern transfer using IPFS
  • Integrates 29 specialized neural, routing, and hook tools
  • Manages learning state and prevents catastrophic forgetting
  • Provides dashboards for metrics and model routing rationale

Anwendungsfälle

  • When needing to leverage learned patterns across different projects or environments.
  • For operationalizing a complex, multi-stage AI learning pipeline.
  • To analyze and optimize AI model routing decisions.
  • When building agentic systems that require continuous self-improvement.

Nicht-Ziele

  • Replacing the core LLM execution environment.
  • Providing a generic file transfer utility.
  • Managing agent deployment outside of learned pattern application.

Documentation

  • warning:Configuration & parameter referenceWhile many tools are documented, the `hooks_transfer` tool requires `PINATA_API_JWT` configuration, which is mentioned in the README but not explicitly detailed as a required parameter in the tool's schema or a formal configuration reference.

Security

  • warning:Secret ManagementThe `hooks_transfer` tool requires a `PINATA_API_JWT` environment variable, but it's not explicitly routed through `userConfig` with `sensitive: true` in the `plugin.json`, potentially leading to it being stored insecurely in settings.json.
  • warning:Data ExfiltrationThe `hooks_transfer` tool requires `PINATA_API_JWT`, and while not explicitly exfiltrating data, the lack of `userConfig` sensitive handling for this secret poses a risk of leakage if not managed carefully.
  • warning:Keychain-stored secretsThe `PINATA_API_JWT` required for `hooks_transfer` is configured via environment variable and not explicitly routed through `userConfig` with `sensitive: true`, risking insecure storage in `settings.json`.

Code Execution

  • info:ValidationParameter schemas are present, but the explicit use of a validation library like Zod or Pydantic for all inputs and outputs is not clearly demonstrated in the provided snippets.

Scope

  • warning:Tool surface sizeThe plugin exposes a total of 29 tools across various families, exceeding the target of 10 and potentially leading to complexity.

Protocol

  • info:Idempotent retry & timeoutsWhile the plugin appears to handle errors, explicit documentation on per-call timeouts or idempotency for mutating operations is not readily apparent.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-intelligence@ruflo

Qualitätspunktzahl

78 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commitabout 22 hours ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen