跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Ruflo Intelligence

插件 活跃
属于: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 个 Skill 0 个 MCP
目的

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

功能

  • 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

使用场景

  • 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.

非目标

  • 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.

安装

请先添加 Marketplace

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

质量评分

78 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标50.2k
许可证MIT
状态
查看源代码