Rand Stats

LLM::Graph

zef:antononcube
Revision history for "LLM::Graph"

0.0.10 2026-01-22
    - Fix: Proper passing of parameters that are for the eval-function and test-function.
    - Fix: Preventing graph-node dependencies when input arguments have hashmaps.
    - Added example using a "custom LLM" in order to trace iterative generation refinements using LLM-graph.
        - It illustrates that cyclic LLM-graphs are not that needed.

0.0.9 2026-01-20
    - Fix: proper passing of the default LLM-evaluator object.
    - Added comparison notebook with Python's "LangGraph".

0.0.8 2025-09-03
    - Handling of spec synonyms during normalization
        - Like 'llm-sub', `eval-sub`, etc.

0.0.7 2025-09-02
    - Refactored / fixed slurpy named parameters handling