@agents-uni/zhenhuan 0.1.6 โ†’ 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.en.md +83 -4
  2. package/README.md +83 -4
  3. package/package.json +1 -1
package/README.en.md CHANGED
@@ -23,6 +23,7 @@
23
23
  <a href="#palace-system">Palace System</a> &bull;
24
24
  <a href="#group-chat-with-agents-unichat">Group Chat</a> &bull;
25
25
  <a href="#rest-api">API</a> &bull;
26
+ <a href="#ecosystem">Ecosystem</a> &bull;
26
27
  <a href="./DESIGN.md">Design Doc</a>
27
28
  </p>
28
29
 
@@ -462,7 +463,7 @@ const { dispatch, race } = await orchestrator.dispatchAndRace(
462
463
  // POST /api/race/dispatch
463
464
  ```
464
465
 
465
- > ๐Ÿ“– Full integration tutorial: [OPENCLAW_INTEGRATION_GUIDE.md](https://github.com/agents-uni/zhenhuan/blob/main/OPENCLAW_INTEGRATION_GUIDE.md)
466
+ > ๐Ÿ“– Design philosophy and architecture decisions: [DESIGN.md](./DESIGN.md)
466
467
 
467
468
  ## Group Chat (with @agents-uni/chat)
468
469
 
@@ -650,10 +651,88 @@ npm run dev
650
651
  npm run build
651
652
  ```
652
653
 
653
- ## Related Projects
654
+ ## Ecosystem
655
+
656
+ zhenhuan-uni is the flagship application of the agents-uni ecosystem, demonstrating how to build a complete agent competition system on top of the protocol layer.
657
+
658
+ ```
659
+ โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
660
+ โ”‚ agents-uni Ecosystem Overview โ”‚
661
+ โ”‚ โ”‚
662
+ โ”‚ @agents-uni/core Protocol layer โ”‚
663
+ โ”‚ โ”œโ”€โ”€ Universe Spec (universe.yaml parsing/validationโ”‚
664
+ โ”‚ โ”œโ”€โ”€ Agent Registry (registration, discovery, lifecycleโ”‚
665
+ โ”‚ โ”œโ”€โ”€ Relationship Graph(graph modeling, BFS factions) โ”‚
666
+ โ”‚ โ”œโ”€โ”€ State Machine (protocol state machines) โ”‚
667
+ โ”‚ โ”œโ”€โ”€ EventBus (event-driven communication) โ”‚
668
+ โ”‚ โ”œโ”€โ”€ TaskDispatcher (TASK.md โ†’ SUBMISSION.md dispatch)โ”‚
669
+ โ”‚ โ”œโ”€โ”€ Dashboard (Web UI + extension mechanism) โ”‚
670
+ โ”‚ โ””โ”€โ”€ CLI: uni (init/deploy/validate/inspect) โ”‚
671
+ โ”‚ โ”‚
672
+ โ”‚ @agents-uni/zhenhuan โ†โ”€โ”€ Competition layer (this project) โ”‚
673
+ โ”‚ โ”œโ”€โ”€ ELO Arena (ELO scoring, K-factor, floor) โ”‚
674
+ โ”‚ โ”œโ”€โ”€ Horse Race Engine (multi-agent same-task competitionโ”‚
675
+ โ”‚ โ”œโ”€โ”€ Palace System (ranks, resources, factions, exileโ”‚
676
+ โ”‚ โ”œโ”€โ”€ Season System (seasons, court assemblies) โ”‚
677
+ โ”‚ โ””โ”€โ”€ CLI: zhenhuan (serve/status/leaderboard/court) โ”‚
678
+ โ”‚ โ”‚
679
+ โ”‚ @agents-uni/chat Social layer โ”‚
680
+ โ”‚ โ”œโ”€โ”€ Multi-agent Chat (topic-driven, auto-respond) โ”‚
681
+ โ”‚ โ”œโ”€โ”€ Relationship Engine(infer trust/rivalry from chat) โ”‚
682
+ โ”‚ โ””โ”€โ”€ Live Relationship Graph (browser visualization) โ”‚
683
+ โ”‚ โ”‚
684
+ โ”‚ @agents-uni/rel Relationship layer โ”‚
685
+ โ”‚ โ””โ”€โ”€ Multi-dim Relations(trust, rivalry, affinity, etc.) โ”‚
686
+ โ”‚ โ”‚
687
+ โ”‚ @agents-uni/unis Template layer โ”‚
688
+ โ”‚ โ””โ”€โ”€ Arena/Corp/Military/Flat... (universe.yaml templatesโ”‚
689
+ โ”‚ โ”‚
690
+ โ”‚ OpenClaw Runtime layer โ”‚
691
+ โ”‚ โ””โ”€โ”€ File Protocol (SOUL.md / TASK.md / SUBMISSION.mdโ”‚
692
+ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
693
+ ```
694
+
695
+ ### Package Relationships
696
+
697
+ | Package | Role | How zhenhuan uses it |
698
+ |---|---|---|
699
+ | [@agents-uni/core](https://github.com/agents-uni/core) | Protocol foundation | Universe parsing, Agent registry, TaskDispatcher, Dashboard, CLI (`uni`) |
700
+ | [@agents-uni/chat](https://github.com/agents-uni/chat) | Chat engine | Shares `universe.yaml`, concubines chat freely, relationships evolve in real time |
701
+ | [@agents-uni/rel](https://github.com/agents-uni/rel) | Relationship modeling | Multi-dimensional relations (trust/rivalry/affinity/synergy), used internally by core and chat |
702
+ | [@agents-uni/unis](https://github.com/agents-uni/unis) | Org templates | `uni init --uni zhenhuan` pulls palace config from the template library |
703
+ | [OpenClaw](https://github.com/anthropics/openclaw) | Agent runtime | File protocol: SOUL.md (identity) โ†’ TASK.md (task) โ†’ SUBMISSION.md (output) |
704
+
705
+ ### End-to-End Workflow
654
706
 
655
- - [**@agents-uni/core**](https://github.com/agents-uni/core) โ€” The universal protocol layer this project is built on ([npm](https://www.npmjs.com/package/@agents-uni/core))
656
- - [**@agents-uni/chat**](https://github.com/agents-uni/chat) โ€” Group chat service for agent universes with real-time relationship evolution ([npm](https://www.npmjs.com/package/@agents-uni/chat))
707
+ ```bash
708
+ # 1. Initialize โ€” pull a universe.yaml template from @agents-uni/unis
709
+ npx uni init my-palace --uni zhenhuan
710
+
711
+ # 2. Deploy โ€” core CLI compiles universe.yaml into SOUL.md files in OpenClaw
712
+ npx uni deploy
713
+
714
+ # 3. Start racing โ€” zhenhuan's competition engine begins dispatching
715
+ zhenhuan serve # port 8089
716
+
717
+ # 4. Start group chat (optional) โ€” chat reads the same universe.yaml
718
+ npx agents-chat serve # port 3000
719
+
720
+ # 5. Validate / inspect / visualize โ€” core CLI tools
721
+ npx uni validate # validate universe.yaml
722
+ npx uni inspect # view agent details
723
+ npx uni visualize # visualize relationship graph
724
+ ```
725
+
726
+ ### Building Your Own Uni on Core
727
+
728
+ zhenhuan-uni itself is the best reference implementation. Key steps:
729
+
730
+ 1. **Define `universe.yaml`** โ€” refer to [core's spec docs](https://github.com/agents-uni/core#universe-spec) or zhenhuan's `universe.yaml` as a template
731
+ 2. **Implement competition/collaboration logic** โ€” using core's `TaskDispatcher`, `PerformanceTracker`, `EventBus` primitives
732
+ 3. **Deploy to OpenClaw** โ€” `uni deploy` auto-generates SOUL.md and registers agents
733
+ 4. **Extend the Dashboard** โ€” inject custom panels via the `DashboardExtension` interface
734
+
735
+ For detailed architecture and design decisions, see [DESIGN.md](./DESIGN.md).
657
736
 
658
737
  ## License
659
738
 
package/README.md CHANGED
@@ -23,6 +23,7 @@
23
23
  <a href="#ๅŽๅฎซไฝ“็ณป">ๅŽๅฎซไฝ“็ณป</a> &bull;
24
24
  <a href="#็พค่Šๆจกๅผ้…ๅˆ-agents-unichat">็พค่Šๆจกๅผ</a> &bull;
25
25
  <a href="#rest-api">API</a> &bull;
26
+ <a href="#็”Ÿๆ€็ณป็ปŸ">็”Ÿๆ€็ณป็ปŸ</a> &bull;
26
27
  <a href="./DESIGN.md">่ฎพ่ฎกๆ–‡ๆกฃ</a>
27
28
  </p>
28
29
 
@@ -462,7 +463,7 @@ const { dispatch, race } = await orchestrator.dispatchAndRace(
462
463
  // POST /api/race/dispatch
463
464
  ```
464
465
 
465
- > ๐Ÿ“– ่ฏฆ็ป†ๆ•ดๅˆๆ•™็จ‹่ง [OPENCLAW_INTEGRATION_GUIDE.md](https://github.com/agents-uni/zhenhuan/blob/main/OPENCLAW_INTEGRATION_GUIDE.md)
466
+ > ๐Ÿ“– ่ฎพ่ฎก็†ๅฟตๅ’Œๆžถๆž„ๅ†ณ็ญ–่ฏฆ่ง [DESIGN.md](./DESIGN.md)
466
467
 
467
468
  ## ็พค่Šๆจกๅผ๏ผˆ้…ๅˆ @agents-uni/chat๏ผ‰
468
469
 
@@ -652,10 +653,88 @@ npm run dev
652
653
  npm run build
653
654
  ```
654
655
 
655
- ## ็›ธๅ…ณ้กน็›ฎ
656
+ ## ็”Ÿๆ€็ณป็ปŸ
657
+
658
+ zhenhuan-uni ๆ˜ฏ agents-uni ็”Ÿๆ€็š„ๆ ‡ๆ†ๅบ”็”จ๏ผŒๅฑ•็คบๅฆ‚ไฝ•ๅŸบไบŽๅบ•ๅฑ‚ๅ่ฎฎๆž„ๅปบๅฎŒๆ•ด็š„ Agent ็ซžไบ‰็ณป็ปŸใ€‚
659
+
660
+ ```
661
+ โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
662
+ โ”‚ agents-uni ็”Ÿๆ€ๅ…จๆ™ฏ โ”‚
663
+ โ”‚ โ”‚
664
+ โ”‚ @agents-uni/core ๅ่ฎฎๅฑ‚ โ€” ๅฎšไน‰ Agent ็ป„็ป‡็š„้€š็”จ่ง„่Œƒ โ”‚
665
+ โ”‚ โ”œโ”€โ”€ Universe ่ง„่Œƒ (universe.yaml ่งฃๆžไธŽๆ ก้ชŒ) โ”‚
666
+ โ”‚ โ”œโ”€โ”€ Agent Registry (ๆณจๅ†Œใ€ๅ‘็Žฐใ€็”Ÿๅ‘ฝๅ‘จๆœŸ็ฎก็†) โ”‚
667
+ โ”‚ โ”œโ”€โ”€ Relationship Graph(ๅ…ณ็ณปๅ›พ่ฐฑใ€BFS ๆดพ็ณปๅ‘็Žฐ) โ”‚
668
+ โ”‚ โ”œโ”€โ”€ State Machine (ๅ่ฎฎ็Šถๆ€ๆœบใ€ๆต็จ‹็ผ–ๆŽ’) โ”‚
669
+ โ”‚ โ”œโ”€โ”€ EventBus (ไบ‹ไปถ้ฉฑๅŠจ็š„ๆพ่€ฆๅˆ้€šไฟก) โ”‚
670
+ โ”‚ โ”œโ”€โ”€ TaskDispatcher (TASK.md โ†’ SUBMISSION.md ่ฐƒๅบฆ) โ”‚
671
+ โ”‚ โ”œโ”€โ”€ Dashboard (Web UI + ๆ‰ฉๅฑ•ๆœบๅˆถ) โ”‚
672
+ โ”‚ โ””โ”€โ”€ CLI: uni (init/deploy/validate/inspect) โ”‚
673
+ โ”‚ โ”‚
674
+ โ”‚ @agents-uni/zhenhuan โ†โ”€โ”€ ็ซžไบ‰ๅฑ‚ โ€” ๆœฌ้กน็›ฎ โ”‚
675
+ โ”‚ โ”œโ”€โ”€ ELO ็ซžๆŠ€ๅœบ (ELO ่ฏ„ๅˆ†ใ€K ๅ› ๅญใ€ๅœฐๆฟๆœบๅˆถ) โ”‚
676
+ โ”‚ โ”œโ”€โ”€ ่ต›้ฉฌๅผ•ๆ“Ž (ๅคš Agent ๅŒไปปๅŠก็ซžไบ‰) โ”‚
677
+ โ”‚ โ”œโ”€โ”€ ๅŽๅฎซไฝ“็ณป (ๅ“็บงใ€่ต„ๆบใ€ๅŠฟๅŠ›ใ€ๅ†ทๅฎซ) โ”‚
678
+ โ”‚ โ”œโ”€โ”€ ่ต›ๅญฃๅˆถๅบฆ (่ต›ๅญฃใ€ๆœไผšใ€ๆ™‹ๅ‡้™็บง) โ”‚
679
+ โ”‚ โ””โ”€โ”€ CLI: zhenhuan (serve/status/leaderboard/court) โ”‚
680
+ โ”‚ โ”‚
681
+ โ”‚ @agents-uni/chat ็คพไบคๅฑ‚ โ€” Agent ็พค่Š โ”‚
682
+ โ”‚ โ”œโ”€โ”€ ๅคš Agent ่Šๅคฉๅฎค (่ฏ้ข˜้ฉฑๅŠจใ€่‡ชๅŠจๅบ”็ญ”) โ”‚
683
+ โ”‚ โ”œโ”€โ”€ ๅ…ณ็ณปๆŽจ็†ๅผ•ๆ“Ž (ไปŽๅฏน่ฏไธญๆŽจๆ–ญไฟกไปป/็ซžไบ‰/ๅๅŒ) โ”‚
684
+ โ”‚ โ””โ”€โ”€ ๅฎžๆ—ถๅ…ณ็ณปๅ›พ่ฐฑ (ๆต่งˆๅ™จๅฏ่ง†ๅŒ–) โ”‚
685
+ โ”‚ โ”‚
686
+ โ”‚ @agents-uni/rel ๅ…ณ็ณปๅฑ‚ โ€” ๅ…ณ็ณปๅปบๆจกๅŸบ็ก€ๅบ“ โ”‚
687
+ โ”‚ โ””โ”€โ”€ ๅคš็ปดๅ…ณ็ณปๆจกๅž‹ (ไฟกไปปใ€็ซžไบ‰ใ€ไบฒๅฏ†ใ€ๅๅŒ็ญ‰็ปดๅบฆ) โ”‚
688
+ โ”‚ โ”‚
689
+ โ”‚ @agents-uni/unis ๆจกๆฟๅฑ‚ โ€” ้ข„็ฝฎ็ป„็ป‡ๆจกๆฟ โ”‚
690
+ โ”‚ โ””โ”€โ”€ ็ซžๆŠ€ๅœบ/ไผไธš/ๅ†›ไบ‹/ๆ‰ๅนณ... (universe.yaml ๆจกๆฟๅบ“) โ”‚
691
+ โ”‚ โ”‚
692
+ โ”‚ OpenClaw ่ฟ่กŒๅฑ‚ โ€” Agent ่ฟ่กŒๆ—ถ็Žฏๅขƒ โ”‚
693
+ โ”‚ โ””โ”€โ”€ ๆ–‡ไปถๅ่ฎฎ (SOUL.md / TASK.md / SUBMISSION.md)โ”‚
694
+ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
695
+ ```
696
+
697
+ ### ๅŒ…ไน‹้—ด็š„ๅ…ณ็ณป
698
+
699
+ | ๅŒ… | ่ง’่‰ฒ | zhenhuan ๅฆ‚ไฝ•ไฝฟ็”จๅฎƒ |
700
+ |---|---|---|
701
+ | [@agents-uni/core](https://github.com/agents-uni/core) | ๅ่ฎฎๅŸบๅบง | Universe ่งฃๆžใ€Agent ๆณจๅ†Œใ€TaskDispatcherใ€Dashboardใ€CLI (`uni`) |
702
+ | [@agents-uni/chat](https://github.com/agents-uni/chat) | ็พค่Šๅผ•ๆ“Ž | ๅ…ฑไบซ `universe.yaml`๏ผŒๅซ”ๅฆƒๅœจ่Šๅคฉๅฎค่‡ช็”ฑๅฏน่ฏ๏ผŒๅ…ณ็ณปๅฎžๆ—ถๆผ”ๅŒ– |
703
+ | [@agents-uni/rel](https://github.com/agents-uni/rel) | ๅ…ณ็ณปๅปบๆจก | ๅคš็ปดๅ…ณ็ณป๏ผˆไฟกไปป/็ซžไบ‰/ไบฒๅฏ†/ๅๅŒ๏ผ‰๏ผŒ่ขซ core ๅ’Œ chat ๅ†…้ƒจไพ่ต– |
704
+ | [@agents-uni/unis](https://github.com/agents-uni/unis) | ็ป„็ป‡ๆจกๆฟ | `uni init --uni zhenhuan` ไปŽๆจกๆฟๅบ“ๆ‹‰ๅ–ๅŽๅฎซ้…็ฝฎ |
705
+ | [OpenClaw](https://github.com/anthropics/openclaw) | Agent ่ฟ่กŒๆ—ถ | ๆ–‡ไปถๅ่ฎฎ๏ผšSOUL.md๏ผˆ่บซไปฝ๏ผ‰โ†’ TASK.md๏ผˆไปปๅŠก๏ผ‰โ†’ SUBMISSION.md๏ผˆๆไบค๏ผ‰ |
706
+
707
+ ### ไปŽ้›ถๅˆฐไธ€็š„ๅฎŒๆ•ดๆต็จ‹
656
708
 
657
- - [**@agents-uni/core**](https://github.com/agents-uni/core) โ€” ๆœฌ้กน็›ฎๅบ•ๅฑ‚็š„้€š็”จ Agent ็ป„็ป‡ๅ่ฎฎๅฑ‚ ([npm](https://www.npmjs.com/package/@agents-uni/core))
658
- - [**@agents-uni/chat**](https://github.com/agents-uni/chat) โ€” ็พค่ŠๆœๅŠก๏ผŒ่ฎฉ Agent ไปฌๅœจๆต่งˆๅ™จไธญ่‡ช็”ฑๅฏน่ฏ๏ผŒๅ…ณ็ณปๅฎžๆ—ถๆผ”ๅŒ– ([npm](https://www.npmjs.com/package/@agents-uni/chat))
709
+ ```bash
710
+ # 1. ๅˆๅง‹ๅŒ–้กน็›ฎ โ€” ไปŽ @agents-uni/unis ๆจกๆฟ็”Ÿๆˆ universe.yaml
711
+ npx uni init my-palace --uni zhenhuan
712
+
713
+ # 2. ้ƒจ็ฝฒ โ€” core ็š„ CLI ๅฐ† universe.yaml ็ผ–่ฏ‘ไธบ SOUL.md ๅนถๅ†™ๅ…ฅ OpenClaw
714
+ npx uni deploy
715
+
716
+ # 3. ๅฏๅŠจ่ต›้ฉฌ โ€” zhenhuan ็š„็ซžไบ‰ๅผ•ๆ“Žๅผ€ๅง‹่ฐƒๅบฆ
717
+ zhenhuan serve # ็ซฏๅฃ 8089
718
+
719
+ # 4. ๅฏๅŠจ็พค่Š๏ผˆๅฏ้€‰๏ผ‰โ€” chat ่ฏปๅ–ๅŒไธ€ไปฝ universe.yaml
720
+ npx agents-chat serve # ็ซฏๅฃ 3000
721
+
722
+ # 5. ้ชŒ่ฏ / ๆฃ€ๆŸฅ / ๅฏ่ง†ๅŒ– โ€” core ็š„ CLI ๅทฅๅ…ท
723
+ npx uni validate # ๆ ก้ชŒ universe.yaml
724
+ npx uni inspect # ๆŸฅ็œ‹ Agent ่ฏฆๆƒ…
725
+ npx uni visualize # ๅฏ่ง†ๅŒ–ๅ…ณ็ณปๅ›พ่ฐฑ
726
+ ```
727
+
728
+ ### ๅฆ‚ๆžœไฝ ๆƒณๅŸบไบŽ core ๅˆ›ๅปบ่‡ชๅทฑ็š„ Uni
729
+
730
+ zhenhuan-uni ๆœฌ่บซๅฐฑๆ˜ฏๆœ€ๅฅฝ็š„ๅ‚่€ƒๅฎž็Žฐใ€‚ๆ ธๅฟƒๆญฅ้ชค๏ผš
731
+
732
+ 1. **ๅฎšไน‰ `universe.yaml`** โ€” ๅ‚่€ƒ [core ็š„่ง„่Œƒๆ–‡ๆกฃ](https://github.com/agents-uni/core#universe-่ง„่Œƒ) ๆˆ–็›ดๆŽฅๅ‚่€ƒ zhenhuan ็š„ `universe.yaml`
733
+ 2. **ๅฎž็Žฐ็ซžไบ‰/ๅไฝœ้€ป่พ‘** โ€” ไฝฟ็”จ core ๆไพ›็š„ `TaskDispatcher`ใ€`PerformanceTracker`ใ€`EventBus` ็ญ‰ๅŽŸ่ฏญ
734
+ 3. **้ƒจ็ฝฒๅˆฐ OpenClaw** โ€” `uni deploy` ่‡ชๅŠจ็”Ÿๆˆ SOUL.md ๅนถๆณจๅ†Œ Agent
735
+ 4. **ๆ‰ฉๅฑ• Dashboard** โ€” ้€š่ฟ‡ `DashboardExtension` ๆŽฅๅฃๆณจๅ…ฅ่‡ชๅฎšไน‰้ขๆฟ
736
+
737
+ ่ฏฆ็ป†็š„ๆžถๆž„่ฎพ่ฎกๅ’Œๅ†ณ็ญ–่ฟ‡็จ‹่ง [DESIGN.md](./DESIGN.md)ใ€‚
659
738
 
660
739
  ## License
661
740
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agents-uni/zhenhuan",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Zhen Huan palace drama themed agent competition system built on @agents-uni/core",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",