AI Skill Hub 强烈推荐:MythOS Claude 叙事编排引擎 是一款优质的Agent工作流。AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
基于Claude构建的AI叙事引擎与子代理框架,通过精密的工作流编排实现复杂的故事创作与世界观构建。它将Claude的能力转化为结构化的叙事工具,适合小说作者、游戏剧本设计师及深度AI工作流爱好者。
MythOS Claude 叙事编排引擎 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
基于Claude构建的AI叙事引擎与子代理框架,通过精密的工作流编排实现复杂的故事创作与世界观构建。它将Claude的能力转化为结构化的叙事工具,适合小说作者、游戏剧本设计师及深度AI工作流爱好者。
MythOS Claude 叙事编排引擎 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/KarmaDevplacer/Mythos-Claude-Orchestrator cd Mythos-Claude-Orchestrator # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 mythos-claude-orchestrator --help # 基本运行 mythos-claude-orchestrator [options] <input> # 详细使用说明请查阅文档 # https://github.com/KarmaDevplacer/Mythos-Claude-Orchestrator
# mythos-claude-orchestrator 配置说明 # 查看配置选项 mythos-claude-orchestrator --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export MYTHOS_CLAUDE_ORCHESTRATOR_CONFIG="/path/to/config.yml"
Where Legendary Conversation Meets Computational Consciousness A narrative-first AI application framework for exploring emergent intelligence through the Claude ecosystem
---
The architecture resembles a narrative loom—each thread represents a conversation strand, and the weaver (Context Weaver) ensures no thread exists in isolation. The Claude API Bridge and OpenAI API Bridge operate as parallel conduits, allowing hybrid reasoning where one model's strengths complement the other's.
---
| Capability | Description | Emoji |
|---|---|---|
| **Narrative Persistence** | Conversations maintain thematic coherence across sessions | 📜 |
| **Character Persona Engine** | Assign distinct roles to sub-agents within single conversations | 🎭 |
| **Knowledge Weaving** | Automatically connect related insights across disparate topics | 🧵 |
| **Mythic Context Windows** | Expanded memory structures that preserve key narrative threads | 🪟 |
| **Oracle Mode** | Specialized prompt patterns for deep analytical reasoning | 🔮 |
| **Legend Builder** | Create reusable interaction templates for common workflows | 🏗️ |
---
Create a mythos-profile.yaml file to define your conversational persona and behavior preferences:
profile:
name: "Socratic Mentor"
style: "dialectical-inquiry"
temperature: 0.72
top_p: 0.89
persona:
archetype: "philosopher-guide"
tone: "contemplative-curious"
response_length: "balanced"
mythos_settings:
narrative_threads: 7
memory_persistence: "high"
cross_session_referencing: true
character_consistency: "strict"
skills_enabled:
- code-analysis
- creative-writing
- data-visualization
- ethical-reasoning
sub_agents:
researcher:
model: "claude-opus-4-6"
temperature: 0.3
critic:
model: "claude-opus"
temperature: 0.5
synthesizer:
model: "gpt-4"
temperature: 0.7
This configuration activates what we call the triadic wisdom loop—three specialized sub-agents that examine, challenge, and integrate every response before delivery.
---
Launch the Mythos application with a specific narrative theme and skill set:
mythos --profile socratic-mentor --theme "exploration-of-consciousness" --session deep-dive
The command initializes the Narrative Memory Pool with pre-loaded context from previous sessions, then activates the Sub-Agent Dispatcher to assign analytical tasks:
[mythos] Loading profile: socratic-mentor
[mythos] Restoring narrative threads (7 active)
[mythos] Dispatching sub-agents:
→ researcher: analyzing query structure
→ critic: evaluating response coherence
→ synthesizer: integrating multi-model output
[mythos] Oracle Mode: engaged
[mythos] Ready. Speak your query, seeker of wisdom.
The console output employs metaphorical language intentionally—this is the Mythos philosophy in action. Every technical operation is framed as a narrative event.
---
Most AI applications treat language models as tools—utility objects to be queried and discarded. Claude Mythos AI offers a different philosophy: treat each interaction as a chapter in an unfolding story. This repository houses the core application that transforms Claude's capabilities into a persistent, evolving narrative environment where ideas become characters, conversations become quests, and knowledge discovery becomes an odyssey.
The Mythos concept draws from ancient storytelling traditions—epics where heroes encountered mentors, challenges, and transformative wisdom. Your Claude sessions become that epic. Each query is a dialogue with an oracle; each response reveals a new fragment of understanding.
---
The Mythos interface employs cognitive ergonomics—the layout adjusts not just to screen dimensions but to conversation complexity. When handling deep philosophical queries, the interface expands context panels. For rapid code generation, it minimizes distraction and maximizes output visibility.
Customize pre-processing and post-processing behavior using the claude-code-hooks architecture. Hooks can transform inputs, inject context, or modify outputs before they reach the user.
---
The application connects to Anthropic's Claude models through a carefully crafted prompt bridge that maintains narrative coherence:
// Conceptual API interaction flow (not actual code)
Bridge → Context Enrichment → Prompt Construction → Response Parsing → Narrative Update
Supported Claude models: - claude-opus-4-6 – Highest reasoning capability - claude-opus – Primary analytical engine - claude-sonnet – Balanced performance - claude-haiku – Rapid response scenarios
The OpenAI API Bridge operates as a complementary reasoning pathway. While Claude excels at nuanced dialogue and ethical reasoning, GPT-4 provides alternative perspectives and creative divergence:
| Feature | Claude Route | OpenAI Route | Hybrid Mode |
|---|---|---|---|
| Reasoning Depth | ✅ Superior | ✅ Excellent | ✅ Best of both |
| Creative Generation | ✅ Strong | ✅ Superior | ✅ Unmatched |
| Code Generation | ✅ Excellent | ✅ Excellent | ✅ Synthesized |
| Ethical Analysis | ✅ Superior | ✅ Good | ✅ Balanced |
---
Connect to the Claude Code Marketplace to extend functionality with community-created skills and plugins. Each plugin undergoes a narrative compatibility check to ensure it aligns with your active Mythos profile.
This repository is designed for discoverability across natural search patterns:
---
aiskill88点评:将叙事逻辑与Agent编排深度结合,是探索Claude长文本处理能力的优秀实践,极具创意。
该工具未明确声明开源协议,商业使用前请联系原作者确认授权范围,避免侵权风险。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
总体来看,MythOS Claude 叙事编排引擎 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | Mythos-Claude-Orchestrator |
| 原始描述 | 开源AI工作流:🧿 MythOS 2026: Claude-Powered AI Narrative Engine & Sub-Agent Framework for Epi。⭐51 · HTML |
| Topics | 叙事引擎Claude-AI子代理框架 |
| GitHub | https://github.com/KarmaDevplacer/Mythos-Claude-Orchestrator |
| 语言 | HTML |
收录时间:2026-07-11 · 更新时间:2026-07-11 · License:未公布 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端