[P0] Project canonical reasoning modes through headless and DeepSeek Harness #10
Labels
No labels
accessibility
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
security
testing
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/agentProlog#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Worker
agentprolog-rage-integrationGoal
Expose the canonical Prolog-RLM reasoning modes consistently through AgentProlog's headless protocol and official DeepSeek Harness integration without creating frontend-owned execution state.
Depends on the reusable upstream reasoning-mode contract in
lost-rob0t/prolog-rlm#335.Current DSH implementation authority remains AgentProlog #7 / PR #8 or whatever newer merged track supersedes it.
Required commands
/direct/symbolic/symbolic-recursive/autoProduct semantics
The command changes canonical AgentProlog/Prolog-RLM session state. DSH reflects that state; it does not maintain an independent mode variable that can drift from the sidecar/runtime.
Required behavior:
/autodelegates strategy choice to the upstream canonical selector;Headless/bridge work
Extend the existing AgentProlog bridge/sidecar protocol through the smallest typed operations needed to:
Do not create a second command interpreter if the current bridge already has a normalized command/session-operation path.
DeepSeek Harness work
Project the same mode state and commands through the out-of-tree AgentProlog DSH plugin.
Tests
Acceptance