💭 this sounds solveable: say you have any domain that can be handled with a smallish set of functions, like manipulating a graph (add and remove nodes and edges, searching based on structure, adding metadata). How can you llm from prompt to flow of actions that does the user's request? Seems challenging because of the function paramaterization and converting plain text into domain objects like finding best matches