feat: 實作基於 Dify 的 AGI 治理自動化工作流 (C/D 指標鑑定與緊急剎車)#360
Open
weijay0804 wants to merge 1 commit intoryanx0621:mainfrom
Open
feat: 實作基於 Dify 的 AGI 治理自動化工作流 (C/D 指標鑑定與緊急剎車)#360weijay0804 wants to merge 1 commit intoryanx0621:mainfrom
weijay0804 wants to merge 1 commit intoryanx0621:mainfrom
Conversation
Add experimental low-code implementation using Dify.ai platform: - Identity continuity calculation (C function) - Value drift monitoring with emergency brake (D >= 0.5) - RAG-based judicial ruling generation - Bilingual documentation (zh-TW/en) Files: - Atlas_Governance_Workflow.yml: Dify DSL workflow - governance_engine.py: Core computation logic - assets/: Workflow screenshots 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
orenccl
approved these changes
Jan 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述 (Summary)
本 PR 為 Atlas World 框架提供了一套可運行的 Dify 工作流實作。旨在將專案中的「身份連續性協議」與「價值漂移防禦」理論,轉化為具備自動化決策能力的監控系統。
核心功能 (Key Features)
if-else邏輯分支。當價值漂移檔案變更 (Files Added)
implementations/dify-workflow/Atlas_Governance_Workflow.yml: Dify 導出的 DSL 工作流檔案。implementations/dify-workflow/governance_engine.py: 核心計算邏輯的獨立 Python 原始碼。implementations/dify-workflow/README.md: 提供給使用者的快速上手指南與邏輯說明。實作展示 (Screenshots/Demo)
1. 工作流全景 (Workflow Overview)
展示了「安全防禦優先於司法判決」的雙軌制設計邏輯。
2. 鑑定報告成品 (Judicial Report Sample)
展示系統如何動態引用
IDENTITY_PROTOCOL與A.3 權利保護條文產出嚴謹的裁定書。測試環境