Agentic Reliability Framework v3.3.4 - Stable Release
Agentic Reliability Framework v3.3.4 — Stable Release
v3.3.4 is the first fully stable OSS release of ARF v3.
This release hardens the architecture, enforces OSS purity, and resolves all known CI, import, and packaging issues.
No new features were added.
This release establishes a production-stable baseline for all future ARF development.
🎯 What’s Changed
✅ Critical Stability Fixes
- FIXED: Circular import dependencies across
__init__.pyfiles - FIXED: OSS / Enterprise boundary violations
→ All license keys and execution hooks removed from OSS - FIXED: CI/CD pipeline failures (all workflows now passing)
- FIXED: PyPI installation and import errors
🔧 Architecture Improvements
- IMPROVED: Explicit, direct imports for OSS components (no lazy loading)
- IMPROVED: Correct relative imports in
simple_mcp_client.py - IMPROVED: Updated test expectations to reflect advisory-only OSS behavior
- IMPROVED: Added automated verification for circular import detection
📦 Dependencies & Compatibility
- Python 3.10+ required (fully aligned with CI/CD)
- All dependencies updated to latest stable versions
- Clean installs confirmed from PyPI in fresh environments
🚀 Quick Start
pip install agentic-reliability-framework==3.3.4import agentic_reliability_framework as arf
from agentic_reliability_framework import HealingIntent, OSSMCPClient
print(f"✅ ARF v{arf.__version__} — Stable and Ready")Runs:
-
OSS MCP client (advisory-only)
-
In-memory RAG graph
-
FAISS similarity search
-
Deterministic safety policies
🧪 Test Status
-
✅ OSS Boundary Tests — PASSING
-
✅ Circular Import Verification — PASSING
-
✅ Core Functionality Tests — PASSING
-
✅ CI/CD Pipelines — ALL GREEN
🔒 OSS Purity (Enforced)
-
100% Apache 2.0 compliant
-
No Enterprise code in OSS
-
Advisory-only execution model
-
Explicit, enforced upgrade boundary to Enterprise
🐛 Issues Resolved
-
CI-001: Circular imports causing RecursionError — Fixed
-
CI-002: OSS boundary violations — Fixed
-
CI-003: PyPI installation failures — Fixed
-
CI-004: CI test instability — Fixed
📌 Release Positioning
This release stabilizes and hardens the ARF v3 architecture.
v3.3.4 is the production baseline for Agentic Reliability Framework OSS going forward.
📞 Support
-
OSS Support: GitHub Issues
-
Documentation: docs/ directory
-
Enterprise Upgrade: https://arf.dev/enterprise