mozi-forge
Discovered★ 4A foundation for self-evolving AI agents, built on DeepSeek Harness.
Mozi Forge
A foundation for self-evolving AI agents, built on DeepSeek Harness.
Forge combines session evidence, feedback collection, reflection, training plans, isolated evaluation, and human-reviewed integration. Agents propose improvements; host services execute operations and preserve reviewable evidence.
Quick start
Requirements: Node.js 24 or newer, Git, and pnpm 11.7.0. Install the pinned pnpm version using Corepack or your package manager.
pnpm install --frozen-lockfile
pnpm build
pnpm start -- --no-open
Open the local URL printed by Harness. Configure your model provider through
Harness's settings interface. The example selects deepseek-official/deepseek-v4-flash.
The coding agent uses a local shell: use a dedicated development directory with
only the files you intend the agent to access.
Capabilities
| Module | Responsibility | | --- | --- | | Runtime | Shared presets, host configuration, plugin resolution | | Session Insights | Bounded, revisioned session evidence | | Agent Pain | Durable feedback and execution signals | | Reflect Loop | Group feedback and deliver reflection work | | Sleep Loop | Schedule incremental session analysis | | Trainer | Reviewed plans, isolated changes, integration | | Agent Test | Isolated evaluations and reports | | Human Request | Persistent requests and human replies | | Review Agent | Structured review of frozen evidence |
Documentation
Packages use the @mozi-forge/* namespace. This checkout is the source of the
initial release; publishing is a separate maintainer action. See the configuration
guide for local consumption and the release checklist.
Development
pnpm typecheck
pnpm lint
pnpm test
pnpm check:pack
Deterministic tests use scripted model responses with real Harness services, Web RPC, subprocesses and temporary Git repositories. They do not require provider keys. Live provider behavior requires a separately configured provider.
License
Apache License 2.0. Dependency licenses remain applicable to their respective packages; see third-party notices.
Comments
Loading…
Similar plugins
by jasen215
DeepSeek Harness (DSH) plugin for self-improving AI agents: continual learning, persistent memory, cross-session knowledge, review-and-refine workflows, and automatic rollback.
★ 9
↓ 444/wk
MIT
TypeScript
Sep 10, 2026
dsh plugin --profile web add dsh-continual-harnessby 0lidaxiang
DeepSeek Harness is a plugin-based system for building AI agents. Everything, from tools and models to the web UI, can be added or replaced as a plugin.
★ 4
↓ 210/wk
MIT
JavaScript
Sep 9, 2026
dsh plugin --profile web add dsh-plugin-greetby lispking
A self-evolving plugin for DeepSeek Harness (dsh). It observes how the agent runs, proposes improvements to its own assets via the LLM, validates each proposal inside a sandboxed trial agent, and appl
★ 3
MIT
TypeScript
Aug 25, 2026
dsh plugin --profile web add dsh-auto-evolveby wowyuarm
Give DeepSeek Harness a persistent agent team for long-running collaboration
★ 31
↓ 755/wk
MIT
TypeScript
Sep 18, 2026
dsh plugin --profile web add @wowyuarm/dsh-agent-teamby GraySilver
让 Agent 的工作方式可组合、可审查、可持续改进,最终实现 Agent Self Evoling。 DeepSeek Harness Web plugin with composable task controls and isolated, human-reviewed self-evolution.
★ 199
↓ 117/wk
MIT
TypeScript
Sep 14, 2026
dsh plugin --profile web add @graysilver/dsh-evolve-modesby silencieuxzero
Better Deepseek Harness, with some functional extensions to webui and Deepseek Harness·更好的deepseek harness,对webui和deepseek harness进行了一些功能扩展
★ 3
GPL-3.0
JavaScript
Aug 16, 2026
dsh plugin --profile web add better-deepseek-harness