|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>SoloFlow — Open Source AI Workflow Orchestration Engine</title> |
7 | | - <meta name="description" content="SoloFlow — Open-source AI workflow orchestration engine for AI agents. Features DAG+FSM hybrid architecture, cognitive memory with Ebbinghaus forgetting curve, discipline-aware routing, and automatic skill evolution. Pure Python, zero dependencies. Perfect for building reliable AI agent workflows."> |
| 7 | + <meta name="description" content="SoloFlow — Open-source AI workflow orchestration plugin for Hermes Agent (OpenClaw). Features DAG+FSM hybrid architecture, cognitive memory with Ebbinghaus forgetting curve, discipline-aware routing, and automatic skill evolution. Pure Python, zero dependencies. Build reliable AI agent workflows with Hermes."> |
8 | 8 | <meta name="robots" content="index, follow"> |
9 | | - <meta name="keywords" content="AI workflow orchestration, DAG engine, FSM state machine, cognitive memory, Ebbinghaus forgetting curve, Hermes agent, Python workflow, AI agent framework, open source, skill auto-evolution, discipline-aware routing"> |
| 9 | + <meta name="keywords" content="AI workflow orchestration, DAG engine, FSM state machine, cognitive memory, Ebbinghaus forgetting curve, Hermes agent, Hermes plugin, OpenClaw alternative, OpenClaw plugin, Python workflow, AI agent framework, open source, skill auto-evolution, discipline-aware routing, Hermes skills, AI workflow automation, agent orchestration, Hermes Agent, Nous Research"> |
10 | 10 | <meta name="author" content="SoloFlow"> |
11 | 11 | <meta name="language" content="en, zh"> |
12 | 12 | <meta name="target-country" content="US, CN"> |
|
25 | 25 | <!-- Open Graph / Social Sharing --> |
26 | 26 | <meta property="og:type" content="website"> |
27 | 27 | <meta property="og:title" content="SoloFlow — Open Source AI Workflow Orchestration Engine"> |
28 | | - <meta property="og:description" content="SoloFlow — Open-source AI workflow orchestration engine. DAG+FSM hybrid architecture, cognitive memory, discipline-aware routing, automatic skill evolution. Pure Python, zero dependencies."> |
| 28 | + <meta property="og:description" content="SoloFlow — Open-source AI workflow orchestration plugin for Hermes Agent. DAG+FSM hybrid, cognitive memory, auto skill evolution. Pure Python, zero dependencies."> |
29 | 29 | <meta property="og:url" content="https://soloflow.pmparker.net/"> |
30 | 30 | <meta property="og:site_name" content="SoloFlow"> |
31 | 31 | <meta property="og:locale" content="en_US"> |
|
37 | 37 | <meta name="twitter:card" content="summary_large_image"> |
38 | 38 | <meta name="twitter:site" content="@SonicBotMan"> |
39 | 39 | <meta name="twitter:title" content="SoloFlow — Open Source AI Workflow Orchestration Engine"> |
40 | | - <meta name="twitter:description" content="SoloFlow — Open-source AI workflow orchestration engine. DAG+FSM hybrid, cognitive memory, auto skill evolution. Pure Python, zero deps."> |
| 40 | + <meta name="twitter:description" content="SoloFlow — Open-source AI workflow orchestration plugin for Hermes Agent. DAG+FSM hybrid, cognitive memory, auto skill evolution. Pure Python."> |
41 | 41 | <meta name="twitter:image" content="https://raw.githubusercontent.com/SonicBotMan/SoloFlow/main/docs/readme/website-hero.png"> |
42 | 42 | <meta name="theme-color" content="#0a0c14"> |
43 | 43 |
|
|
56 | 56 | "@context": "https://schema.org", |
57 | 57 | "@type": "SoftwareApplication", |
58 | 58 | "name": "SoloFlow", |
59 | | - "description": "Open-source AI workflow orchestration engine with cognitive memory, discipline-aware routing, and DAG+FSM hybrid architecture.", |
| 59 | + "description": "Open-source AI workflow orchestration plugin for Hermes Agent (formerly OpenClaw). Features DAG+FSM hybrid architecture, cognitive memory with Ebbinghaus forgetting curve, discipline-aware routing, and automatic skill evolution.", |
60 | 60 | "url": "https://soloflow.pmparker.net/", |
61 | 61 | "applicationCategory": "DeveloperApplication", |
62 | 62 | "operatingSystem": "Any", |
|
73 | 73 | }, |
74 | 74 | "codeRepository": "https://github.com/SonicBotMan/SoloFlow", |
75 | 75 | "programmingLanguage": "Python", |
76 | | - "keywords": "AI workflow, orchestration, cognitive memory, DAG, FSM, Hermes, Python, skill evolution, discipline routing", |
| 76 | + "keywords": "AI workflow, orchestration, cognitive memory, DAG, FSM, Hermes, Hermes Agent, OpenClaw, Python, skill evolution, discipline routing, Hermes plugin, AI agent framework, Nous Research", |
77 | 77 | "softwareVersion": "1.7.0", |
78 | 78 | "datePublished": "2026-03-05", |
79 | 79 | "dateModified": "2026-05-31", |
|
128 | 128 | "https://github.com/SonicBotMan/SoloFlow", |
129 | 129 | "https://sonicbotman.github.io/SoloFlow/" |
130 | 130 | ], |
131 | | - "description": "Open-source AI workflow orchestration engine with cognitive memory, discipline-aware routing, and DAG+FSM hybrid architecture.", |
| 131 | + "description": "Open-source AI workflow orchestration plugin for Hermes Agent (formerly OpenClaw). Features DAG+FSM hybrid architecture, cognitive memory with Ebbinghaus forgetting curve, discipline-aware routing, and automatic skill evolution.", |
132 | 132 | "foundingDate": "2026-03-05", |
133 | 133 | "contactPoint": { |
134 | 134 | "@type": "ContactPoint", |
@@ -210,6 +210,7 @@ <h1 class="hero-title reveal" id="hero-title" data-i18n="hero.title"> |
210 | 210 | </h1> |
211 | 211 | <p class="hero-subtitle reveal" data-i18n="hero.subtitle"> |
212 | 212 | Turn chaotic multi-step AI tasks into structured, observable,<br class="hide-mobile"> retryable workflows — with cognitive memory and discipline-aware routing. |
| 213 | + <br><small style="opacity:0.7;">Built for <a href="https://github.com/NousResearch/hermes-agent" target="_blank" rel="noopener" style="color: inherit;">Hermes Agent</a> · Works with <a href="https://github.com/NousResearch/hermes-agent" target="_blank" rel="noopener" style="color: inherit;">OpenClaw</a></small> |
213 | 214 | </p> |
214 | 215 | <div class="hero-actions reveal"> |
215 | 216 | <a href="#getting-started" class="btn btn-primary btn-lg"> |
|
0 commit comments