Collin Dutter
Collin Dutter
This functionality is experimental enough where it should be initially implemented as a [griptape extension](https://github.com/griptape-ai/tool-template) once https://github.com/griptape-ai/tool-template/pull/3 goes in
Thanks for the issue @Chuan-Zh! Would an improved exception be sufficient for your use-case, or are you looking to use Tasks without a Structure?
@shhlife ah I had misunderstood; the behavior you see with the `Conversation` utility is expected. It just prints out the full list of runs followed by a summary. The auto-pruning...
Blocked on https://github.com/ollama/ollama/issues/3582
Seems to be some progress: https://github.com/ollama/ollama/pull/8106
For anyone interested: the easiest way to implement this would likely be to convert the Structure to a dictionary, and then build a graph from the dictionary fields.
I've been trying to make my own integration, using `useLangGraphRuntime` as reference. This code seems to be responsible for calling `load`, but I don't see how the dependencies would trigger...
> In my case the `load` function of the `ThreadHistoryAdapter` is never called. @lucagiacomelli did you ever sort this out? Even adding `withFormat`, I can't seem to get my `load`...
Thanks @torabshaikh! Before you start any work, could you please write up a summary of what you're envisioning?