sot-runtime
v0.1.0External State-of-Thought controller for Astra/Codex.
By SoT Runtime ContributorsLicense: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install sot-runtime for Codex and Claude Code
codex plugin marketplace add looptech-ai/sot-runtime-plugin
codex plugin marketplace upgrade sot-runtime-marketplace
codex plugin add sot-runtime@sot-runtime-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the sot-runtime-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “sot-runtime” remain stable.
- Codex:
sot-runtime@agent-plugin-marketplace→sot-runtime@sot-runtime-marketplace
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/looptech-ai/sot-runtime-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sot-runtime/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/sot-reasoning/SKILL.md└── .mcp.json
Included Skills1
Use the external State-of-Thought controller for complex, multi-step reasoning, research, architecture, debugging, planning, or decisions where evidence selection, uncertainty, contradictions, and a deliberate stop condition matter.
MCP servers1
- command
- node
- args
- ${CLAUDE_PLUGIN_ROOT}/src/server.mjs
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests3
{
"name": "sot-runtime",
"version": "0.1.0",
"description": "External State-of-Thought controller for Astra/Codex.",
"skills": "./skills/"
}{
"name": "sot-runtime",
"version": "0.1.0",
"description": "External State-of-Thought controller for deliberate reasoning in Claude Code.",
"author": {
"name": "SoT Runtime Contributors"
},
"license": "MIT",
"skills": "./skills/",
"mcpServers": "./.mcp.json"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "sot-runtime",
"version": "0.1.0",
"description": "External State-of-Thought controller with evidence routing, explicit state checkpoints, uncertainty tracking, and stop/continue policy.",
"author": {
"name": "SoT Runtime Contributors"
},
"license": "MIT",
"keywords": [
"reasoning",
"state-of-thought",
"sot",
"claude",
"astra",
"codex",
"mcp"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[sot-runtime on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sot-runtime)