Download Latest Version director_ai-3.11.1.tar.gz (511.8 kB)
Email in envelope

Get an email when there's a new version of director-ai

Home / v2.6.0
Name Modified Size InfoDownloads / Week
Parent folder
sbom.json 2026-03-03 67.3 kB
README.md 2026-03-03 1.8 kB
v2.6.0 -- Review Response_ 9-Point Hardening source code.tar.gz 2026-03-03 1.5 MB
v2.6.0 -- Review Response_ 9-Point Hardening source code.zip 2026-03-03 1.7 MB
Totals: 4 Items   3.3 MB 0

v2.6.0 — Review Response: 9-Point Hardening

Addresses all 9 deficiencies from external review of v2.5.0.

Changed

  • R1: Empty default GroundTruthStoreGroundTruthStore() no longer ships hardcoded SCPN facts. Use GroundTruthStore.with_demo_facts() for demo/test data.
  • R3: Chunked NLI inner aggregation — inner agg changed from min to max. Most contradictory premise chunk drives the score (conservative for safety). Added inner_agg parameter.
  • R4: Catch rate improvements — heuristic scorer adds negation asymmetry (+0.25) and novel entity detection (+0.15). Claim decomposition via NLIScorer.score_decomposed(). New "summarization" profile.
  • R5: Retrieval wiringbuild_store() supports vector_backend="sentence-transformer" with configurable embedding_model. CLI ingest subcommand handles directories and paragraph chunking.
  • R6: Reranker config wiredbuild_store() wraps backend with RerankedBackend when reranker_enabled=True.
  • R7: LLM judge structured output — requests JSON {"verdict": "YES"|"NO", "confidence": 0-100}, falls back to string matching. Configurable model via DIRECTOR_LLM_JUDGE_MODEL.
  • R8: Sanitizer scoring modeInputSanitizer.score() returns weighted suspicion_score (0.0-1.0). Low-weight patterns flag without blocking. allowlist parameter for false-positive exemption.
  • R9: Clean branding — removed [AGI Output]: prefix, simplified halt message, changed disclaimer to [Unverified].
  • R2: Streaming docs — clarified accumulated-text re-scoring, added Limitations section.

Full Changelog

See CHANGELOG.md

Install

:::bash
pip install director-ai==2.6.0
Source: README.md, updated 2026-03-03