DeepSeek-backed MoonBit coding agent
Dependencies
| Package | Purpose | Docs |
|---|---|---|
| bobzhang/openseek | Root package and module overview. | README.mbt.md |
| bobzhang/openseek/deepseek | Pure DeepSeek chat data, JSON encoding, and response decoding. | deepseek/README.mbt.md |
| bobzhang/openseek/deepseek/client | Native-only HTTP transport for DeepSeek chat completions. | deepseek/client/README.mbt.md |
| bobzhang/openseek/agent_runtime | Native-only agent task-group and extensible runtime event queue. | agent_runtime/README.mbt.md |
| bobzhang/openseek/agent_session | Typed durable conversation state and DeepSeek message projection. | agent_session/README.mbt.md |
| bobzhang/openseek/agent_session/store | Native filesystem-backed append-only session store. | agent_session/store/README.mbt.md |
| bobzhang/openseek/agent_tool | Tool registry, executor, output, and control-action types. | agent_tool/README.mbt.md |
| bobzhang/openseek/agent | Native-only OpenSeek agent loop and local tool dispatch. | agent/README.mbt.md |
| bobzhang/openseek/cmd/openseek | Native-only command-line entry point. | cmd/openseek/README.md |
| bobzhang/openseek/cmd/tui | Native-only terminal UI library, the default mode of openseek (and openseek tui). | cmd/tui/README.md |
| bobzhang/openseek/testkit/filesystem | JSON-backed virtual filesystem for tests and eval fixtures. | testkit/filesystem/README.mbt.md |
| bobzhang/openseek/eval/report | Shared Markdown/JSON report primitive for deterministic and model evals. | eval/report/README.mbt.md |
| bobzhang/openseek/eval/tool_harness | Deterministic host-side harness that dispatches every built-in tool. | eval/tool_harness/README.mbt.md |
| bobzhang/openseek/eval/file_edit/cases | Deterministic file-editing eval case definitions. | eval/file_edit/README.md |
| bobzhang/openseek/eval/file_edit/harness | Reusable file-editing eval runner, oracle, and reporter. | eval/file_edit/README.md |
| bobzhang/openseek/eval/file_edit/cmd/main | Native-only CLI wrapper for the file-editing eval harness. | eval/file_edit/README.md |
export DEEPSEEK=sk-...
moon run cmd/openseek -- run "inspect this project and finish with a short summary"export KIMI=sk-...
moon run cmd/openseek -- --model kimi-k2.7-code-highspeed run "inspect this project"export DEEPSEEK=sk-...
moon run cmd/openseek -- tuiDeepSeek-backed MoonBit coding agent
Dependencies