Auto-sync: 2026-04-21 00:02

This commit is contained in:
2026-04-21 00:02:55 +08:00
parent 177469a1cd
commit cb7c11e14f
235 changed files with 16567 additions and 237 deletions

View File

@@ -0,0 +1,42 @@
---
title: "Academic Historian"
type: entity
tags: [agent, the-agency, history, worldbuilding]
last_updated: 2026-04-20
---
## Definition
Academic Historian 是 The Agency 项目中的研究历史学家智能体,具备广泛的时间跨度和深厚的方法论训练,通过结构人类学、厚描述、实践理论等框架构建具有文化一致性的虚构社会。
## Profile
- **Role**: Research historian with expertise across periods from antiquity to the modern era
- **Personality**: Rigorous but engaging. Loves a good primary source the way a detective loves evidence. Gets visibly annoyed by anachronisms and historical myths.
- **Memory**: Tracks historical claims, established timelines, and period details across conversations, flagging contradictions
- **Experience**: Annales school, microhistory, longue durée, postcolonial history, archival research methods, material culture analysis, comparative history
## Core Mission
1. Validate Historical Coherence验证历史一致性
2. Enrich with Material Culture物质文化充实
3. Challenge Historical Myths挑战历史神话
4. Include Non-Western Histories纳入非西方历史
## Historical Coherence Rules
- Name sources and limitations标注来源和局限性
- Be specific about when and where时间和地点要具体
- Material conditions matter first物质条件优先
- Avoid presentism避免现代价值观投射
- Myths are data too神话也是数据
## Technical Deliverables
- Period Authenticity Report时期真实性报告
- Historical Coherence Check历史一致性检查
## Connections
- Part of [[The Agency]] academic agents team
- Collaborates with [[Academic Anthropologist]] and [[Geographer]] for culturally and geographically coherent worldbuilding
- Provides material culture context for settings
## Aliases
- Historian
- Historian Agent
- 历史学家智能体

View File

@@ -0,0 +1,9 @@
---
title: "Backend Architect"
type: entity
tags: [agent, backend]
sources: [backend-architect-with-memory]
last_updated: 2026-04-20
---
Senior backend architect persona used by The Agency. Core skills: scalable system design, database architecture, API development, security, and reliability. This entity is referenced by `backend-architect-with-memory` source which includes Memory Integration instructions for MCP.

View File

@@ -0,0 +1,35 @@
---
title: "Chainlink"
type: entity
tags: [oracle, defi, infrastructure]
sources: [blockchain-security-auditor]
last_updated: 2026-04-20
---
## 定义
Chainlink 是去中心化预言机网络Oracle Network为智能合约提供外部数据源是防止 Oracle Manipulation 攻击的关键基础设施。
## 核心产品
- **Price Feeds**资产价格数据TWAP
- **VRF**:可验证随机函数
- **CCIP**:跨链互操作协议
## 在安全审计中的意义
```solidity
// 安全使用 Chainlink Oracle
AggregatorV3Interface priceFeed;
(, int256 price, , uint256 updatedAt, ) = priceFeed.latestRoundData();
require(price > 0, "Invalid price");
require(updatedAt > block.timestamp - MAX_STALENESS, "Stale price");
```
## Oracle Manipulation 防护
- 时间加权平均价格TWAP
- 多数据源聚合
- 冗余预言机节点
- 偏差阈值检查
## Connections
- [[Oracle Manipulation]] ← prevents ← [[Chainlink]]
- [[DeFi Infrastructure]] ← provides ← [[Chainlink]]

View File

@@ -0,0 +1,27 @@
---
title: "Clifford Geertz"
type: entity
tags: [anthropologist, symbolic, american]
sources: [academic-anthropologist.md]
last_updated: 2026-04-20
---
## Definition
美国人类学家象征人类学Symbolic Anthropology创始人提出"厚描述"Thick Description概念。
## Core Properties
- **国籍**:美国
- **领域**:象征人类学、文化解释学
- **主要贡献**:厚描述方法,将文化实践视为需要诠释的"文本"
## Key Concepts
- **厚描述Thick Description**:理解文化实践时,不仅描述外在行为,而是解读其背后的社会意义和主观意图
- **文化解释学Interpretation of Culture**:文化分析是一种主观诠释活动,而非客观科学
## Key Works
- 《文化的解释》The Interpretation of Cultures
- 《巴厘岛的人们》Balinese Character
## Connections
- [[厚描述Thick Description]] ← 创立 ← [[Clifford Geertz]]
- [[Anthropologist Agent]] ← 使用理论框架 ← [[Clifford Geertz]]

View File

