Settings

Theme

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

github.com

19 points by adlumal 2 years ago · 3 comments · 1 min read

Reader

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.

sailorganymede 2 years ago

I’m actually currently doing research into this to see how far LLMs can model state machines so this is totally up my alley! Thank you for sharing.

OutOfHere 2 years ago

I don't know why I need it.

I don't know why projects fail to demonstrate a basic example that shows: how to do the job without it, versus how to do the job with it, and let the user decide if it's worth the difference. If a project can't demonstrate such an example for comparison, then it has nothing.

VoVAllen 2 years ago

Is it possible to be integrated with DSPy?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection