Skip to content

An LLM agent system based on functional-style storyboards

License

Notifications You must be signed in to change notification settings

stefanmohl/storyboard_agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

storyboard_agent

An LLM agent system based on building storyboards programatically. A storyboard is a creative tool for authors and other creative writers. You write snippets of text and link them together into sequences, using branches if you need them. https://twinery.org (FOSS) is an example of a visual storyboarding tool and useful for brainstorming LLM agents.

This tool lets you build LLM agents by programatically managing snippets and their storyboards. You create minimal snippets that connect to each other, some that require input from the LLM to decide how the story progresses. A storyboard registers the context history. You can have multiple storyboards, corresponding to multiple agents, and you can manipulate the context history at will.

run python src/snippets_treasure.py to go on a bold adventure!

About

An LLM agent system based on functional-style storyboards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages