Show HN: I made a state machine framework for guided conversations with LLMs

It’s written in Python and I call it GoalChain. It lets you build a conversation flow graph that the user traverses. When there’s enough input it spits out a dictionary with the defined fields. Otherwise it will jump state to state as led by the user.

It was fun to write, and it’s surprisingly effective if you keep in mind you’re prompt-engineering every string and field name.

README.md has a mini-tutorial.

Would be cool to get some ideas for how to build it further and what improvements I could make.


Comments URL: https://news.ycombinator.com/item?id=40480104

Points: 10

# Comments: 1

https://github.com/adlumal/GoalChain

Vytvorené 22d | 26. 5. 2024, 8:50:10


Ak chcete pridať komentár, prihláste sa