Releases: eminsk/agentjit
Releases · eminsk/agentjit
Release list
AgentJIT v0.1.3 - 100% Single-Library Installation
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
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
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
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.