@bohuyeshan/openagent-labforge-core 3.11.5 → 3.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.ja.md +130 -343
- package/README.ko.md +128 -337
- package/README.md +229 -584
- package/README.ru.md +131 -364
- package/README.zh-cn.md +231 -547
- package/bin/openagent-labforge.js +95 -9
- package/bin/platform.test.ts +20 -21
- package/dist/agents/article-writer.d.ts +7 -0
- package/dist/agents/atlas/default.d.ts +1 -1
- package/dist/agents/atlas/gemini.d.ts +1 -1
- package/dist/agents/atlas/gpt.d.ts +1 -1
- package/dist/agents/bio-methodologist.d.ts +1 -1
- package/dist/agents/bio-orchestrator.d.ts +7 -0
- package/dist/agents/bio-skill-guidance.d.ts +1 -0
- package/dist/agents/builtin-agents/general-agents.d.ts +0 -1
- package/dist/agents/builtin-agents/sisyphus-agent.d.ts +16 -0
- package/dist/agents/dynamic-agent-prompt-builder.d.ts +0 -2
- package/dist/agents/engineering-capability.d.ts +7 -0
- package/dist/agents/env-context.d.ts +1 -1
- package/dist/agents/github-scout.d.ts +7 -0
- package/dist/agents/index.d.ts +0 -1
- package/dist/agents/metis.d.ts +1 -1
- package/dist/agents/momus.d.ts +1 -1
- package/dist/agents/prometheus/behavioral-summary.d.ts +1 -1
- package/dist/agents/prometheus/gemini.d.ts +1 -1
- package/dist/agents/prometheus/gpt.d.ts +1 -1
- package/dist/agents/prometheus/interview-mode.d.ts +1 -1
- package/dist/agents/prometheus/plan-generation.d.ts +1 -1
- package/dist/agents/prometheus/plan-template.d.ts +1 -1
- package/dist/agents/prometheus/system-prompt.d.ts +1 -1
- package/dist/agents/scientific-writer.d.ts +7 -0
- package/dist/agents/sisyphus-junior/gpt-5-3-codex.d.ts +1 -1
- package/dist/agents/sisyphus-junior/gpt-5-4.d.ts +1 -1
- package/dist/agents/sisyphus-junior/gpt.d.ts +1 -1
- package/dist/agents/tech-scout.d.ts +7 -0
- package/dist/agents/types.d.ts +1 -1
- package/dist/agents/wase.d.ts +8 -0
- package/dist/agents/wet-lab-designer.d.ts +7 -0
- package/dist/agents/writing-style-rules.d.ts +1 -0
- package/dist/cli/config-manager/bun-install.d.ts +1 -6
- package/dist/cli/config-manager/cleanup-managed-mcp-from-opencode-config.d.ts +2 -0
- package/dist/cli/config-manager/cleanup-stale-managed-agents.d.ts +2 -0
- package/dist/cli/config-manager/parse-opencode-config-file.d.ts +2 -0
- package/dist/cli/config-manager/plugin-name-with-version.d.ts +1 -1
- package/dist/cli/config-manager/sync-static-agent-to-opencode-config.d.ts +2 -0
- package/dist/cli/config-manager/sync-static-mcp-to-opencode-config.d.ts +2 -0
- package/dist/cli/config-manager/write-bootstrap-skill.d.ts +15 -0
- package/dist/cli/config-manager.d.ts +5 -0
- package/dist/cli/index.js +24986 -15362
- package/dist/cli/install-validators.d.ts +0 -1
- package/dist/cli/model-fallback-types.d.ts +0 -1
- package/dist/cli/run/index.d.ts +0 -1
- package/dist/cli/run/types.d.ts +0 -1
- package/dist/cli/types.d.ts +0 -3
- package/dist/config/schema/agent-names.d.ts +36 -3
- package/dist/config/schema/agent-overrides.d.ts +504 -0
- package/dist/config/schema/background-task.d.ts +0 -2
- package/dist/config/schema/experimental.d.ts +5 -0
- package/dist/config/schema/git-master.d.ts +0 -1
- package/dist/config/schema/hooks.d.ts +0 -2
- package/dist/config/schema/mcp-policy.d.ts +1 -0
- package/dist/config/schema/oh-my-opencode-config.d.ts +526 -54
- package/dist/config/schema.d.ts +0 -1
- package/dist/create-hooks.d.ts +0 -13
- package/dist/features/background-agent/compaction-aware-message-resolver.d.ts +1 -16
- package/dist/features/background-agent/constants.d.ts +2 -1
- package/dist/features/background-agent/manager.d.ts +5 -20
- package/dist/features/background-agent/process-cleanup.d.ts +1 -1
- package/dist/features/background-agent/task-history.d.ts +0 -1
- package/dist/features/background-agent/task-poller.d.ts +0 -1
- package/dist/features/background-agent/types.d.ts +0 -4
- package/dist/features/builtin-commands/commands.d.ts +4 -1
- package/dist/features/builtin-skills/skills/bio-methods.d.ts +2 -0
- package/dist/features/builtin-skills/skills/bio-pipeline.d.ts +2 -0
- package/dist/features/builtin-skills/skills/bio-tools.d.ts +2 -0
- package/dist/features/builtin-skills/skills/bio-visualization.d.ts +2 -0
- package/dist/features/builtin-skills/skills/cell-annotation.d.ts +2 -0
- package/dist/features/builtin-skills/skills/differential-expression.d.ts +2 -0
- package/dist/features/builtin-skills/skills/geo-query.d.ts +2 -0
- package/dist/features/builtin-skills/skills/index.d.ts +14 -0
- package/dist/features/builtin-skills/skills/paper-evidence.d.ts +2 -0
- package/dist/features/builtin-skills/skills/pubmed-search.d.ts +2 -0
- package/dist/features/builtin-skills/skills/scrna-preprocessing.d.ts +2 -0
- package/dist/features/builtin-skills/skills/sequence-analysis.d.ts +2 -0
- package/dist/features/builtin-skills/skills/structural-biology.d.ts +2 -0
- package/dist/features/builtin-skills/skills/vector-design.d.ts +2 -0
- package/dist/features/builtin-skills/skills/wet-lab-design.d.ts +2 -0
- package/dist/features/claude-code-agent-loader/loader.d.ts +3 -3
- package/dist/features/claude-code-agent-loader/types.d.ts +1 -8
- package/dist/features/claude-code-mcp-loader/configure-allowed-env-vars.d.ts +5 -0
- package/dist/features/claude-code-mcp-loader/index.d.ts +1 -0
- package/dist/features/claude-code-mcp-loader/types.d.ts +3 -0
- package/dist/features/claude-code-plugin-loader/agent-loader.d.ts +2 -2
- package/dist/features/claude-code-plugin-loader/loader.d.ts +2 -2
- package/dist/features/claude-code-plugin-loader/types.d.ts +1 -1
- package/dist/features/claude-code-session-state/state.d.ts +5 -0
- package/dist/features/opencode-skill-loader/git-master-template-injection.d.ts +1 -1
- package/dist/features/opencode-skill-loader/project-skill-directory-discovery.d.ts +1 -0
- package/dist/features/opencode-skill-loader/skill-metadata-validator.d.ts +8 -0
- package/dist/features/skill-mcp-manager/types.d.ts +0 -4
- package/dist/features/tmux-subagent/index.d.ts +0 -1
- package/dist/features/tmux-subagent/manager.d.ts +0 -5
- package/dist/features/tmux-subagent/types.d.ts +0 -2
- package/dist/hooks/atlas/tool-execute-after.d.ts +0 -2
- package/dist/hooks/atlas/types.d.ts +0 -2
- package/dist/hooks/atlas/verification-reminders.d.ts +0 -4
- package/dist/hooks/auto-slash-command/hook.d.ts +0 -7
- package/dist/hooks/auto-update-checker/checker.d.ts +1 -3
- package/dist/hooks/auto-update-checker/constants.d.ts +2 -2
- package/dist/hooks/comment-checker/downloader.d.ts +1 -1
- package/dist/hooks/compaction-context-injector/hook.d.ts +1 -5
- package/dist/hooks/context-window-monitor.d.ts +5 -2
- package/dist/hooks/index.d.ts +0 -2
- package/dist/hooks/keyword-detector/detector.d.ts +1 -1
- package/dist/hooks/keyword-detector/hook.d.ts +2 -2
- package/dist/hooks/keyword-detector/index.d.ts +1 -0
- package/dist/hooks/keyword-detector/semantic-hint.d.ts +4 -0
- package/dist/hooks/keyword-detector/ultrawork/autonomous.d.ts +8 -0
- package/dist/hooks/preemptive-compaction.d.ts +5 -2
- package/dist/hooks/runtime-fallback/hook.d.ts +3 -2
- package/dist/hooks/runtime-fallback/message-update-handler.d.ts +2 -1
- package/dist/hooks/runtime-fallback/types.d.ts +3 -56
- package/dist/hooks/session-notification-scheduler.d.ts +3 -5
- package/dist/hooks/session-notification.d.ts +0 -2
- package/dist/hooks/session-recovery/tool-pairing.d.ts +16 -0
- package/dist/hooks/start-work/index.d.ts +1 -1
- package/dist/hooks/start-work/worktree-detector.d.ts +0 -7
- package/dist/hooks/todo-continuation-enforcer/compaction-guard.d.ts +4 -0
- package/dist/hooks/todo-continuation-enforcer/constants.d.ts +6 -5
- package/dist/hooks/todo-continuation-enforcer/handler.d.ts +0 -1
- package/dist/hooks/todo-continuation-enforcer/idle-event.d.ts +0 -1
- package/dist/hooks/todo-continuation-enforcer/resolve-message-info.d.ts +3 -0
- package/dist/hooks/todo-continuation-enforcer/session-state.d.ts +1 -1
- package/dist/hooks/todo-continuation-enforcer/types.d.ts +8 -3
- package/dist/hooks/tool-output-truncator.d.ts +0 -1
- package/dist/index.js +56627 -56933
- package/dist/mcp/extended.d.ts +4 -2
- package/dist/mcp/index.d.ts +2 -1
- package/dist/mcp/types.d.ts +2 -3
- package/dist/openagent-labforge.schema.json +1362 -83
- package/dist/plugin/hooks/create-continuation-hooks.d.ts +1 -2
- package/dist/plugin/hooks/create-core-hooks.d.ts +0 -1
- package/dist/plugin/hooks/create-session-hooks.d.ts +1 -2
- package/dist/plugin/ultrawork-model-override.d.ts +11 -1
- package/dist/plugin-dispose.d.ts +12 -10
- package/dist/plugin-handlers/agent-config-handler.d.ts +0 -1
- package/dist/plugin-handlers/prometheus-agent-config-builder.d.ts +1 -1
- package/dist/plugin-state.d.ts +0 -5
- package/dist/shared/agent-display-names.d.ts +1 -0
- package/dist/shared/data-path.d.ts +1 -1
- package/dist/shared/dynamic-truncator.d.ts +7 -4
- package/dist/shared/external-plugin-detector.d.ts +7 -0
- package/dist/shared/index.d.ts +5 -3
- package/dist/shared/jsonc-parser.d.ts +4 -0
- package/dist/shared/mcp-local-command-normalizer.d.ts +1 -0
- package/dist/shared/migrate-legacy-config-file.d.ts +1 -0
- package/dist/shared/model-error-classifier.d.ts +1 -2
- package/dist/shared/opencode-command-dirs.d.ts +0 -1
- package/dist/shared/plugin-identity.d.ts +2 -3
- package/dist/shared/project-discovery-dirs.d.ts +4 -0
- package/dist/shared/session-model-state.d.ts +1 -2
- package/dist/shared/system-directive.d.ts +5 -6
- package/dist/tools/call-omo-agent/background-executor.d.ts +1 -2
- package/dist/tools/call-omo-agent/constants.d.ts +2 -2
- package/dist/tools/call-omo-agent/sync-executor.d.ts +3 -11
- package/dist/tools/call-omo-agent/tools.d.ts +2 -2
- package/dist/tools/call-omo-agent/types.d.ts +13 -0
- package/dist/tools/delegate-task/constants.d.ts +1 -1
- package/dist/tools/delegate-task/model-selection.d.ts +0 -1
- package/dist/tools/delegate-task/model-string-parser.d.ts +3 -1
- package/dist/tools/delegate-task/parent-context-resolver.d.ts +22 -0
- package/dist/tools/lsp/constants.d.ts +0 -1
- package/dist/tools/lsp/lsp-client-transport.d.ts +2 -4
- package/dist/tools/lsp/lsp-client-wrapper.d.ts +1 -2
- package/generated/skills-bundles/catalog.json +1 -1
- package/generated/skills-bundles/full/skills/data-analysis/experiment-monitoring/auto-claude__monitor-experiment/SKILL.md +56 -55
- package/generated/skills-bundles/full/skills/data-analysis/experiment-ops/auto-claude__run-experiment/SKILL.md +105 -104
- package/generated/skills-bundles/full/skills/data-analysis/optimization/auto-claude__dse-loop/SKILL.md +272 -271
- package/generated/skills-bundles/full/skills/data-analysis/statistics/auto-claude__analyze-results/SKILL.md +40 -39
- package/generated/skills-bundles/full/skills/data-analysis/visualization/auto-claude__paper-figure/SKILL.md +274 -273
- package/generated/skills-bundles/full/skills/productivity/visual-design/auto-claude__pixel-art/SKILL.md +131 -130
- package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-compile/SKILL.md +245 -244
- package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-plan/SKILL.md +247 -246
- package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/SKILL.md +303 -302
- package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/templates/iclr2026.tex +84 -84
- package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/templates/icml2025.tex +87 -87
- package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/templates/math_commands.tex +48 -48
- package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/templates/neurips2025.tex +80 -80
- package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-writing/SKILL.md +31 -31
- package/generated/skills-bundles/full/skills/research/literature-and-web-search/auto-claude__arxiv/SKILL.md +126 -125
- package/generated/skills-bundles/full/skills/research/literature-and-web-search/auto-claude__novelty-check/SKILL.md +80 -79
- package/generated/skills-bundles/full/skills/research/literature-and-web-search/auto-claude__research-lit/SKILL.md +187 -186
- package/generated/skills-bundles/full/skills/research/research-ideation/auto-claude__idea-creator/SKILL.md +11 -11
- package/generated/skills-bundles/full/skills/research/research-ideation/auto-claude__idea-discovery/SKILL.md +18 -18
- package/generated/skills-bundles/full/skills/research/research-ideation/auto-claude__idea-discovery-robot/SKILL.md +20 -20
- package/generated/skills-bundles/full/skills/research/research-ideation/auto-claude__research-pipeline/SKILL.md +15 -15
- package/generated/skills-bundles/full/skills/research/theory-writing/auto-claude__proof-writer/SKILL.md +217 -216
- package/generated/skills-bundles/paper/skills/data-analysis/experiment-monitoring/auto-claude__monitor-experiment/SKILL.md +56 -55
- package/generated/skills-bundles/paper/skills/data-analysis/experiment-ops/auto-claude__run-experiment/SKILL.md +105 -104
- package/generated/skills-bundles/paper/skills/data-analysis/optimization/auto-claude__dse-loop/SKILL.md +272 -271
- package/generated/skills-bundles/paper/skills/data-analysis/statistics/auto-claude__analyze-results/SKILL.md +40 -39
- package/generated/skills-bundles/paper/skills/data-analysis/visualization/auto-claude__paper-figure/SKILL.md +274 -273
- package/generated/skills-bundles/paper/skills/productivity/visual-design/auto-claude__pixel-art/SKILL.md +131 -130
- package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-compile/SKILL.md +245 -244
- package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-plan/SKILL.md +247 -246
- package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/SKILL.md +303 -302
- package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/templates/iclr2026.tex +84 -84
- package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/templates/icml2025.tex +87 -87
- package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/templates/math_commands.tex +48 -48
- package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/templates/neurips2025.tex +80 -80
- package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-writing/SKILL.md +31 -31
- package/generated/skills-bundles/paper/skills/research/literature-and-web-search/auto-claude__arxiv/SKILL.md +126 -125
- package/generated/skills-bundles/paper/skills/research/literature-and-web-search/auto-claude__novelty-check/SKILL.md +80 -79
- package/generated/skills-bundles/paper/skills/research/literature-and-web-search/auto-claude__research-lit/SKILL.md +187 -186
- package/generated/skills-bundles/paper/skills/research/research-ideation/auto-claude__idea-creator/SKILL.md +11 -11
- package/generated/skills-bundles/paper/skills/research/research-ideation/auto-claude__idea-discovery/SKILL.md +18 -18
- package/generated/skills-bundles/paper/skills/research/research-ideation/auto-claude__idea-discovery-robot/SKILL.md +20 -20
- package/generated/skills-bundles/paper/skills/research/research-ideation/auto-claude__research-pipeline/SKILL.md +15 -15
- package/generated/skills-bundles/paper/skills/research/theory-writing/auto-claude__proof-writer/SKILL.md +217 -216
- package/package.json +36 -32
- package/dist/cli/openai-only-model-catalog.d.ts +0 -3
- package/dist/cli/run/model-resolver.d.ts +0 -4
- package/dist/config/schema/git-env-prefix.d.ts +0 -5
- package/dist/features/background-agent/remove-task-toast-tracking.d.ts +0 -1
- package/dist/features/background-agent/subagent-spawn-limits.d.ts +0 -23
- package/dist/features/claude-code-agent-loader/claude-model-mapper.d.ts +0 -4
- package/dist/features/tmux-subagent/pane-state-parser.d.ts +0 -8
- package/dist/features/tmux-subagent/tracked-session-state.d.ts +0 -8
- package/dist/hooks/atlas/boulder-session-lineage.d.ts +0 -6
- package/dist/hooks/atlas/final-wave-approval-gate.d.ts +0 -4
- package/dist/hooks/atlas/idle-event.d.ts +0 -8
- package/dist/hooks/atlas/resolve-active-boulder-session.d.ts +0 -11
- package/dist/hooks/auto-slash-command/processed-command-store.d.ts +0 -7
- package/dist/hooks/auto-update-checker/checker/sync-package-json.d.ts +0 -7
- package/dist/hooks/compaction-context-injector/compaction-context-prompt.d.ts +0 -1
- package/dist/hooks/compaction-context-injector/constants.d.ts +0 -5
- package/dist/hooks/compaction-context-injector/recovery-prompt-config.d.ts +0 -6
- package/dist/hooks/compaction-context-injector/recovery.d.ts +0 -6
- package/dist/hooks/compaction-context-injector/session-id.d.ts +0 -2
- package/dist/hooks/compaction-context-injector/session-prompt-config-resolver.d.ts +0 -16
- package/dist/hooks/compaction-context-injector/tail-monitor.d.ts +0 -13
- package/dist/hooks/compaction-context-injector/types.d.ts +0 -43
- package/dist/hooks/compaction-context-injector/validated-model.d.ts +0 -13
- package/dist/hooks/delegate-task-english-directive/hook.d.ts +0 -14
- package/dist/hooks/delegate-task-english-directive/index.d.ts +0 -1
- package/dist/hooks/gpt-permission-continuation/assistant-message.d.ts +0 -23
- package/dist/hooks/gpt-permission-continuation/constants.d.ts +0 -4
- package/dist/hooks/gpt-permission-continuation/detector.d.ts +0 -1
- package/dist/hooks/gpt-permission-continuation/handler.d.ts +0 -12
- package/dist/hooks/gpt-permission-continuation/index.d.ts +0 -13
- package/dist/hooks/gpt-permission-continuation/session-state.d.ts +0 -15
- package/dist/hooks/ralph-loop/pending-verification-handler.d.ts +0 -16
- package/dist/hooks/runtime-fallback/fallback-bootstrap-model.d.ts +0 -10
- package/dist/hooks/runtime-fallback/fallback-retry-dispatcher.d.ts +0 -11
- package/dist/hooks/runtime-fallback/last-user-retry-parts.d.ts +0 -4
- package/dist/hooks/runtime-fallback/retry-model-payload.d.ts +0 -7
- package/dist/hooks/runtime-fallback/session-messages.d.ts +0 -9
- package/dist/hooks/runtime-fallback/session-status-handler.d.ts +0 -3
- package/dist/hooks/runtime-fallback/visible-assistant-response.d.ts +0 -3
- package/dist/hooks/session-notification-content.d.ts +0 -30
- package/dist/plugin/normalize-tool-arg-schemas.d.ts +0 -2
- package/dist/plugin/ultrawork-variant-availability.d.ts +0 -6
- package/dist/shared/compaction-agent-config-checkpoint.d.ts +0 -11
- package/dist/shared/context-limit-resolver.d.ts +0 -5
- package/dist/shared/fallback-chain-from-models.d.ts +0 -3
- package/dist/shared/question-denied-session-permission.d.ts +0 -6
- package/dist/shared/retry-status-utils.d.ts +0 -2
- package/dist/shared/vision-capable-models-cache.d.ts +0 -4
- package/dist/tools/delegate-task/cancel-unstable-agent-task.d.ts +0 -2
- package/dist/tools/look-at/multimodal-fallback-chain.d.ts +0 -4
- package/dist/tools/lsp/directory-diagnostics.d.ts +0 -1
- package/dist/tools/lsp/server-path-bases.d.ts +0 -1
package/README.md
CHANGED
|
@@ -1,584 +1,229 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
-
|
|
96
|
-
-
|
|
97
|
-
-
|
|
98
|
-
-
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
-
|
|
102
|
-
-
|
|
103
|
-
-
|
|
104
|
-
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
-
|
|
109
|
-
-
|
|
110
|
-
-
|
|
111
|
-
-
|
|
112
|
-
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
-
|
|
176
|
-
|
|
177
|
-
##
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
```
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
-
|
|
228
|
-
-
|
|
229
|
-
-
|
|
230
|
-
- External bundle skills use source-prefixed IDs (for example `openai-curated/openai-docs`) to avoid collision with builtin skills.
|
|
231
|
-
- Todo continuation is now more conservative:
|
|
232
|
-
- waits for a second idle cycle before injecting continuation
|
|
233
|
-
- respects `question` tool usage and common textual “waiting for user” patterns
|
|
234
|
-
- avoids immediate repeated continuation reinjection
|
|
235
|
-
|
|
236
|
-
## Current Known Limits
|
|
237
|
-
|
|
238
|
-
- Multi-window / multi-repository switching still depends partly on OpenCode host-side initialization behavior.
|
|
239
|
-
- The plugin now avoids several repeated scans, but `createSkillContext` and host-side session loading can still add noticeable cold-start cost in very large workspaces or long-running OpenCode installations.
|
|
240
|
-
- Large OpenCode host storage, stale session state, and very large workspaces can still make session hydration feel slower than raw startup.
|
|
241
|
-
|
|
242
|
-
## Provider Note
|
|
243
|
-
|
|
244
|
-
For OpenAI-compatible providers such as `gmn`, prefer a config shape like:
|
|
245
|
-
|
|
246
|
-
```jsonc
|
|
247
|
-
{
|
|
248
|
-
"provider": {
|
|
249
|
-
"gmn": {
|
|
250
|
-
"npm": "@ai-sdk/openai",
|
|
251
|
-
"options": {
|
|
252
|
-
"baseURL": "https://gmn.chuangzuoli.com/v1"
|
|
253
|
-
},
|
|
254
|
-
"models": {
|
|
255
|
-
"gpt-5.3-codex": {
|
|
256
|
-
"name": "GPT-5.3 Codex",
|
|
257
|
-
"limit": {
|
|
258
|
-
"context": 400000,
|
|
259
|
-
"output": 128000
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
},
|
|
265
|
-
"model": "gmn/gpt-5.3-codex"
|
|
266
|
-
}
|
|
267
|
-
```
|
|
268
|
-
|
|
269
|
-
Keep reasoning depth in the OpenCode UI instead of hardcoding separate `low` / `medium` / `high` model aliases.
|
|
270
|
-
|
|
271
|
-
### For Humans
|
|
272
|
-
|
|
273
|
-
Copy and paste this prompt to your LLM agent (Claude Code, AmpCode, Cursor, etc.):
|
|
274
|
-
|
|
275
|
-
```
|
|
276
|
-
Install and configure @bohuyeshan/openagent-labforge-core by following the instructions here:
|
|
277
|
-
https://raw.githubusercontent.com/code-yeongyu/openagent-labforge/refs/heads/dev/docs/guide/installation.md
|
|
278
|
-
```
|
|
279
|
-
|
|
280
|
-
Or read the [Installation Guide](docs/guide/installation.md), but seriously, let an agent do it. Humans fat-finger configs.
|
|
281
|
-
|
|
282
|
-
### For LLM Agents
|
|
283
|
-
|
|
284
|
-
Fetch the installation guide and follow it:
|
|
285
|
-
|
|
286
|
-
```bash
|
|
287
|
-
curl -s https://raw.githubusercontent.com/code-yeongyu/openagent-labforge/refs/heads/dev/docs/guide/installation.md
|
|
288
|
-
```
|
|
289
|
-
|
|
290
|
-
---
|
|
291
|
-
|
|
292
|
-
## Skip This README
|
|
293
|
-
|
|
294
|
-
We're past the era of reading docs. Just paste this into your agent:
|
|
295
|
-
|
|
296
|
-
```
|
|
297
|
-
Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/code-yeongyu/openagent-labforge/refs/heads/dev/README.md
|
|
298
|
-
```
|
|
299
|
-
|
|
300
|
-
## Highlights
|
|
301
|
-
|
|
302
|
-
### 🪄 `ultrawork`
|
|
303
|
-
|
|
304
|
-
You're actually reading this? Wild.
|
|
305
|
-
|
|
306
|
-
Install. Type `ultrawork` (or `ulw`). Done.
|
|
307
|
-
|
|
308
|
-
Everything below, every feature, every optimization, you don't need to know it. It just works.
|
|
309
|
-
|
|
310
|
-
Even only with following subscriptions, ultrawork will work well (this project is not affiliated, this is just personal recommendation):
|
|
311
|
-
- [ChatGPT Subscription ($20)](https://chatgpt.com/)
|
|
312
|
-
- [Kimi Code Subscription ($0.99) (*only this month)](https://www.kimi.com/kimiplus/sale)
|
|
313
|
-
- [GLM Coding Plan ($10)](https://z.ai/subscribe)
|
|
314
|
-
- If you are eligible for pay-per-token, using kimi and gemini models won't cost you that much.
|
|
315
|
-
|
|
316
|
-
| | Feature | What it does |
|
|
317
|
-
| :---: | :------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
318
|
-
| 🤖 | **Discipline Agents** | Sisyphus orchestrates Hephaestus, Oracle, Librarian, Explore. A full AI dev team in parallel. |
|
|
319
|
-
| ⚡ | **`ultrawork` / `ulw`** | One word. Every agent activates. Doesn't stop until done. |
|
|
320
|
-
| 🚪 | **[IntentGate](https://factory.ai/news/terminal-bench)** | Analyzes true user intent before classifying or acting. No more literal misinterpretations. |
|
|
321
|
-
| 🔗 | **Hash-Anchored Edit Tool** | `LINE#ID` content hash validates every change. Zero stale-line errors. Inspired by [oh-my-pi](https://github.com/can1357/oh-my-pi). [The Harness Problem →](https://blog.can.ac/2026/02/12/the-harness-problem/) |
|
|
322
|
-
| 🛠️ | **LSP + AST-Grep** | Workspace rename, pre-build diagnostics, AST-aware rewrites. IDE precision for agents. |
|
|
323
|
-
| 🧠 | **Background Agents** | Fire 5+ specialists in parallel. Context stays lean. Results when ready. |
|
|
324
|
-
| 📚 | **Built-in MCPs** | Exa (web search), Context7 (official docs), Grep.app (GitHub search). Always on. |
|
|
325
|
-
| 🔁 | **Ralph Loop / `/ulw-loop`** | Self-referential loop. Doesn't stop until 100% done. |
|
|
326
|
-
| ✅ | **Todo Enforcer** | Agent goes idle? System yanks it back. Your task gets done, period. |
|
|
327
|
-
| 💬 | **Comment Checker** | No AI slop in comments. Code reads like a senior wrote it. |
|
|
328
|
-
| 🖥️ | **Tmux Integration** | Full interactive terminal. REPLs, debuggers, TUIs. All live. |
|
|
329
|
-
| 🔌 | **Claude Code Compatible** | Your hooks, commands, skills, MCPs, and plugins? All work here. |
|
|
330
|
-
| 🎯 | **Skill-Embedded MCPs** | Skills carry their own MCP servers. No context bloat. |
|
|
331
|
-
| 📋 | **Prometheus Planner** | Interview-mode strategic planning before any execution. |
|
|
332
|
-
| 🔍 | **`/init-deep`** | Auto-generates hierarchical `AGENTS.md` files throughout your project. Great for both token efficiency and your agent's performance |
|
|
333
|
-
|
|
334
|
-
### Discipline Agents
|
|
335
|
-
|
|
336
|
-
<table><tr>
|
|
337
|
-
<td align="center"><img src=".github/assets/sisyphus.png" height="300" /></td>
|
|
338
|
-
<td align="center"><img src=".github/assets/hephaestus.png" height="300" /></td>
|
|
339
|
-
</tr></table>
|
|
340
|
-
|
|
341
|
-
**Sisyphus** (`claude-opus-4-6` / **`kimi-k2.5`** / **`glm-5`** ) is your main orchestrator. He plans, delegates to specialists, and drives tasks to completion with aggressive parallel execution. He does not stop halfway.
|
|
342
|
-
|
|
343
|
-
**Hephaestus** (`gpt-5.3-codex`) is your autonomous deep worker. Give him a goal, not a recipe. He explores the codebase, researches patterns, and executes end-to-end without hand-holding. *The Legitimate Craftsman.*
|
|
344
|
-
|
|
345
|
-
**Prometheus** (`claude-opus-4-6` / **`kimi-k2.5`** / **`glm-5`** ) is your strategic planner. Interview mode: it questions, identifies scope, and builds a detailed plan before a single line of code is touched.
|
|
346
|
-
|
|
347
|
-
Every agent is tuned to its model's specific strengths. No manual model-juggling. [Learn more →](docs/guide/overview.md)
|
|
348
|
-
|
|
349
|
-
> Anthropic [blocked OpenCode because of us.](https://x.com/thdxr/status/2010149530486911014) That's why Hephaestus is called "The Legitimate Craftsman." The irony is intentional.
|
|
350
|
-
>
|
|
351
|
-
> We run best on Opus, but Kimi K2.5 + GPT-5.3 Codex already beats vanilla Claude Code. Zero config needed.
|
|
352
|
-
|
|
353
|
-
### Agent Orchestration
|
|
354
|
-
|
|
355
|
-
When Sisyphus delegates to a subagent, it doesn't pick a model. It picks a **category**. The category maps automatically to the right model:
|
|
356
|
-
|
|
357
|
-
| Category | What it's for |
|
|
358
|
-
| :------------------- | :--------------------------------- |
|
|
359
|
-
| `visual-engineering` | Frontend, UI/UX, design |
|
|
360
|
-
| `deep` | Autonomous research + execution |
|
|
361
|
-
| `quick` | Single-file changes, typos |
|
|
362
|
-
| `ultrabrain` | Hard logic, architecture decisions |
|
|
363
|
-
|
|
364
|
-
Agent says what kind of work. Harness picks the right model. `ultrabrain` now routes to GPT-5.4 xhigh by default. You touch nothing.
|
|
365
|
-
|
|
366
|
-
### Model Governor (AUTO)
|
|
367
|
-
|
|
368
|
-
AUTO detects available models, assigns category defaults, and builds fallback chains.
|
|
369
|
-
It never overwrites your explicit config or UI-selected model.
|
|
370
|
-
|
|
371
|
-
Config example:
|
|
372
|
-
|
|
373
|
-
```jsonc
|
|
374
|
-
{
|
|
375
|
-
"model_governor": {
|
|
376
|
-
"enabled": true,
|
|
377
|
-
"mode": "auto",
|
|
378
|
-
"report": { "enabled": true, "format": "md" }
|
|
379
|
-
}
|
|
380
|
-
}
|
|
381
|
-
```
|
|
382
|
-
|
|
383
|
-
Reports and rules are written to your OpenCode config dir:
|
|
384
|
-
|
|
385
|
-
- `openagent-labforge.models.report.md`
|
|
386
|
-
- `openagent-labforge.models.rules.jsonc`
|
|
387
|
-
|
|
388
|
-
### Claude Code Compatibility
|
|
389
|
-
|
|
390
|
-
You dialed in your Claude Code setup. Good.
|
|
391
|
-
|
|
392
|
-
Every hook, command, skill, MCP, plugin works here unchanged. Full compatibility, including plugins.
|
|
393
|
-
|
|
394
|
-
### World-Class Tools for Your Agents
|
|
395
|
-
|
|
396
|
-
LSP, AST-Grep, Tmux, MCP actually integrated, not duct-taped together.
|
|
397
|
-
|
|
398
|
-
- **LSP**: `lsp_rename`, `lsp_goto_definition`, `lsp_find_references`, `lsp_diagnostics`. IDE precision for every agent
|
|
399
|
-
- **AST-Grep**: Pattern-aware code search and rewriting across 25 languages
|
|
400
|
-
- **Tmux**: Full interactive terminal. REPLs, debuggers, TUI apps. Your agent stays in session
|
|
401
|
-
- **MCP**: Web search, official docs, GitHub code search. All baked in
|
|
402
|
-
|
|
403
|
-
### Skill-Embedded MCPs
|
|
404
|
-
|
|
405
|
-
MCP servers eat your context budget. We fixed that.
|
|
406
|
-
|
|
407
|
-
Skills bring their own MCP servers. Spin up on-demand, scoped to task, gone when done. Context window stays clean.
|
|
408
|
-
|
|
409
|
-
### Codes Better. Hash-Anchored Edits
|
|
410
|
-
|
|
411
|
-
The harness problem is real. Most agent failures aren't the model. It's the edit tool.
|
|
412
|
-
|
|
413
|
-
> *"None of these tools give the model a stable, verifiable identifier for the lines it wants to change... They all rely on the model reproducing content it already saw. When it can't - and it often can't - the user blames the model."*
|
|
414
|
-
>
|
|
415
|
-
> <br/>- [Can Bölük, The Harness Problem](https://blog.can.ac/2026/02/12/the-harness-problem/)
|
|
416
|
-
|
|
417
|
-
Inspired by [oh-my-pi](https://github.com/can1357/oh-my-pi), we implemented **Hashline**. Every line the agent reads comes back tagged with a content hash:
|
|
418
|
-
|
|
419
|
-
```
|
|
420
|
-
11#VK| function hello() {
|
|
421
|
-
22#XJ| return "world";
|
|
422
|
-
33#MB| }
|
|
423
|
-
```
|
|
424
|
-
|
|
425
|
-
The agent edits by referencing those tags. If the file changed since the last read, the hash won't match and the edit is rejected before corruption. No whitespace reproduction. No stale-line errors.
|
|
426
|
-
|
|
427
|
-
Grok Code Fast 1: **6.7% → 68.3%** success rate. Just from changing the edit tool.
|
|
428
|
-
|
|
429
|
-
### Deep Initialization. `/init-deep`
|
|
430
|
-
|
|
431
|
-
Run `/init-deep`. It generates hierarchical `AGENTS.md` files:
|
|
432
|
-
|
|
433
|
-
```
|
|
434
|
-
project/
|
|
435
|
-
├── AGENTS.md ← project-wide context
|
|
436
|
-
├── src/
|
|
437
|
-
│ ├── AGENTS.md ← src-specific context
|
|
438
|
-
│ └── components/
|
|
439
|
-
│ └── AGENTS.md ← component-specific context
|
|
440
|
-
```
|
|
441
|
-
|
|
442
|
-
Agents auto-read relevant context. Zero manual management.
|
|
443
|
-
|
|
444
|
-
### Planning. Prometheus
|
|
445
|
-
|
|
446
|
-
Complex task? Don't prompt and pray.
|
|
447
|
-
|
|
448
|
-
`/start-work` calls Prometheus. **Interviews you like a real engineer**, identifies scope and ambiguities, builds a verified plan before touching code. Agent knows what it's building before it starts.
|
|
449
|
-
|
|
450
|
-
### Skills
|
|
451
|
-
|
|
452
|
-
Skills aren't just prompts. Each brings:
|
|
453
|
-
|
|
454
|
-
- Domain-tuned system instructions
|
|
455
|
-
- Embedded MCP servers, on-demand
|
|
456
|
-
- Scoped permissions. Agents stay in bounds
|
|
457
|
-
|
|
458
|
-
Built-ins: `playwright` (browser automation), `git-master` (atomic commits, rebase surgery), `frontend-ui-ux` (design-first UI).
|
|
459
|
-
|
|
460
|
-
Add your own: `.opencode/skills/*/SKILL.md` or `~/.config/opencode/skills/*/SKILL.md`.
|
|
461
|
-
|
|
462
|
-
**Want the full feature breakdown?** See the **[Features Documentation](docs/reference/features.md)** for agents, hooks, tools, MCPs, and everything else in detail.
|
|
463
|
-
|
|
464
|
-
---
|
|
465
|
-
|
|
466
|
-
> **New to openagent-labforge?** Read the **[Overview](docs/guide/overview.md)** to understand what you have, or check the **[Orchestration Guide](docs/guide/orchestration.md)** for how agents collaborate.
|
|
467
|
-
|
|
468
|
-
## Uninstallation
|
|
469
|
-
|
|
470
|
-
To remove openagent-labforge:
|
|
471
|
-
|
|
472
|
-
1. **Remove the plugin from your OpenCode config**
|
|
473
|
-
|
|
474
|
-
Edit `~/.config/opencode/opencode.json` (or `opencode.jsonc`) and remove `"openagent-labforge"` from the `plugin` array:
|
|
475
|
-
|
|
476
|
-
```bash
|
|
477
|
-
# Using jq
|
|
478
|
-
jq '.plugin = [.plugin[] | select(. != "openagent-labforge")]' \
|
|
479
|
-
~/.config/opencode/opencode.json > /tmp/oc.json && \
|
|
480
|
-
mv /tmp/oc.json ~/.config/opencode/opencode.json
|
|
481
|
-
```
|
|
482
|
-
|
|
483
|
-
2. **Remove configuration files (optional)**
|
|
484
|
-
|
|
485
|
-
```bash
|
|
486
|
-
# Remove user config
|
|
487
|
-
rm -f ~/.config/opencode/openagent-labforge.json ~/.config/opencode/openagent-labforge.jsonc
|
|
488
|
-
|
|
489
|
-
# Remove project config (if exists)
|
|
490
|
-
rm -f .opencode/openagent-labforge.json .opencode/openagent-labforge.jsonc
|
|
491
|
-
```
|
|
492
|
-
|
|
493
|
-
3. **Verify removal**
|
|
494
|
-
|
|
495
|
-
```bash
|
|
496
|
-
opencode --version
|
|
497
|
-
# Plugin should no longer be loaded
|
|
498
|
-
```
|
|
499
|
-
|
|
500
|
-
## Features
|
|
501
|
-
|
|
502
|
-
Features you'll think should've always existed. Once you use them, you can't go back.
|
|
503
|
-
|
|
504
|
-
See full [Features Documentation](docs/reference/features.md).
|
|
505
|
-
|
|
506
|
-
**Quick Overview:**
|
|
507
|
-
- **Agents**: Sisyphus (the main agent), Prometheus (planner), Oracle (architecture/debugging), Librarian (docs/code search), Explore (fast codebase grep), Multimodal Looker
|
|
508
|
-
- **Background Agents**: Run multiple agents in parallel like a real dev team
|
|
509
|
-
- **LSP & AST Tools**: Refactoring, rename, diagnostics, AST-aware code search
|
|
510
|
-
- **Hash-anchored Edit Tool**: `LINE#ID` references validate content before applying every change. Surgical edits, zero stale-line errors
|
|
511
|
-
- **Context Injection**: Auto-inject AGENTS.md, README.md, conditional rules
|
|
512
|
-
- **Claude Code Compatibility**: Full hook system, commands, skills, agents, MCPs
|
|
513
|
-
- **Built-in MCPs**: websearch (Exa), context7 (docs), grep_app (GitHub search)
|
|
514
|
-
- **Session Tools**: List, read, search, and analyze session history
|
|
515
|
-
- **Productivity Features**: Ralph Loop, Todo Enforcer, GPT permission-tail continuation, Comment Checker, Think Mode, and more
|
|
516
|
-
- **Model Setup**: Agent-model matching is built into the [Installation Guide](docs/guide/installation.md#step-5-understand-your-model-setup)
|
|
517
|
-
|
|
518
|
-
## Configuration
|
|
519
|
-
|
|
520
|
-
Opinionated defaults, adjustable if you insist.
|
|
521
|
-
|
|
522
|
-
See [Configuration Documentation](docs/reference/configuration.md).
|
|
523
|
-
|
|
524
|
-
**Quick Overview:**
|
|
525
|
-
- **Config Locations**: `.opencode/openagent-labforge.jsonc` or `.opencode/openagent-labforge.json` (project), `~/.config/opencode/openagent-labforge.jsonc` or `~/.config/opencode/openagent-labforge.json` (user)
|
|
526
|
-
- **JSONC Support**: Comments and trailing commas supported
|
|
527
|
-
- **Agents**: Override models, temperatures, prompts, and permissions for any agent
|
|
528
|
-
- **Built-in Skills**: `playwright` (browser automation), `git-master` (atomic commits)
|
|
529
|
-
- **Sisyphus Agent**: Main orchestrator with Prometheus (Planner) and Metis (Plan Consultant)
|
|
530
|
-
- **Background Tasks**: Configure concurrency limits per provider/model
|
|
531
|
-
- **Categories**: Domain-specific task delegation (`visual`, `business-logic`, custom)
|
|
532
|
-
- **Hooks**: 25+ built-in hooks, including `gpt-permission-continuation`, all configurable via `disabled_hooks`
|
|
533
|
-
- **MCPs**: Built-in websearch (Exa), context7 (docs), grep_app (GitHub search)
|
|
534
|
-
- **LSP**: Full LSP support with refactoring tools
|
|
535
|
-
- **Experimental**: Aggressive truncation, auto-resume, and more
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
## Author's Note
|
|
539
|
-
|
|
540
|
-
**Want the philosophy?** Read the [Ultrawork Manifesto](docs/manifesto.md).
|
|
541
|
-
|
|
542
|
-
---
|
|
543
|
-
|
|
544
|
-
I burned through $24K in LLM tokens on personal projects. Tried every tool. Configured everything to death. OpenCode won.
|
|
545
|
-
|
|
546
|
-
Every problem I hit, the fix is baked into this plugin. Install and go.
|
|
547
|
-
|
|
548
|
-
If OpenCode is Debian/Arch, OmO is Ubuntu/[Omarchy](https://omarchy.org/).
|
|
549
|
-
|
|
550
|
-
Heavy influence from [AmpCode](https://ampcode.com) and [Claude Code](https://code.claude.com/docs/overview). Features ported, often improved. Still building. It's **Open**Code.
|
|
551
|
-
|
|
552
|
-
Other harnesses promise multi-model orchestration. We ship it. Stability too. And features that actually work.
|
|
553
|
-
|
|
554
|
-
I'm this project's most obsessive user:
|
|
555
|
-
- Which model has the sharpest logic?
|
|
556
|
-
- Who's the debugging god?
|
|
557
|
-
- Who writes the best prose?
|
|
558
|
-
- Who dominates frontend?
|
|
559
|
-
- Who owns backend?
|
|
560
|
-
- What's fastest for daily driving?
|
|
561
|
-
- What are competitors shipping?
|
|
562
|
-
|
|
563
|
-
This plugin is the distillation. Take the best. Got improvements? PRs welcome.
|
|
564
|
-
|
|
565
|
-
**Stop agonizing over harness choices.**
|
|
566
|
-
**I'll research, steal the best, and ship it here.**
|
|
567
|
-
|
|
568
|
-
Sounds arrogant? Have a better way? Contribute. You're welcome.
|
|
569
|
-
|
|
570
|
-
No affiliation with any project/model mentioned. Just personal experimentation.
|
|
571
|
-
|
|
572
|
-
99% of this project was built with OpenCode. I don't really know TypeScript. **But I personally reviewed and largely rewrote this doc.**
|
|
573
|
-
|
|
574
|
-
## Loved by professionals at
|
|
575
|
-
|
|
576
|
-
- [Indent](https://indentcorp.com)
|
|
577
|
-
- Making Spray - influencer marketing solution, vovushop - crossborder commerce platform, vreview - ai commerce review marketing solution
|
|
578
|
-
- [Google](https://google.com)
|
|
579
|
-
- [Microsoft](https://microsoft.com)
|
|
580
|
-
- [ELESTYLE](https://elestyle.jp)
|
|
581
|
-
- Making elepay - multi-mobile payment gateway, OneQR - mobile application SaaS for cashless solutions
|
|
582
|
-
|
|
583
|
-
*Special thanks to [@junhoyeo](https://github.com/junhoyeo) for this amazing hero image.*
|
|
584
|
-
|
|
1
|
+
# OpenAgent Labforge
|
|
2
|
+
|
|
3
|
+
OpenAgent Labforge is an OpenCode plugin fork focused on three things:
|
|
4
|
+
|
|
5
|
+
- stronger engineering-oriented orchestration
|
|
6
|
+
- explicit, inspectable child-session delegation
|
|
7
|
+
- bioinformatics-first specialist workflows
|
|
8
|
+
|
|
9
|
+
It is a derivative of `code-yeongyu/oh-my-openagent` and keeps upstream
|
|
10
|
+
license/provenance boundaries intact. See [LICENSE.md](LICENSE.md),
|
|
11
|
+
[NOTICE](NOTICE), [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md), and
|
|
12
|
+
[docs/licensing.md](docs/licensing.md).
|
|
13
|
+
|
|
14
|
+
## What This Fork Is Now
|
|
15
|
+
|
|
16
|
+
This README describes current runtime behavior only.
|
|
17
|
+
|
|
18
|
+
The plugin is now centered on:
|
|
19
|
+
|
|
20
|
+
- OpenCode-native delegation through `task(subagent_type=...)`
|
|
21
|
+
- stable plugin/agent/MCP injection for newer OpenCode behavior
|
|
22
|
+
- explicit search/doc/code/paper retrieval separation
|
|
23
|
+
- a growing first-party bioinformatics agent and skill stack
|
|
24
|
+
- local-first development and installation
|
|
25
|
+
|
|
26
|
+
## Current Core Capabilities
|
|
27
|
+
|
|
28
|
+
### Engineering orchestration
|
|
29
|
+
|
|
30
|
+
- `sisyphus`: main orchestrator
|
|
31
|
+
- `wase`: fully autonomous orchestrator
|
|
32
|
+
- `hephaestus`: deep coding executor
|
|
33
|
+
- `prometheus`: planner
|
|
34
|
+
- `atlas`: execution coordinator
|
|
35
|
+
- `metis`: pre-planning consultant
|
|
36
|
+
- `momus`: plan reviewer
|
|
37
|
+
|
|
38
|
+
These core agents are being upgraded with stronger engineering behavior:
|
|
39
|
+
|
|
40
|
+
- better scope discipline
|
|
41
|
+
- stronger verification expectations
|
|
42
|
+
- more explicit planning and review standards
|
|
43
|
+
- cleaner delegation contracts
|
|
44
|
+
|
|
45
|
+
Current engineering-capability layering:
|
|
46
|
+
|
|
47
|
+
- strong execution + orchestration: `sisyphus`, `wase`
|
|
48
|
+
- strong execution: `hephaestus`
|
|
49
|
+
- strong orchestration: `atlas`
|
|
50
|
+
- strong planning: `prometheus`, `metis`
|
|
51
|
+
- strong review: `momus`
|
|
52
|
+
|
|
53
|
+
This layering is intentional so future de-duplication stays easy if OpenCode
|
|
54
|
+
itself absorbs parts of the same capability set.
|
|
55
|
+
|
|
56
|
+
### Specialist agents
|
|
57
|
+
|
|
58
|
+
- `explore`: local codebase discovery
|
|
59
|
+
- `librarian`: focused upstream docs / SDK / library research
|
|
60
|
+
- `github-scout`: repository and implementation scouting
|
|
61
|
+
- `tech-scout`: ecosystem / benchmark / launch analysis
|
|
62
|
+
- `article-writer`: public technical writing
|
|
63
|
+
- `scientific-writer`: research-facing technical writing
|
|
64
|
+
- `multimodal-looker`: PDF / image / figure understanding
|
|
65
|
+
|
|
66
|
+
### Bioinformatics stack
|
|
67
|
+
|
|
68
|
+
The fork now has an explicit bioinformatics hierarchy:
|
|
69
|
+
|
|
70
|
+
- main bio entrypoints:
|
|
71
|
+
`bio-orchestrator` for integrated coordination
|
|
72
|
+
`bio-pipeline-operator` for execution-focused work
|
|
73
|
+
- internal specialists used through child-session delegation:
|
|
74
|
+
`bio-methodologist` for computational design / QC / statistics planning
|
|
75
|
+
`wet-lab-designer` for user-executed wet-lab validation planning
|
|
76
|
+
`paper-evidence-synthesizer` for cross-paper evidence matrix and confidence grading
|
|
77
|
+
|
|
78
|
+
This is not limited to generic "analysis". The intended workflow includes:
|
|
79
|
+
|
|
80
|
+
- literature retrieval
|
|
81
|
+
- public dataset discovery
|
|
82
|
+
- computational analysis
|
|
83
|
+
- wet-lab validation design for the user to execute
|
|
84
|
+
- evidence integration
|
|
85
|
+
- specialist reporting
|
|
86
|
+
|
|
87
|
+
## Built-in Skill Direction
|
|
88
|
+
|
|
89
|
+
The built-in skill set now covers both general and bio workflows.
|
|
90
|
+
|
|
91
|
+
Examples:
|
|
92
|
+
|
|
93
|
+
- browser / UI / git:
|
|
94
|
+
- `playwright`
|
|
95
|
+
- `frontend-ui-ux`
|
|
96
|
+
- `git-master`
|
|
97
|
+
- document / report:
|
|
98
|
+
- `docx-workbench`
|
|
99
|
+
- `pdf-toolkit`
|
|
100
|
+
- `xlsx-analyst`
|
|
101
|
+
- bioinformatics:
|
|
102
|
+
- `bio-tools`
|
|
103
|
+
- `bio-methods`
|
|
104
|
+
- `wet-lab-design`
|
|
105
|
+
- `bio-pipeline`
|
|
106
|
+
- `paper-evidence`
|
|
107
|
+
- `differential-expression`
|
|
108
|
+
- `scrna-preprocessing`
|
|
109
|
+
- `cell-annotation`
|
|
110
|
+
- `pubmed-search`
|
|
111
|
+
- `geo-query`
|
|
112
|
+
- `sequence-analysis`
|
|
113
|
+
- `structural-biology`
|
|
114
|
+
- `bio-visualization`
|
|
115
|
+
- `vector-design`
|
|
116
|
+
|
|
117
|
+
The bio skills are written as execution-oriented references: they specify
|
|
118
|
+
preferred tools, typical commands/code paths, expected artifacts, and boundary
|
|
119
|
+
conditions rather than acting as vague prompt decoration.
|
|
120
|
+
|
|
121
|
+
Bio agents now also carry explicit data-interaction and environment-safety behavior:
|
|
122
|
+
|
|
123
|
+
- they ask users for the minimum decisive data when company or sequencing data is missing
|
|
124
|
+
- they separate required inputs from optional context
|
|
125
|
+
- they prefer `uv` for Python environments
|
|
126
|
+
- they prefer `conda` for mixed native stacks
|
|
127
|
+
- they call out when Windows users realistically need WSL/Linux
|
|
128
|
+
|
|
129
|
+
## Current MCP Set
|
|
130
|
+
|
|
131
|
+
The built-in MCP surface is intentionally tighter now.
|
|
132
|
+
|
|
133
|
+
Default built-ins kept visible:
|
|
134
|
+
|
|
135
|
+
- `websearch`
|
|
136
|
+
- `context7`
|
|
137
|
+
- `grep_app`
|
|
138
|
+
- `browser_puppeteer`
|
|
139
|
+
- `chrome-devtools-mcp`
|
|
140
|
+
- `deepwiki_mcp` (default off)
|
|
141
|
+
- `open_websearch_mcp`
|
|
142
|
+
- `paper_search_mcp`
|
|
143
|
+
- `semantic_scholar_fastmcp`
|
|
144
|
+
|
|
145
|
+
Removed from the built-in visible set:
|
|
146
|
+
|
|
147
|
+
- `arxiv_mcp`
|
|
148
|
+
- `fetch_browser`
|
|
149
|
+
|
|
150
|
+
Rationale:
|
|
151
|
+
|
|
152
|
+
- avoid duplicate capability surfaces
|
|
153
|
+
- keep the MCP list focused
|
|
154
|
+
- leave `deepwiki_mcp` opt-in instead of always-on
|
|
155
|
+
|
|
156
|
+
## OpenCode Compatibility Work
|
|
157
|
+
|
|
158
|
+
Recent migration work has focused on keeping pace with newer OpenCode behavior.
|
|
159
|
+
|
|
160
|
+
Already aligned or hardened:
|
|
161
|
+
|
|
162
|
+
- runtime plugin config discovery with canonical + legacy config compatibility
|
|
163
|
+
- agent registration and protected builtin-agent override handling
|
|
164
|
+
- command discovery:
|
|
165
|
+
- `.opencode/command`
|
|
166
|
+
- `.opencode/commands`
|
|
167
|
+
- ancestor discovery up to worktree root
|
|
168
|
+
- slash-style nested command names
|
|
169
|
+
- `.agents/skills` participation in injection chains
|
|
170
|
+
- MCP merge order and user override behavior
|
|
171
|
+
- todo continuation / compaction / stagnation guard regressions
|
|
172
|
+
|
|
173
|
+
The migration audit reference lives at:
|
|
174
|
+
|
|
175
|
+
- [docs/release/upstream-oh-my-openagent-3.11-plus-audit.md](docs/release/upstream-oh-my-openagent-3.11-plus-audit.md)
|
|
176
|
+
|
|
177
|
+
## Installation Reality
|
|
178
|
+
|
|
179
|
+
This project is still optimized for local-first use.
|
|
180
|
+
|
|
181
|
+
Recommended workflow:
|
|
182
|
+
|
|
183
|
+
```bash
|
|
184
|
+
bun run build:skills-catalog
|
|
185
|
+
bun run build
|
|
186
|
+
bun pm pack
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
Then follow:
|
|
190
|
+
|
|
191
|
+
- [docs/guide/installation.md](docs/guide/installation.md)
|
|
192
|
+
|
|
193
|
+
## Reference Repos
|
|
194
|
+
|
|
195
|
+
Local comparison material is kept under `Future/` for migration and design work.
|
|
196
|
+
|
|
197
|
+
Current references include:
|
|
198
|
+
|
|
199
|
+
- upstream `oh-my-openagent`
|
|
200
|
+
- `BioClaw`
|
|
201
|
+
- `Geneclaw`
|
|
202
|
+
- `codex-main`
|
|
203
|
+
|
|
204
|
+
These are local reference trees, not part of the shipped plugin.
|
|
205
|
+
|
|
206
|
+
## Current Priorities
|
|
207
|
+
|
|
208
|
+
The near-term order is:
|
|
209
|
+
|
|
210
|
+
1. finish upstream OpenCode compatibility migration
|
|
211
|
+
2. strengthen engineering execution/orchestration capability in core agents
|
|
212
|
+
3. continue refining the bioinformatics agent + skill stack
|
|
213
|
+
|
|
214
|
+
## Docs
|
|
215
|
+
|
|
216
|
+
- [docs/guide/installation.md](docs/guide/installation.md)
|
|
217
|
+
- [docs/guide/orchestration.md](docs/guide/orchestration.md)
|
|
218
|
+
- [docs/guide/bio-skills.md](docs/guide/bio-skills.md)
|
|
219
|
+
- [docs/guide/bio-paper-autonomous-flow-v1.md](docs/guide/bio-paper-autonomous-flow-v1.md)
|
|
220
|
+
- [docs/reference/configuration.md](docs/reference/configuration.md)
|
|
221
|
+
- [docs/reference/features.md](docs/reference/features.md)
|
|
222
|
+
|
|
223
|
+
## Language Versions
|
|
224
|
+
|
|
225
|
+
- [English](README.md)
|
|
226
|
+
- [简体中文](README.zh-cn.md)
|
|
227
|
+
- [日本語](README.ja.md)
|
|
228
|
+
- [한국어](README.ko.md)
|
|
229
|
+
- [Русский](README.ru.md)
|