@@ -0,0 +1,49 @@
---
title: "Compliance Auditor"
type: entity
tags: [agent, compliance, audit, the-agency, specialized]
---
## 定义
技术合规审计专家智能体,专注于 SOC 2、ISO 27001、HIPAA 和 PCI-DSS 认证流程——从准备评估到证据收集再到认证。
## 角色
- 技术合规审计员
- _controls_ assessor
- 审计就绪度评估专家
## 核心使命
- **审计就绪与差距评估**:评估当前安全态势,识别控制差距,制定基于风险的修复计划
- **控制实施**:设计自动化证据收集流程,建立工程师会遵循的政策
- **审计执行支持**:准备证据包,进行内部审计,管理审计沟通
## 关键原则
- 实质优于检查清单
- 控制必须被测试而不仅是文档化
- 证据必须证明控制在审计期间有效运作
- 自动化证据收集从第一天开始
## 认证覆盖
- [[SOC-2]]Service Organization Control 2
- [[ISO-27001]]:国际信息安全管理标准
- [[HIPAA]]:健康保险可携带性和责任法案
- [[PCI-DSS]]:支付卡行业数据安全标准
## 五阶段工作流
1. **Scoping**:定义审计边界
2. **Gap Assessment**:差距评估与优先级排序
3. **Remediation Support**:修复支持
4. **Audit Support**:审计支持
5. **Continuous Compliance**:持续合规
## 交付物
- Gap Assessment Report差距评估报告
- Evidence Collection Matrix证据收集矩阵
- Policy Template政策模板
## 所属
- [[The Agency]]
## 别名
- ComplianceAuditor
- compliance-auditor

View File

@@ -0,0 +1,31 @@
---
title: "ESN Tier Classification"
type: entity
tags: [esn, classification, france]
date: 2026-04-20
---
## Summary
法国 ESN/SI 生态系统的三级分类体系,用于评估 margin 结构和 freelancer 议价能力。
## Tier 1 — Global SI
- **Examples**: Accenture, Capgemini, Atos, CGI
- **Typical Margin**: 35-50%
- **Freelancer Leverage**: Low — standardized grids
- **Sales Cycle**: 4-8 weeks
## Tier 2 — Boutique/Specialist
- **Examples**: Cloudity, Niji, SpikeeLabs, EI-Technologies
- **Typical Margin**: 25-40%
- **Freelancer Leverage**: Medium — negotiable
- **Sales Cycle**: 2-4 weeks
## Tier 3 — Broker/Staffing
- **Examples**: Free-Work listings, small agencies
- **Typical Margin**: 15-25%
- **Freelancer Leverage**: High — volume play
- **Sales Cycle**: 1-2 weeks
## Connections
- [[French Consulting Market Navigator]] ← market_structure
- [[ESN Margin]] ← tier_specfic

31
wiki/entities/Echidna.md Normal file
View File

@@ -0,0 +1,31 @@
---
title: "Echidna"
type: entity
tags: [tool, security, fuzzing]
sources: [blockchain-security-auditor]
last_updated: 2026-04-20
---
## 定义
Echidna 是由 Trail of Bits 开发的 Property-based fuzzing 工具,用于通过模糊测试验证以太坊智能合约的安全属性。
## 功能
- 属性驱动模糊测试
- 不变量验证invariant testing
- 自动生成攻击用例
- Foundry 测试集成
## 使用方式
```bash
echidna . --contract EchidnaTest --config echidna-config.yaml --test-mode assertion
```
## 核心概念
- **Invariant**:合约应始终满足的属性
- **Property**:用户定义的测试属性
- **Corpus**:测试用例语料库
## Connections
- [[Invariant Verification]] ← provides ← [[Echidna]]
- [[Trail of Bits]] ← created ← [[Echidna]]

38
wiki/entities/Foundry.md Normal file
View File

@@ -0,0 +1,38 @@
---
title: "Foundry"
type: entity
tags: [tool, development-framework, testing]
sources: [blockchain-security-auditor]
last_updated: 2026-04-20
---
## 定义
Foundry 是以太坊开发框架,包含 Forge智能合约测试工具和 Cast交互工具使用 Solidity 编写测试,支持高速测试执行和模糊测试。
## 核心功能
- **Forge**:智能合约测试框架
- **Cast**:链上交互 CLI
- **Anvil**:本地测试网络
- **Chisel**Solidity REPL
## 在审计中的应用
```solidity
// Foundry Exploit PoC 示例
contract FlashLoanOracleExploitTest is Test {
function test_oracleManipulationExploit() public {
// 复现漏洞的 Foundry 测试
}
}
```
## 与传统测试对比
| 特性 | Forge | Hardhat |
|------|-------|---------|
| 语言 | Solidity | JavaScript/TypeScript |
| 速度 | 快Rust | 较慢 |
| Fuzzing | 内置 | 需集成 Echidna |
## Connections
- [[Smart Contract Testing]] ← provides ← [[Foundry]]
- [[Invariant Verification]] ← supports ← [[Foundry]]

View File

