Pioneering psycho-symbolic reasoning frameworks that combine classical symbolic AI with psychological context for autonomous agents. Building verifiable, modular systems that account for user preferences and emotional states.
Knowledge graphs with node-edge relationships that apply logical rules and derive new facts through inference engines.
Lightweight NLP modules that gauge emotional tone and identify user preferences from natural language input.
Goal-oriented action planning (GOAP) that generates action sequences satisfying complex constraints.
Rust-to-WASM compilation pipeline enabling portable, sandboxed execution across platforms.
The framework compiles Rust logic to WASM modules using wasm-pack, targeting either wasm32-unknown-unknown or wasm32-wasi. This provides portable binaries with sandboxed execution and no native system access.
WebAssembly provides default sandboxing—the Rust code cannot access host system resources without explicit permission. Projects like Wasmtime enforce deny-by-default policies on filesystem and network access.
FastMCP (based on the Model Context Protocol) registers WASM functions as standardized tools. Each tool specifies parameters via JSON schema and executes via WASM bindings. The MCP protocol acts as a uniform API connector between symbolic tools and AI agents.
WASM modules exposed as MCP-compatible tools with JSON schema definitions
JSON serialization for seamless JavaScript-WASM memory interop
Standardized interface for LLM-based agents to leverage symbolic reasoning
Combine the reliability of symbolic reasoning with the flexibility of modern AI systems for more robust autonomous agents.
Create modular autonomous agent components with interpretable, auditable behavior through explicit rules and structured knowledge.
Enable deployment across CLI, browser, and embedded environments with consistent performance and security guarantees.
Build systems that scale from single-user applications to enterprise-grade autonomous agent fleets.
The framework ships as an NPX-installable CLI tool that instantiates WASM modules and exposes reasoning capabilities via MCP.
npx psycho-agentNo installation required—run directly via npx for immediate access to symbolic reasoning tools
Automatic MCP registration allows LLM-based agents to discover and use reasoning capabilities
A novel framework combining symbolic reasoning with psychological context for more human-aligned autonomous agents.
Analysis of WASM-based deployment patterns for enterprise-scale autonomous agent systems with security guarantees.
Standardized protocol enabling seamless integration between symbolic reasoning systems and neural language models.
We're advancing the frontier of psycho-symbolic reasoning for autonomous agents. Collaborate with our team to build the next generation of verifiable AI systems.