Skip to content

Releases: nasirquant/fractal-neural-engine

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 27 Aug 07:08

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 06:45

Full Changelog: v1.0.0...v1.0.1

FNSE v1.0.0 — Initial Release

Choose a tag to compare

@nasirquant nasirquant released this 25 Aug 01:05

📦 Releases

v1.0.0 (Initial Release) — Current state

Tag: v1.0.0
Title: FNSE v1.0.0 — Initial Release
Description:

First stable release of the Fractal Neural Simulation Engine.

Features:

  • MacroSwarm orchestration with 5 agent roles (Explorer, Optimizer, Critic, Synthesizer, Coordinator)
  • GraphRAG memory layer with NetworkX-backed knowledge graphs and vector similarity
  • SkillCompiler with sandboxed dynamic code generation and test-driven compilation
  • SafeguardSystem with circuit breakers, auto-rollback, divergence monitoring
  • FastAPI REST API + WebSocket real-time updates
  • Prometheus metrics + Grafana dashboards
  • Docker / docker-compose deployment ready
  • AGPL-3.0 licensed

Installation:

git clone https://github.com/nasirquant/fractal-neural-engine.git
cd fractal-neural-engine
pip install -r requirements.txt
cp .env.example .env  # Add your API keys
docker-compose up -d  # Starts Redis + API
python run_simulation.py --agents 10 --ticks 100

Future Releases (Roadmap)

Version Focus Target
v1.1.0 Python SDK package (pip install fnse), improved docs, unit test coverage >80% Q4 2026
v1.2.0 Distributed swarm (multi-node), Kubernetes Helm chart, agent marketplace Q1 2027
v2.0.0 LLM-agnostic skill compilation (local models), plugin architecture, web UI Q2 2027