pmorgan3/deep-tui

pmorgan3★ 1TypeScript最后同步: 2026-08-21

在 GitHub 打开

deep-tui is a plugin-first coding-agent harness built on Cordis. Providers, tools, prompts, permissions, storage, themes, commands, renderers, and the agent loop are all replaceable plugins.

README 摘要

Deep TUI Deep TUI is a plugin-first coding-agent harness built on Cordis. Providers, tools, prompts, permissions, storage, themes, commands, renderers, and the agent loop are all replaceable plugins. The CLI only discovers configuration, loads plugins, and dispatches commands. Deep TUI is pre-alpha. Its contracts and configuration may change. Quick start Requirements: Node.js 22+ and pnpm 10. pnpm dev opens the default TUI using deep-tui.config.json. Type a prompt and press Enter. Type / to browse commands. Run without the TUI: Development Run one package or test while iterating: Add behavior as a plugin unless it is required to locate, load, or repair plugins. Public contracts belong in @deep-tui/sdk ; implementations belong in packages/plugin- . Repository layout Path Purpose packages/cli Configuration loader, bootstrap commands, and executable packages/sdk Public contracts and service registries packages/runtime Default service implementations packages/plugin- Independently loadable features examples Small local plugin examples schemas Configuration schemas docs Architecture, packaging, roadmap, and design plans Composition The active product is the plugin list in deep-tui.confi…

在 GitHub 查看完整 README →
终端/TUIdsh-plugintuiagent

分类