← 返回 Skills 市场
aaroncxxx

Lite V3

作者 aaroncxxx · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
60
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lite-v3
功能描述
提供企业级多Agent协作框架,支持三维记忆、因果推理、自我进化及零信任安全管理,含Web管理界面和调试工具。
使用说明 (SKILL.md)

帝国架构 (Empire Architecture)

多 Agent 协作框架 · 三维记忆 × 因果推理 × 自我进化

概述

帝国架构是一个企业级多 Agent 协作框架,以"丞相-百官"编排模式运行。核心特色包括三维记忆系统、因果推理图谱、Agent 自我进化、零信任安全体系。

当前版本:v3.2 DX(开发者体验提升)

核心能力

  • 多 Agent 协作:丞相编排 + 256 节点并行,DAG + Shapley 值贡献分配
  • 三维记忆:形式/功能/动态三层记忆架构,支持因果推理与知识蒸馏
  • 自我进化:Agent 自动评估、Prompt 优化、等级晋升降级
  • 多模型路由:MIMO / DeepSeek / GPT 等多模型智能路由
  • 企业安全:零信任引擎、RBAC 角色权限、敏感词检测、审计日志
  • 插件系统:支持 ClawHub 插件安装与管理

快速开始

# 交互模式
python3 main.py

# 单次执行
python3 main.py "写一篇关于AI的报告"

# 自治模式(多轮迭代)
python3 main.py --auto "分析市场趋势"

# Web 管理界面
streamlit run dashboard/app.py

# 系统健康检查
python -m core.debug_tools health

项目结构

lite-v3/
├── main.py              # CLI 入口
├── chancellor.py        # 丞相(核心编排器)
├── config.json          # 系统配置
├── core/
│   ├── memory3d.py      # 三维记忆系统
│   ├── memory.py        # 传统记忆
│   ├── bus.py           # 消息总线
│   ├── taskqueue.py     # 任务队列
│   ├── security.py      # 安全系统 + 零信任
│   ├── rbac.py          # RBAC 权限
│   ├── self_evolution.py # 自我进化
│   ├── evolution_plus.py # 闭环优化
│   ├── model_router.py  # 多模型路由
│   ├── debug_tools.py   # 调试与监控
│   └── ...
├── dashboard/
│   └── app.py           # Streamlit 管理界面
├── agents/              # Agent 实现
├── data/                # 持久化数据
├── knowledge/           # 知识库
└── tests/               # 测试

v3.2 DX 功能

Web 管理界面 (dashboard/app.py)

12 个功能模块:总览、实时任务、Agent 面板、消息总线可视化、Token 统计、记忆监控、安全审计、进化状态、检查点管理、模型路由、插件系统、任务执行。

调试工具 (core/debug_tools.py)

  • TaskDebugger:任务追踪、性能分解、重放、对比
  • LogAnalyzer:日志搜索、错误摘要、Agent 活动报告
  • SystemMonitor:健康检查、资源监控、调试报告导出

三维记忆系统

维度 层级 说明
形式层 Token → Parameter → Latent 原始文本到向量
功能层 Episodic / Semantic / Procedural 情景/语义/程序记忆
动态层 形成→巩固→检索→遗忘→更新 记忆生命周期

CLI 命令

python3 main.py              # 交互模式
python3 main.py "指令"        # 单次执行
python3 main.py --auto "指令" # 自治模式
python3 main.py --status     # 帝国状态
python3 main.py --causal     # 因果图谱
python3 main.py --library    # 帝国图书馆

调试 CLI

python -m core.debug_tools health           # 健康检查
python -m core.debug_tools errors [hours]   # 错误摘要
python -m core.debug_tools search \x3Cquery>   # 日志搜索
python -m core.debug_tools agent \x3Cid>       # Agent 活动
python -m core.debug_tools export           # 导出报告
python -m core.debug_tools resources        # 资源使用
能力标签
requires-walletrequires-oauth-tokenrequires-sensitive-credentials
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lite-v3
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lite-v3 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Empire Architecture v3.2 DX: enterprise-grade multi-agent collaboration framework with enhanced developer experience. - Introduces web management dashboard with 12 feature modules including real-time task monitoring and security auditing. - Adds advanced debugging tools for task tracing, log analysis, health and resource monitoring. - Implements 3D memory architecture for causal reasoning and self-evolution of agents. - Supports multi-model intelligent routing (MIMO, DeepSeek, GPT, etc.). - Enhanced enterprise security with zero-trust engine, RBAC, sensitive word detection, and audit logs. - CLI and debugging commands updated for improved usability and system introspection.
元数据
Slug lite-v3
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Lite V3 是什么?

提供企业级多Agent协作框架,支持三维记忆、因果推理、自我进化及零信任安全管理,含Web管理界面和调试工具。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 60 次。

如何安装 Lite V3?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lite-v3」即可一键安装,无需额外配置。

Lite V3 是免费的吗?

是的,Lite V3 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Lite V3 支持哪些平台?

Lite V3 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Lite V3?

由 aaroncxxx(@aaroncxxx)开发并维护,当前版本 v1.0.0。

💬 留言讨论