@@ -12,11 +12,11 @@ for anyone building multi-agent AI workflows.
1212
1313---
1414
15- ### Loom
15+ ### Heddle
1616
1717** Actor-based Python framework for orchestrating multi-LLM workflows.**
1818
19- Loom splits AI work into focused, testable steps with typed contracts
19+ Heddle splits AI work into focused, testable steps with typed contracts
2020instead of one monolithic prompt. Workers communicate via NATS messaging,
2121enabling parallel execution across different model tiers (local Ollama,
2222Claude Sonnet, Claude Opus).
@@ -27,16 +27,16 @@ Claude Sonnet, Claude Opus).
2727- OpenTelemetry distributed tracing
2828
2929** Links:**
30- [ GitHub] ( https://github.com/IranTransitionProject/loom ) |
31- [ API Documentation] ( https://irantransitionproject .github.io/loom / ) |
32- [ Issues] ( https://github.com/IranTransitionProject/loom /issues ) |
33- [ Discussions] ( https://github.com/IranTransitionProject/loom /discussions )
30+ [ GitHub] ( https://github.com/getheddle/heddle ) |
31+ [ API Documentation] ( https://getheddle .github.io/heddle / ) |
32+ [ Issues] ( https://github.com/getheddle/heddle /issues ) |
33+ [ Discussions] ( https://github.com/getheddle/heddle /discussions )
3434
3535---
3636
3737### Baft
3838
39- ** ITP analytical engine -- application layer on Loom .**
39+ ** ITP analytical engine -- application layer on Heddle .**
4040
4141Baft provides 13 specialized worker configurations, 3-tier pipeline
4242orchestration, a blind audit system for publication quality control,
@@ -55,7 +55,7 @@ and session management for multi-analyst support.
5555
5656### Docman
5757
58- ** Document processing pipeline built on Loom .**
58+ ** Document processing pipeline built on Heddle .**
5959
6060Extracts content from PDF, DOCX, PPTX, XLSX, and HTML files using
6161adaptive two-tier extraction (MarkItDown for speed, Docling for depth).
@@ -68,11 +68,11 @@ and vector search.
6868
6969---
7070
71- ### Framework
71+ ### Baseline
7272
7373** ITP analytical database -- YAML source of truth.**
7474
75- The framework repository contains all structured analytical data:
75+ The baseline repository contains all structured analytical data:
767622 content modules, 86 tracked variables, 57 research gaps,
777712 scenario models, and 14 convergence briefs. Maintained as a
7878live Git repository with every analytical decision tracked in
@@ -82,6 +82,6 @@ Validated by JSON Schema on every commit. Built into PDF releases
8282via Jinja2 templates.
8383
8484** Links:**
85- [ GitHub] ( https://github.com/IranTransitionProject/framework ) |
86- [ Discussions] ( https://github.com/IranTransitionProject/framework /discussions ) |
87- [ Releases (PDF)] ( https://github.com/IranTransitionProject/framework /releases )
85+ [ GitHub] ( https://github.com/IranTransitionProject/baseline ) |
86+ [ Discussions] ( https://github.com/IranTransitionProject/baseline /discussions ) |
87+ [ Releases (PDF)] ( https://github.com/IranTransitionProject/baseline /releases )
0 commit comments