Skip to content

MINIOpenSource/iLB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infinityLogicBench (iLB) - The Omega Build

iLB is a production-grade, unbounded procedural benchmark for AI logic evaluation.

🇨🇳 中文文档 (Chinese Documentation)

Core Philosophy

  • Unbounded Difficulty: No max score.
  • Language Drift Metrics: Does logic hold across languages?
  • Isomorphic Consistency: Truth Index (Ti).

Installation

pip install -e .

Usage

TUI

ilb

Python API

from ilb import api

# Generate a task
task = api.generate_task(engine="RecursiveFunction", difficulty=5)
print(task.prompt)

Architecture

  • Core: Schema definitions.
  • Engines: 30+ logic engines across Math, Code, Causal, and Meta domains.
  • Ice: Rendering layer.
  • Runner: Execution logic.
  • UI: Textual-based TUI.

About

infinityLogicBench

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages