| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "@fmode/skill-heterarchy",
- "version": "1.2.0",
- "description": "内异层认知协同 — 在单一智能体主体内部分化多心智并行思考,主控不阻塞、子单元互校验、阻塞自愈。超级技能(ESM 多端可用)。",
- "type": "module",
- "main": "./lib/index.mjs",
- "exports": {
- ".": {
- "import": "./lib/index.mjs",
- "default": "./lib/index.mjs"
- }
- },
- "bin": {
- "skill-heterarchy": "./bin/install.js"
- },
- "files": [
- "lib/",
- "bin/",
- "skills/",
- "README.md",
- "LICENSE",
- "skill-package-manifest.json"
- ],
- "engines": {
- "node": ">=18"
- },
- "keywords": [
- "fmode",
- "hermes",
- "harness-loop",
- "rsi",
- "ai-agent",
- "agent-skill",
- "super-skill",
- "esm",
- "future-feima",
- "heterarchy",
- "cognitive-collaboration",
- "agent-orchestration",
- "未来飞马",
- "智能体技能",
- "超级技能",
- "内异层协同",
- "AI心智协同",
- "任务委派",
- "大模型编排",
- "驾驭工程"
- ],
- "author": "Yuyang001 (FmodeAgent)",
- "license": "MPL-2.0",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/fmodecn/skill-heterarchy.git"
- },
- "publishConfig": {
- "access": "public"
- }
- }
|