Engine
Mangofolio 核心工作流引擎 - Skill 链式调度From its SKILL.md
npx -y skills add lj22503/mangoview --skill engineAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.5 KB, 442 tokens by cl100k_base, as published. Nobody here has run it
mangofolio-core-engine: 核心工作流引擎 ⚙️
📋 功能描述
Mangofolio 的核心工作流引擎,实现 Skill 的链式调用和调度。
核心能力:
- 自然语言路由
- Skill 链式调用
- 数据验证层
- 格式化输出
边界条件:
- 需要配合具体 Skill 使用
- 数据验证依赖 data_layer
- 输出包含署名和免责声明
免责声明:
⚠️ 本文内容仅供参考,不构成任何投资建议。市场有风险,投资需谨慎。
🎯 核心模块
调度引擎
Orchestrator- 核心调度器SkillRouter- 技能路由器DataVerifier- 数据验证器OutputFormatter- 输出格式化器
Skill 接口
BaseSkill- 基础 Skill 类@skill装饰器 - Skill 注册get_skill/list_skills- Skill 管理
内置 Skill
event_analysis- 事件分析position_diagnosis- 持仓诊断personality_test- 人格测试content_generation- 内容生成
🚀 快速开始
# 执行工作流
python3 -m src "帮我分析一下 QFII 国债期货事件"
版本: v1.0.0
最后更新: 2026-05-08
What ships with it: 57 files
358.3 KB alongside SKILL.md, 51 of them executable
analysis/
- completion_checker.pyruns7.9 KB
- dili/handlers.pyruns12.2 KB
- dili/__init__.pyruns296 B
- dili/narrative.pyruns4.6 KB
- dili/scale_filter.pyruns5.9 KB
- fallback_manager.pyruns3.7 KB
- __init__.pyruns32 B
- renhe/classifiers.pyruns11.2 KB
- renhe/company_handlers.pyruns18.5 KB
- renhe/fund_handlers.pyruns17.0 KB
- renhe/__init__.pyruns375 B
- step_executor.pyruns9.9 KB
- tianshi/cycle_matrix.pyruns7.7 KB
- tianshi/handlers.pyruns14.8 KB
- tianshi/__init__.pyruns358 B
- tianshi/scale_filter.pyruns4.4 KB
contract/
- __init__.pyruns29 B
- refined_transfer.pyruns4.5 KB
- schema_definitions.pyruns22.2 KB
- schema_validator.pyruns7.8 KB
data_providers/
- eastmoney.pyruns9.3 KB
- fund_fix.pyruns7.0 KB
- __init__.pyruns271 B
- tencent_fix.pyruns6.4 KB
middleware/
- access_control.pyruns3.0 KB
- __init__.pyruns35 B
- tier_model.pyruns610 B
- upgrade_triggers.pyruns6.0 KB
- CLAUDE.md905 B
- COMPONENT_MAP.md7.6 KB
- data_fetcher.pyruns21.9 KB
- .env.example390 B
- formatter.pyruns10.0 KB
- __init__.pyruns1.8 KB
- __main__.pyruns2.5 KB
- orchestrator.pyruns8.4 KB
- PROGRESS.md3.4 KB
- pytest.ini73 B
- requirements.txt476 B
- router.pyruns9.3 KB
17 more files not listed here. See all 57 in the repository.