Skip to main content

A generic Neuro-Symbolic AI library for probabilistic reasoning and goal alignment.

Project description

NiuSy: A Generic Probabilistic Neuro-Symbolic AI Library

License: Apache 2.0 Python Version Build Status Org: Agicademia

NiuSy (Neuro-v-Symbolic) is a high-performance, Pythonic library for bridging neural perception and symbolic reasoning. It allows developers to build AI agents that combine the robust learning of Deep Learning with the transparency and formal reasoning of Symbolic Logic.


Key Features

  • Probabilistic Logic Engine: Handles uncertainty by assigning confidence scores to facts and rules.
  • Bi-Directional Reasoning: Supports both Forward Chaining (data-driven) and Backward Chaining (goal-driven) for agentic decision making.
  • Explainable AI (XAI): Generates human-readable "Proof Traces" for every decision.
  • Neural Bridge: Interfaces with LLMs to extract symbolic predicates from natural language.
  • Zero-Code Config: Load entire symbolic rule sets from external JSON/YAML configuration files.
  • Domain Modules: Built-in modules for Responsible AI (RAI) audits and AGI Behavior alignment.

Quickstart

1. Installation

git clone https://github.com/Agicademia/NiuSy.git
cd NiuSy
pip install -r requirements.txt

2. A Simple Reasoning Agent

from niusy.agents.agent import ReasoningAgent
from niusy.core.logic import Rule

# Define rules
rules = [
    Rule(premises=['has_fever', 'has_cough'], conclusion_name='is_sick', weight=0.8)
]

# Initialize agent
agent = ReasoningAgent(rules=rules)
agent.process_observation({'has_fever': 0.9, 'has_cough': 1.0})

# Get decision and explanation
result, explanation = agent.act(explain=True)
print(result)

📁 Project Structure

  • niusy/core: Symbolic primitives (Facts, Rules, Constraints).
  • niusy/reasoning: Inference engines (Forward/Backward chaining).
  • niusy/neural: Neural bridges (Concept extractors, LLM wrappers).
  • niusy/audit: Tools for Responsible AI and fairness auditing.
  • niusy/domains: Domain-specific rule modules (AGI, Legal, etc.).

License

NiuSy is licensed under the Apache License 2.0. See the LICENSE file for more details.

Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

niusy-0.1.2.tar.gz (13.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

niusy-0.1.2-py3-none-any.whl (14.5 kB view details)

Uploaded Python 3

File details

Details for the file niusy-0.1.2.tar.gz.

File metadata

  • Download URL: niusy-0.1.2.tar.gz
  • Upload date:
  • Size: 13.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for niusy-0.1.2.tar.gz
Algorithm Hash digest
SHA256 0d320b35c3d28d467f52ae3606bd0e7cf0767100a271d10710318bf3360c8fc0
MD5 ad6b044c6181fe777090ad0b70c61628
BLAKE2b-256 8ff8079fca21864a67b9b7a6799632787c2c1fe1afb6c9d451fd1a47d506a57e

See more details on using hashes here.

File details

Details for the file niusy-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: niusy-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 14.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for niusy-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6242e8212d6b2704b839240f83a4406082e26ef322f07e429ad2d9f1687c8dbf
MD5 efe31a6d8c8ab274c56bd495f66e6241
BLAKE2b-256 f302bcdf5f62e85e9f1a1ad5adbb03454d91cd22fb13b05e38957434f743fc97

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page