IBM / nl2flow

NL2Flow: A PDDL Interface to Flow Construction
Apache License 2.0
5 stars 2 forks source link

Make Flow Object Portable #73

Closed jkeskingvillage closed 1 month ago

jkeskingvillage commented 1 month ago

Currently, Flow object is not easy to be stored as a file or a string. Improve the portability of a Flow Object is crucial to validate responses from Large Language Models with BasicDebugger when planning data for all LLMs are generated in a batch before invoking LLMs. For example, Flow inherits Pydantic's BaseModel, the portability of Flow object improves.

BasicDebugger example: https://github.com/IBM/nl2flow/blob/main/tests/debugger/test_debugger_from_flow.py.

jkeskingvillage commented 1 month ago

Data to create flow object will be stored. Resolved.