Skip to content

Releases: eminsk/agentjit

AgentJIT v0.1.3 - 100% Single-Library Installation

Choose a tag to compare

@eminsk eminsk released this 11 Sep 19:18

AgentJIT v0.1.3

  • Single Library Installation: AgentJIT now installs as a completely self-contained library with zero external dependencies (\pip install agentjit\ or \uv add agentjit).
  • Built-in Markdown Table Formatter: Added \�gentjit.format_table\ for pure Python reporting and benchmark visualization without requiring \ abulate.
  • Google Colab Optimization: All notebooks updated to install strictly \�gentjit\ in a single command.
  • Verified across Python 3.10–3.14 and Free-Threaded No-GIL (PEP 703).

AgentJIT v0.1.2 - Python 3.14 & PEP 703 No-GIL Multi-OS Verified

Choose a tag to compare

@eminsk eminsk released this 11 Sep 19:14

AgentJIT v0.1.2

  • Complete CI cross-platform verification for Python 3.10 through Python 3.14 on Linux (Ubuntu) and Windows.
  • Verified Free-Threaded (PEP 703) No-GIL support on Python 3.13t and Python 3.14t.
  • Thread-safe JIT compiler pipeline and runtime registry.
  • Added project URLs for PyPI integration.

AgentJIT v0.1.1 - Python 3.14 & Free-Threaded No-GIL Support

Choose a tag to compare

@eminsk eminsk released this 11 Sep 19:09

Release v0.1.1 adds official support and multi-threaded locks for Python 3.14 and Free-Threaded (No-GIL / PEP 703) Python 3.13t and 3.14t.

AgentJIT v0.1.0 - Trajectory JIT Compiler for AI Agents

Choose a tag to compare

@eminsk eminsk released this 11 Sep 18:34

First public release of AgentJIT: Compiles multi-step AI Agent workflows into ultra-fast deterministic Python code with zero token costs and automatic speculative fallbacks.