@suhas12345685-pro

Neuro-Symbolic Agents

Native OpenClaw wrapper for joaovictorcamargo/AI-Agents-as-Neuro-Symbolic-System.

Current version
v1.1.0
code-pluginCommunitysource-linked

Neuro-Symbolic Agents for OpenClaw

Native OpenClaw wrapper for joaovictorcamargo/AI-Agents-as-Neuro-Symbolic-System, pinned to upstream commit 8069f88c543c2b4fa94a1277d90d4a0c9885cf98.

The upstream project is a React demonstration rather than a reusable library. This plugin ports its actual runtime model into OpenClaw tools: four simulated recognized objects, four symbolic rules, and the resulting action/confidence/reasoning decision.

Install

openclaw plugins install openclaw-neurosym-agents
openclaw plugins enable neurosym_agents
openclaw gateway restart
openclaw plugins inspect neurosym_agents --runtime --json

Configure

{
  plugins: {
    entries: {
      neurosym_agents: {
        enabled: true,
        config: {
          defaultMaxSteps: 10,
          defaultVerbose: true
        }
      }
    }
  }
}

Tools

  • neurosym_perceive
  • neurosym_reason
  • neurosym_decide
  • neurosym_run_pipeline
  • neurosym_info

Build

npm install
npm run plugin:build
npm run plugin:validate
npm test

Source and release

Source repository

suhas12345685-pro/openclaw-neurosym-agents

Open repo

Source commit

640abd8ae6b1c768d117bfc45ad80f347851dcf5

View commit

Install command

openclaw plugins install clawhub:openclaw-neurosym-agents

Metadata

  • Package: openclaw-neurosym-agents
  • Created: 2026/06/12
  • Updated: 2026/06/12
  • Executes code: Yes
  • Source tag: master

Compatibility

  • Built with OpenClaw: 2026.6.5
  • Plugin API range: >=2026.6.5
  • Tags: latest
  • Files: 8