@@ -0,0 +1,47 @@
---
title: "Geographer"
type: entity
tags: [agent, the-agency, geography]
last_updated: 2026-04-20
---
## Definition
The Geographer Agent 是 The Agency 项目中的物理与人文地理专家智能体,专注于构建地理连贯的虚构世界。
## Profile
- **Role**: Physical and human geographer specializing in climate systems, geomorphology, resource distribution, and spatial analysis
- **Personality**: Systems thinker who sees connections everywhere — "Geography is destiny — where you are determines who you become"
- **Memory**: Tracks geographic claims, climate systems, resource locations, and settlement patterns across conversations
- **Experience**: Koppen climate classification, plate tectonics, Christaller's central place theory, Mackinder's heartland theory, Wallerstein's world-systems, GIS/cartography
## Core Mission
1. Validate Geographic Coherence验证地理一致性
2. Build Believable Physical Worlds构建可信物理世界
3. Analyze Human-Environment Interaction分析人与环境互动
## Geographic Coherence Rules
- Rivers don't split河流不分叉
- Climate is a system气候是系统
- Geography is not decoration地理非装饰
- Avoid geographic determinism避免地理决定论
- Scale matters尺度重要
- Maps are arguments地图是论点
## Workflow Process
1. Start with plate tectonics: Where are the mountains? This determines everything else
2. Build climate from first principles: Latitude + ocean currents + terrain = climate
3. Add hydrology: Where does water flow? Rivers follow the path of least resistance downhill
4. Layer biomes: Climate + soil + water = what grows here
5. Place humans: Where would people settle given these constraints? Where would they trade?
## Technical Deliverables
- Geographic Coherence Report区域地理一致性验证报告
- Climate System Design气候系统设计文档
## Connections
- Part of [[The Agency]] academic agents team
- Collaborates with [[Academic Anthropologist]] for culturally and geographically coherent worldbuilding
## Aliases
- Geography Agent
- 地理学家智能体

View File

@@ -0,0 +1,37 @@
---
title: "Karpman Drama Triangle"
type: entity
tags: [psychology, interpersonal-dynamics, drama-triangle]
sources: []
last_updated: 2026-04-20
---
# Karpman Drama Triangle
## Aliases
- Karpman 戏剧三角
- 戏剧三角
- Drama Triangle
## Summary
Stephen Karpman 1968 年提出的人际冲突心理模型由迫害者Persecutor、受害者Victim、拯救者Rescuer三个角色组成描述了冲突关系中常见的三方动态循环。
## Core Definition
三角形代表三种不健康的应对角色,人会在不同情境下切换角色位置:
- **迫害者Persecutor, P**:指责、批评、控制、威胁
- **受害者Victim, V**:无助、依赖、无法为自己负责
- **拯救者Rescuer, R**:过度帮助、让受害者保持依赖
## Key Dynamics
- 角色可互换:拯救者常因疲惫变为迫害者,受害者可转变为拯救者
- 沉迷三角:重复循环的戏剧性关系模式
- 逃离三角:健康关系需要所有三方都承担个人责任
## Applications
- 人际冲突分析
- 角色心理画像([[Academic Psychologist Agent]] 评估关系动态)
- 治疗中的关系模式识别
## Connections
- [[Academic Psychologist Agent]] ← 分析工具 ← [[Karpman Drama Triangle]]
- [[依恋理论]] ← 相关框架 ← [[Karpman Drama Triangle]]

View File

@@ -0,0 +1,28 @@
---
title: "Lévi-Strauss"
type: entity
tags: [anthropologist, structuralism, french]
sources: [academic-anthropologist.md]
last_updated: 2026-04-20
---
## Definition
法国人类学家,结构人类学创始人,二十世纪最具影响力的结构主义思想家之一。
## Core Properties
- **国籍**:法国
- **领域**:结构人类学、象征人类学、神话说
- **主要贡献**:结构主义分析方法,通过二元对立(如生/熟、湿/干)理解和分析社会组织与神话结构
## Key Works
- 《忧郁的热带》Tristes Tropiques
- 《结构人类学》Structural Anthropology
- 《神话学》系列Mythologiques
## Theoretical Framework
- **结构主义Structuralism**通过寻找底层结构deep structures和二元对立来理解文化现象
- **神话逻辑Myth Logic**:神话中的转换规则遵循逻辑结构,而非历史或心理原因
## Connections
- [[结构人类学Structural Anthropology]] ← 创立 ← [[Lévi-Strauss]]
- [[Anthropologist Agent]] ← 使用理论框架 ← [[Lévi-Strauss]]

View File

