-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
22 lines (20 loc) · 1.12 KB
/
Copy pathpyproject.toml
File metadata and controls
22 lines (20 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[project]
name = "business_rules_reasoning"
version = "0.2.0"
authors = [{ name="Lukasz Wardzala <https://github.com/lwardzala>" }]
description = "A Python-based logical reasoning system combining rule-based engines with Large Language Models (LLMs) for business automation. Supports deduction and hypothesis testing, partial fact completion, and automated fact retrieval via documents or chat. Features include explainable reasoning, workflow integration, and customizable knowledge bases. Designed for transparency, efficiency, and seamless integration into decision-making workflows."
keywords = ["reasoning", "business rules", "infernce engine", "logical reasoning", "horn's inference", "llm inference", "llm"]
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
[project.urls]
Homepage = "https://github.com/lwardzala/business_rules_reasoning"
Issues = "https://github.com/lwardzala/business_rules_reasoning/issues"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"