Skip to main content

"True general intelligence begins exactly where the training data ends. We are no longer testing memory; we are testing reasoning under structural collapse."

AGI Gauntlet

A neuro-symbolic evaluation framework and lifecycle engine designed to test the true frontiers of artificial general intelligence.

PyPI Version Python Versions License: Apache 2.0

© 2026 AGI Systems Directorate. Authored by Ananya Soni, Founder & CEO.


"In the age of recursive self-correction, compute is cheap, but verifiable logic is the ultimate bottleneck."

The Contamination Crisis

The current landscape of open-source artificial intelligence benchmarking is structurally compromised. Standardized evaluations (MMLU, HumanEval, standard logic suites) have inevitably become pre-training targets. When a large language model (LLM) solves a complex reasoning task today, it is rarely demonstrating emergent intelligence; it is executing high-dimensional curve fitting on memorized test data.

AGI Gauntlet is engineered to bypass latent space memorization entirely.

Zero-Contamination Progressive Benchmarking

This package introduces a fundamentally rigorous paradigm for evaluating and orchestrating AI models. The logical constraints and evaluation matrices embedded within the Gauntlet do not exist on the open web. They are dynamically obfuscated at the source level to prevent crawler ingestion.

The framework enforces a progressive cognitive stress-test:

  1. Foundational Verification: Establishes baselines for spatial, temporal, and economic reasoning.
  2. Dynamic Plasticity: Injects real-time semantic shifts (e.g., redefining fundamental constants mid-inference) to break standard transformer next-token prediction loops.
  3. Neuro-Symbolic Synthesis: Forces models to operate under severe temporal resource poverty, multi-actor paradoxes, and recursive logic structures.

What's New in v0.1.1

The 0.1.1 release transforms agi-gauntlet from a strict benchmark into a comprehensive lifecycle and agentic workflow engine:

  • Universal Model Hooks: Seamlessly connect frontier commercial models (via API keys), self-hosted Gradio clients, or custom private server endpoints using the new ModelRegistry architecture.
  • Agentic Workspace: A dedicated environment to plug in autonomous AI assistants, granting them tool access to manage data parsing and evaluation pipelines.
  • Lifecycle Manager: Stage and fetch curated datasets across remote, secure endpoints to seamlessly transition from evaluation to fine-tuning.
  • Test-Time Compute Guardrail: An advanced 2026 monitoring feature that analyzes semantic entropy during Monte Carlo Tree Search (MCTS). It forces a deterministic circuit-break if a multi-agent loop enters a hallucinated self-correction spiral, saving compute and preventing silent failures.

Quickstart

Install the package via pip:

pip install agi-gauntlet

Integrate your infrastructure and execute evaluations cleanly:

import os
from agi_gauntlet import ModelRegistry, GauntletEngine, AgentWorkspace

registry = ModelRegistry()

# 1. Connect a Frontier Commercial Model
registry.register_commercial_api(
    name="frontier_model_alpha",
    provider="anthropic",
    api_key=os.getenv("ANTHROPIC_API_KEY")
)

# 2. Connect a custom Gradio hosted model
registry.register_gradio_client(
    name="local_qwen_instance", 
    gradio_url="http://localhost:7860", 
    fn_index=0
)

# 3. Initialize the Engine and Agent Workspace
workspace = AgentWorkspace()
workspace.plug_agent(agent_id="eval_orchestrator", tools_granted=["database_read", "run_gauntlet"])

engine = GauntletEngine(registry)
engine.serve(port=8000)

Contributing

The pursuit of Artificial General Intelligence is a collaborative imperative. agi-gauntlet is open source, and architectural contributions, new evaluation matrices, and framework optimizations are welcome.

Please review the open issues on our GitHub Repository before submitting a pull request. Keep your code modular, ensure logical determinism, and leave contaminated benchmarks in the past.

Download files

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

Source Distribution

agi_gauntlet-0.1.1.tar.gz (16.6 kB view details)

Uploaded Source

Built Distribution

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

agi_gauntlet-0.1.1-py3-none-any.whl (14.6 kB view details)

Uploaded Python 3

File details

Details for the file agi_gauntlet-0.1.1.tar.gz.

File metadata

  • Download URL: agi_gauntlet-0.1.1.tar.gz
  • Upload date:
  • Size: 16.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for agi_gauntlet-0.1.1.tar.gz
Algorithm Hash digest
SHA256 d54a89a2b4030ef7dd97e152e1f336f836223b8a11b3f9e53c0c9c365e754c65
MD5 716a0291bd07f2603ba3a6758c7697d9
BLAKE2b-256 adff8cacbd4477fabd673c7e7ff11d5b6fae8a01eafa1b5600a0f54bb9f2bb86

See more details on using hashes here.

Provenance

The following attestation bundles were made for agi_gauntlet-0.1.1.tar.gz:

Publisher: python-publish.yml on AI-Sovereign/agi-gauntlet

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agi_gauntlet-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: agi_gauntlet-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 14.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for agi_gauntlet-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8cdb64266beceaa53ca136da812b9be934b69aea352593d103f642dccad3542d
MD5 30787f0dff3e00646bb5283cf23d5638
BLAKE2b-256 3eb2adf719a78ee71e8c2ca6d009a35c604716c983571ced96d4e4d79c8b1e2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for agi_gauntlet-0.1.1-py3-none-any.whl:

Publisher: python-publish.yml on AI-Sovereign/agi-gauntlet

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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