# flow-mind **Repository Path**: afeiComing/flow-mind ## Basic Information - **Project Name**: flow-mind - **Description**: 智能流程图,自然语言可以生成的 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-09 - **Last Updated**: 2026-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flow-mind Current deployed entry: The implementation and requirement reconciliation ledger is [`docs/requirements-reconciliation-2026-08.md`](docs/requirements-reconciliation-2026-08.md). The local Vite UI defaults to `http://127.0.0.1:5173` and proxies API requests to `http://127.0.0.1:8080`. `flow-mind` supports two authoring modes in one application and one database: - Business mode: users author Business DSL with a DSL assistant. DSL is the only source of truth and the compiled execution graph is user read-only. - Expert mode: users author FlowSpec directly with a flow-graph assistant. No editable DSL is maintained for this mode. DSL operations and flow-graph operations use separate server-side typed CLIs and scoped Skills. The Chinese MVP product, technical, implementation and runbook documents contain the active detailed contract.