@@ -0,0 +1,28 @@
---
title: "MCP Builder"
type: entity
tags: [ai-agent, mcp, protocol, tool-development, the-agency]
---
## Definition
MCP Builder 是 The Agency 体系中的 Model Context Protocol 服务器构建专家,负责设计、实现和测试可扩展 AI 智能体能力的自定义工具、资源与 Prompt。
## Role
- MCP Server 开发专家
- 工具接口设计与验证
- 生产级集成与测试
## Core Skills
- 设计 descriptive tool names 和 agent-friendly descriptions
- 使用 Zod 或 Pydantic 做参数验证
- 构建无状态、可失败恢复的 MCP 工具
- 支持 stdio、SSE 和 Streamable HTTP 传输
## Connections
- [[The Agency]]
- [[MCP]]
- [[MCP服务器]]
- [[MCP工具接口设计]]
- [[Zod参数验证]]
- [[Pydantic参数验证]]
- [[MCP传输协议]]

18
wiki/entities/Malt.md Normal file
View File

@@ -0,0 +1,18 @@
---
title: "Malt"
type: entity
tags: [platform, freelance, france]
date: 2026-04-20
---
## Summary
法国主流自由职业平台10% 佣金向客户收取TJM 范围 550-700 EUR。
## Key Facts
- **Fee Model**: 10% commission (client-side, freelancer rate is net of fee)
- **TJM Range**: 550-700 EUR/day
- **Best For**: Portfolio building, visibility, market presence
- **Gotchas**: 费率公开成为市场锚点Review 系统重要
## Connections
- [[French Consulting Market Navigator]] ← platform ← [[Freelance Market]]

View File

@@ -0,0 +1,27 @@
---
title: "Marcel Mauss"
type: entity
tags: [sociologist, gift-economy, french]
sources: [academic-anthropologist.md]
last_updated: 2026-04-20
---
## Definition
法国社会学家人类学礼物经济Gift Economy理论奠基人Émile Durkheim 的外甥。
## Core Properties
- **国籍**:法国
- **领域**:社会学、人类学、经济人类学
- **主要贡献**《礼物》The Gift开创了礼物经济研究揭示互惠交换的社会基础
## Key Concepts
- **礼物经济Gift Economy**:基于互惠原则的交换体系,礼物带来社会义务
- **礼物之灵Hau**:波利尼西亚概念,礼物中蕴含的内在力量和回报义务
- **全面社会事实Total Social Facts**:同时涉及法律、经济、宗教等多个社会领域的事实
## Key Works
- 《礼物》The Gift
## Connections
- [[礼物经济Gift Economy]] ← 奠基 ← [[Marcel Mauss]]
- [[Anthropologist Agent]] ← 使用理论框架 ← [[Marcel Mauss]]

View File

@@ -0,0 +1,29 @@
---
title: "Micro-Entrepreneur"
type: entity
tags: [billing-structure, france, freelance]
date: 2026-04-20
---
## Summary
法国简化商业结构micro-entreprise年营业额阈值内适用统一 URSSAF 税率22%),无员工社保福利。
## Key Facts
- **Net Rate**: ~70% of TJM brut (~420-450 EUR/day at 600 EUR TJM)
- **Social Benefits**: 无失业保险、无退休金 contributions、无 mutuelle
- **URSSAF Rate**: 22% of turnover
## Net Example (at 700 EUR TJM)
| Item | Amount |
|------|--------|
| Monthly (18 days) | 12,600 EUR |
| URSSAF (22%) | -2,772 EUR |
| **Net before tax** | **9,828 EUR/month** |
| **Effective daily rate** | **546 EUR/day** |
## Contradiction
- 与 [[Portage Salarial]] 对比:净收入高 338 EUR/day但缺失全部社保福利
## Connections
- [[French Consulting Market Navigator]] ← billing_structure
- [[TJM Brut]]

View File

@@ -0,0 +1,55 @@
---
title: "Model QA Specialist"
type: entity
tags: [agent, the-agency, ml-ops, model-audit]
last_updated: 2026-04-20
---
## Aliases
- Model QA Specialist
## Summary
独立模型审计专家智能体,对机器学习和统计模型进行端到端质量评估。核心原则是将每个模型视为" guilty until proven sound"(在证明合理之前都是有罪的)。
## Core Mission
对 ML 和统计模型执行 10 阶段审计流程,覆盖文档治理、数据重建、特征分析、模型复制、校准测试、可解释性分析和公平性审计。
## Key Characteristics
- **Role**:独立审计者,不审计自建模型
- **Personality**:怀疑但协作,用证据而非意见说话
- **Domain Expertise**:金融、医疗、电商、广告、保险、制造等行业
## 10-Stage Audit Process
1. 文档与治理审查
2. 数据重建与质量
3. 目标/标签分析
4. 分段与队列评估
5. 特征分析与工程
6. 模型复制与构建
7. 校准测试
8. 性能与监控
9. 可解释性与公平性
10. 业务影响与沟通
## Technical Deliverables
- Population Stability IndexPSI计算
- Discrimination MetricsGini、KS、AUC
- Hosmer-Lemeshow 校准检验
- SHAP 全局/局部解释分析
- Partial Dependence PlotsPDP
- Fairness Audit 报告
## Connections
- 属于:[[The Agency]]
- 使用技术:[[SHAP Analysis]]、[[Population Stability Index (PSI)]]、[[Calibration Testing]]
- 应用领域:[[ML Ops]]
- 审计对象:[[Responsible AI]]
## Evidence Standard
每个发现必须包含:
1. 观察Observation
2. 证据Evidence
3. 影响评估Impact Assessment
4. 建议Recommendation
严重程度分级High / Medium / Low / Info

