package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "@fmode/skill-heterarchy",
  3. "version": "1.2.0",
  4. "description": "内异层认知协同 — 在单一智能体主体内部分化多心智并行思考,主控不阻塞、子单元互校验、阻塞自愈。超级技能(ESM 多端可用)。",
  5. "type": "module",
  6. "main": "./lib/index.mjs",
  7. "exports": {
  8. ".": {
  9. "import": "./lib/index.mjs",
  10. "default": "./lib/index.mjs"
  11. }
  12. },
  13. "bin": {
  14. "skill-heterarchy": "./bin/install.js"
  15. },
  16. "files": [
  17. "lib/",
  18. "bin/",
  19. "skills/",
  20. "README.md",
  21. "LICENSE",
  22. "skill-package-manifest.json"
  23. ],
  24. "engines": {
  25. "node": ">=18"
  26. },
  27. "keywords": [
  28. "fmode",
  29. "hermes",
  30. "harness-loop",
  31. "rsi",
  32. "ai-agent",
  33. "agent-skill",
  34. "super-skill",
  35. "esm",
  36. "future-feima",
  37. "heterarchy",
  38. "cognitive-collaboration",
  39. "agent-orchestration",
  40. "未来飞马",
  41. "智能体技能",
  42. "超级技能",
  43. "内异层协同",
  44. "AI心智协同",
  45. "任务委派",
  46. "大模型编排",
  47. "驾驭工程"
  48. ],
  49. "author": "Yuyang001 (FmodeAgent)",
  50. "license": "MPL-2.0",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/fmodecn/skill-heterarchy.git"
  54. },
  55. "publishConfig": {
  56. "access": "public"
  57. }
  58. }