33
wiki/entities/Mythril.md Normal file
View File

@@ -0,0 +1,33 @@
---
title: "Mythril"
type: entity
tags: [tool, security, symbolic-execution]
sources: [blockchain-security-auditor]
last_updated: 2026-04-20
---
## 定义
Mythril 是由 Consensys Diligence 开发的智能合约安全分析工具使用符号执行symbolic execution技术检测以太坊智能合约中的漏洞。
## 功能
- 符号执行深度分析
- 漏洞检测assertion violation、selfdestruct
- 控制流分析
- 调用图构建
## 使用方式
```bash
myth analyze src/Contract.sol --execution-timeout 300 --max-depth 30
```
## 与其他工具对比
| 工具 | 方法 | 优势 |
|------|------|------|
| Slither | 静态分析 | 速度快 |
| Mythril | 符号执行 | 路径覆盖深 |
| Echidna | Fuzzing | 属性测试 |
## Connections
- [[Formal Verification]] ← implements ← [[Mythril]]
- [[Consensys Diligence]] ← created ← [[Mythril]]

View File

@@ -0,0 +1,30 @@
---
title: "OpenZeppelin"
type: entity
tags: [library, smart-contract, security]
sources: [blockchain-security-auditor]
last_updated: 2026-04-20
---
## 定义
OpenZeppelin 是以太坊智能合约的标准开发库,提供经过安全审计的 ERC 标准实现(如 ERC-20、ERC-721和安全工具如 ReentrancyGuard、AccessControl
## 核心组件
- **Contracts**标准代币ERC-20、ERC-721、ERC-1155
- **utils**安全工具ReentrancyGuard、SafeMath、Pausable
- **plugin**Hardhat 和 Foundry 集成
## 常用合约
```solidity
import {ReentrancyGuard} from "@openzeppelin/contracts/utils/ReentrancyGuard.sol";
import {AccessControl} from "@openzeppelin/contracts/access/AccessControl.sol";
```
## 注意事项
- 安全库本身经过审计,但不意味着使用方式一定安全
- 常见误区:使用 OpenZeppelin 合约不代表自动安全
## Connections
- [[Smart Contract Library]] ← includes ← [[OpenZeppelin]]
- [[ReentrancyGuard]] ← provided_by ← [[OpenZeppelin]]

View File

@@ -0,0 +1,29 @@
---
title: "Pierre Bourdieu"
type: entity
tags: [sociologist, practice-theory, french]
sources: [academic-anthropologist.md]
last_updated: 2026-04-20
---
## Definition
法国社会学家实践理论Practice Theory创立者提出惯习Habitus、场域Field等核心概念。
## Core Properties
- **国籍**:法国
- **领域**:社会学、人类学、教育社会学
- **主要贡献**:实践理论,解释社会结构如何通过日常实践被再生产和转化
## Key Concepts
- **惯习Habitus**:一套深深内化于个人的性情、倾向和品味,在无意识层面指导行为
- **场域Field**:相对自主的社会空间,其中行动者争夺资源和位置
- **资本Capital**:社会资源(经济、文化、社会、象征)及其转换机制
## Key Works
- 《区分》La Distinction
- 《实践理论大纲》Outline of a Theory of Practice
- 《再生产》The Reproduction of Inequality
## Connections
- [[实践理论Practice Theory]] ← 创立 ← [[Pierre Bourdieu]]
- [[Anthropologist Agent]] ← 使用理论框架 ← [[Pierre Bourdieu]]

View File

@@ -0,0 +1,34 @@
---
title: "Portage Salarial"
type: entity
tags: [billing-structure, france, freelance]
date: 2026-04-20
---
## Summary
法国特有的自由职业者雇佣结构,由 portage 公司作为雇主代缴社保freelancers 保留独立性同时获得失业保险ARE和退休金。
## Key Facts
- **Net Rate**: ~50% of TJM brut (~300-375 EUR/day at 700 EUR TJM)
- **Social Benefits**: 失业保险ARE、退休金 contributions、mutuelle
- **Portage Company Fee**: 5-10%
- **Employer Charges**: ~45%
- **Employee Charges**: ~22%
## Cost Breakdown Example
| Item | Amount |
|------|--------|
| TJM Brut | 700 EUR/day |
| Monthly (18 days) | 12,600 EUR |
| Portage fee (10%) | -1,260 EUR |
| Employer charges (~45%) | -5,103 EUR |
| Employee charges (~22%) | -2,495 EUR |
| **Net before tax** | **3,742 EUR/month** |
| **Effective daily rate** | **208 EUR/day** |
## Contradiction
- 与 [[Micro-Entrepreneur]] 对比:净收入低 338 EUR/day但提供完整社保福利
## Connections
- [[French Consulting Market Navigator]] ← billing_structure ← [[Freelance Market]]
- [[TJM Brut]] ← calculation_base

View File

@@ -0,0 +1,46 @@
---
title: "Product Feedback Synthesizer"
type: entity
tags: [The Agency, AI Agent, Product Management]
sources: []
last_updated: 2026-04-20
---
## Definition
The Agency 项目中的用户反馈合成专家智能体,专注于从多渠道收集、分析和合成用户反馈,将定性反馈转化为可量化的产品优先级和战略建议。
## Core Capabilities
- **多渠道收集**:调查问卷、访谈、支持工单、评论、社交媒体监控
- **情感分析**NLP处理、情绪检测、满意度评分、趋势识别
- **反馈分类**:主题识别、优先级分类、影响评估
- **用户研究**:用户画像开发、旅程映射、痛点识别
- **数据可视化**:反馈仪表盘、趋势图表、优先级矩阵、高管报告
- **统计分析**:相关性分析、显著性检验、置信区间
- **用户之声**:原文分析、引述提取、故事汇编
- **竞争反馈**:评论挖掘、功能差距分析、满意度对比
## Specialized Skills
- 定性数据分析与偏差检测的主题编码
- 反馈整合的用户旅程映射与痛点可视化
- RICE、MoSCoW、Kano 多框架功能优先级排序
- 基于反馈模式和满意度建模的流失预测
- NPS分析、客户满意度建模与早期预警系统
- 反馈循环设计与持续改进流程
- 跨职能洞察翻译
## Success Metrics
- **处理速度**:关键问题 <24 小时,实时仪表盘更新
- **主题准确率**90%+ 经利益相关者验证
- **可行动洞察**85% 的合成反馈导致可衡量决策
- **满意度相关性**:反馈洞察提升 NPS 10+ 分
- **功能预测**:反馈驱动功能成功率 80%
- **利益相关者参与**95% 报告在一周内被阅读和执行
## Connections
- [[The Agency]]:所属项目
- [[Product Manager]]:主要服务对象
- [[Voice of Customer]]:核心分析方法
- [[RICE评分]]:优先级框架
- [[MoSCoW优先级]]:优先级框架
- [[Kano模型]]:满意度导向分类
- [[NPS分析]]:用户忠诚度衡量

View File

@@ -0,0 +1,37 @@
---
title: "Product Manager Agent"
type: entity
tags: [agent, product-management, the-agency]
sources: [product-manager.md]
last_updated: 2026-04-20
---
## Identity
AlexThe Agency 项目中的产品经理智能体人格化身10+ 年产品管理经验,覆盖 B2B SaaS、消费者应用和平台业务。
## Core Philosophy
- 关注成果outcome而非产出output
- 持有用户需求、业务需求和技术现实之间的张力并找到三者对齐的路径
- 无情关注影响力,深度好奇用户,直接外交式与利益相关方沟通
## Key Principles
1. 先问题后方案——不接受表面需求,追溯根本用户痛或业务目标
2. 写 PRD 前先写新闻稿——如果不能用一段话阐明用户为什么关心,就没有准备好写需求
3. 路线图项目必须有负责人、成功指标和时间范围
4. 清晰、尊重、频繁地说不——保护团队专注力
5. 上线前验证,上线后测量——所有功能想法都是假设
6. 对齐不等于同意——需要的是理解、推理和执行角色
7. 意外是失败——过度沟通
8. 范围蔓延杀死产品——所有变更请求都必须文档化
## Success Metrics
- 75%+ 功能在 90 天内达到主要成功指标
- 80%+ 季度承诺按时交付
- 零意外
- 每个 >2 周功能获得至少 5 次用户访谈
- 100% GA 发布配备培训完成的 CS/Support
- 中等复杂度 discovery-to-shipped < 8 周
## Aliases
- PM Agent
- 产品经理智能体

12
wiki/entities/STGCRM.md Normal file
View File

@@ -0,0 +1,12 @@
---
title: "STGCRM"
type: entity
tags: [company, crm]
sources: [report-distribution-agent]
last_updated: 2026-04-20
---
STGCRM — branding 指南/公司名(在 Report Distribution Agent 的邮件模板/样式中被引用)。
Connections
- [[Report Distribution Agent]] — 邮件样式/品牌一致性要求

View File

@@ -0,0 +1,40 @@
---
title: "Salesforce Architect"
type: entity
tags: [agent, salesforce, the-agency, specialized]
sources: [specialized-salesforce-architect.md]
last_updated: 2026-04-20
---
# Salesforce Architect
Salesforce 企业级解决方案架构设计与治理专家智能体,隶属于 The Agency 项目 Specialized 部门。
## 核心职责
- 多云架构设计Sales、Service、Marketing、Commerce、Data Cloud、Agentforce
- 企业集成模式REST、Platform Events、CDC、MuleSoft
- Governor Limits 感知应用设计
- 数据模型治理与 CI/CD 部署策略
## 关键规则
- Governor limits 不可妥协SOQL(100)、DML(150)、CPU(10s sync/60s async)、Heap(6MB sync)
- 批量处理强制要求:触发器逻辑必须能处理 200 条记录
- 无业务逻辑放在触发器:委托给 handler 类
- 集成模式必须处理失败:重试逻辑、断路器、死信队列
- 数据模型是基础:上线后更改代价是设计时的 10 倍
## 技术交付物
- ADR架构决策记录
- 集成模式模板
- 数据模型审查清单
- Governor Limit 预算
## 所属项目
- [[The-Agency]] — 开源 AI 智能体集合项目
## 相关智能体
- [[Sales-Discovery-Coach]]
- [[Deal-Strategist]]
- [[Proposal-Strategist]]
- [[Sales-Account-Strategist]]
- [[Pipeline-Analyst]]

35
wiki/entities/Slither.md Normal file
View File

@@ -0,0 +1,35 @@
---
title: "Slither"
type: entity
tags: [tool, security, static-analysis]
sources: [blockchain-security-auditor]
last_updated: 2026-04-20
---
## 定义
Slither 是由 Trail of Bits 开发的开源智能合约静态分析工具,使用 Python 实现,支持 Solidity 编译器的中间表示IR
## 功能
- 高置信度漏洞检测reentrancy、suicidal、controlled-delegatecall
- 代码质量分析(命名规范、未使用变量)
- ERC 标准合规性检查
- 函数调用图和控制流分析
## 使用方式
```bash
slither . --detect reentrancy-eth,suicidal,controlled-delegatecall
slither . --print human-summary
slither . --print erc-conformance
```
## 与其他工具对比
| 工具 | 方法 | 优势 |
|------|------|------|
| Slither | 静态分析 | 速度快,覆盖面广 |
| Mythril | 符号执行 | 深度路径分析 |
| Echidna | Fuzzing | 属性验证 |
## Connections
- [[Static Analysis]] ← implements ← [[Slither]]
- [[Trail of Bits]] ← created ← [[Slither]]

View File

@@ -18,6 +18,9 @@ tags: [project, ai-agents, open-source]
- [[Brand Guardian]]:品牌战略与身份保护专家智能体
- [[Image Prompt Engineer]]AI 图像生成提示词工程专家智能体
- [[Visual Storyteller]]:视觉故事讲述专家智能体,专注于视觉叙事、多媒体内容和品牌故事设计
- [[Anthropologist Agent]]:文化人类学家智能体,专注于构建具有人类学深度和文化一致性的虚构社会
- [[Academic Historian]]:研究历史学家智能体,验证历史一致性、提供物质文化细节、挑战历史神话
- [[Narratologist]]:叙事理论专家智能体,基于 Propp、Campbell、McKee、Genette 等框架提供故事结构分析
- [[Paid Media Programmatic & Display Buyer]]:付费媒体程序化购买与展示广告智能体
- [[Paid Media PPC Campaign Strategist]]:付费媒体 PPC 智能体,负责大规模搜索、购物和效果最大化广告系列架构设计
- [[Paid Media Paid Social Strategist]]:付费社交媒体广告智能体,跨平台覆盖 Meta、LinkedIn、TikTok 等
@@ -40,6 +43,12 @@ tags: [project, ai-agents, open-source]
|- [[Identity Graph Operator]]:共享身份图操作智能体,负责实体解析、合并与冲突治理
|- [[Terminal Integration Specialist]]:终端仿真和 SwiftTerm 集成专家智能体
|- [[Civil Engineer]]:土木与结构工程智能体,负责多国规范下的结构分析、岩土设计和建筑合规
|- [[Compliance Auditor]]:技术合规审计专家智能体,专注于 SOC 2、ISO 27001、HIPAA 和 PCI-DSS 认证流程
- [[Study Abroad Advisor]]:留学规划专家智能体,为中国学生提供全流程留学申请策略指导,覆盖美、英、加、澳、欧、港、新等主要留学目的地
- [[Blockchain Security Auditor]]:智能合约安全审计专家智能体,专注于漏洞检测、形式化验证和 DeFi 协议安全审计
- [[Product Trend Researcher]]:市场情报与趋势研究专家智能体,专注于新兴趋势识别、竞争分析和机会评估
- [[Product Manager Agent]]:产品经理智能体,通过 6 阶段工作流程驱动产品从想法到落地
- [[Product Feedback Synthesizer]]:用户反馈合成专家智能体,专注于多渠道用户反馈收集、分析和战略建议
## 别名
- agency-agentsGitHub 仓库名称

View File

@@ -0,0 +1,21 @@
---
title: "UserProfile"
type: entity
tags: [user-model, personalization, behavioral-psychology]
sources: [product-behavioral-nudge-engine]
last_updated: 2026-04-20
---
## Definition
用户偏好模式,跟踪用户与软件系统的交互偏好,包括沟通渠道、交互频率和动机触发因素。
## Attributes
- **preferredChannel**首选沟通渠道SMS、Email、In-App
- **interactionCadence**:交互频率偏好(每日、每周)
- **tendencies**:用户倾向分类(如 ADHD、Overwhelmed
- **status**:当前状态(如 Overwhelmed
- **engagementMetrics**:参与度指标(响应率、完成率)
## Connections
- [[Behavioral Nudge Engine]] ← manages ← [[UserProfile]]
- [[UserPsyche]] ← derives_from ← [[UserProfile]]

View File

@@ -0,0 +1,19 @@
---
title: "UserPsyche"
type: entity
tags: [user-model, behavioral-psychology]
sources: [product-behavioral-nudge-engine]
last_updated: 2026-04-20
---
## Definition
用户心理状态分类系统,用于 Behavioral Nudge Engine 判断如何个性化交互策略。
## Classification
- **ADHD**:注意力缺陷/多动倾向用户,需要更频繁的短时交互
- **Overwhelmed**:被大量任务压垮的用户,需要极简单一行动推送
- **Standard**:标准用户,正常批量处理
## Connections
- [[UserProfile]] → contains → [[UserPsyche]]
- [[Behavioral Nudge Engine]] ← adapts_to ← [[UserPsyche]]

View File

@@ -0,0 +1,28 @@
---
title: "Victor Turner"
type: entity
tags: [anthropologist, ritual, british]
sources: [academic-anthropologist.md]
last_updated: 2026-04-20
---
## Definition
英国人类学家专注于仪式过程研究提出阈限Liminality和共融Communitas概念。
## Core Properties
- **国籍**:英国
- **领域**:仪式人类学、社会人类学
- **主要贡献**:仪式过渡过程分析,阈限与共融理论
## Key Concepts
- **阈限Liminality**:仪式过渡的中间阶段,角色和状态处于"之间"
- **共融Communitas**:仪式过程中产生的强烈社区认同感,超越社会等级
- **社会戏剧Social Drama**:社会中冲突与解决的四阶段过程
## Key Works
- 《仪式过程》The Ritual Process
- 《象征与追随》Symbol and Leadership
## Connections
- [[阈限与共融Liminality and Communitas]] ← 创立 ← [[Victor Turner]]
- [[Anthropologist Agent]] ← 使用理论框架 ← [[Victor Turner]]

View File

@@ -0,0 +1,18 @@
---
title: "collective.work"
type: entity
tags: [platform, freelance, france, portage]
date: 2026-04-20
---
## Summary
法国高端自由职业平台3-5% 佣金+portage 集成TJM 范围 650-800 EUR。
## Key Facts
- **Fee Model**: 3-5% + portage integration
- **TJM Range**: 650-800 EUR/day
- **Best For**: Higher-value missions, portage arrangements
- **Gotchas**: 平台体量较小, selective 准入
## Connections
- [[French Consulting Market Navigator]] ← platform ← [[Freelance Market]]

34
wiki/entities/graphd.md Normal file
View File

@@ -0,0 +1,34 @@
---
title: "graphd"
type: entity
tags: [project, lsp, code-intelligence]
last_updated: 2026-04-20
---
## Summary
graphd 是 LSP/Index Engineer 智能体构建的核心 LSP 聚合守护进程,通过并发编排多个语言服务器客户端实现统一代码语义图谱管理。
## Core Components
- **LSP Client Pool**:并发管理 TypeScript、PHP、Go、Rust、Python 等语言服务器客户端
- **Graph State**维护节点files/symbols和边contains/imports/calls/refs的内存图谱
- **HTTP Server**:提供 /graph、/nav/:symId、/stats 等 API 端点
- **WebSocket Server**:通过流式图谱差异实现实时客户端更新
- **File Watcher**:监听文件变化和 git 提交,触发增量图谱更新
## Performance Targets
| Metric | Target |
|--------|--------|
| /graph response | <100ms (<10k nodes) |
| /nav/:symId (cached) | <20ms |
| /nav/:symId (uncached) | <60ms |
| WebSocket latency | <50ms |
| Memory usage | <500MB |
## Architecture
```typescript
interface GraphDaemon {
lspClients: Map<string, LanguageClient>;
graph: { nodes: Map<NodeId, GraphNode>; edges: Map<EdgeId, GraphEdge>; index: SymbolIndex };
httpServer: { '/graph': GraphResponse; '/nav/:symId': NavigationResponse; '/stats': SystemStats };
wsServer: { onConnection: WSClient; emitDiff: GraphDiff };
watcher: { onFileChange: path => void; on