Collin Dutter

Results 26 issues of Collin Dutter

Has anyone successfully gotten nodeify working with [AWS Amplify](https://github.com/aws/aws-amplify)? I'm attempting to use the library but am getting `JS ERROR ReferenceError: Can't find variable: Buffer` Any help would be great!

Thanks for the very useful repo! We're running into one issue though. Is there a way we can configure this so that the base application doesn't need to know about...

- Simplify use of `StructureConfig` classes by moving Driver config to top level. - Make it easier to configure custom Task Memory without needing Config classes. - Remove `task_memory` config...

Users want to use Griptape to perform web searches with various search backends (https://github.com/griptape-ai/griptape/pull/296, and https://github.com/griptape-ai/griptape/pull/289). Similar to how we search vectors, I propose adding a generalized solution for non-vector...

enhancement

Some Prompt Drivers calculate calculate max output tokens because it is required by the service (Anthropic), others do not (OpenAi). This process should be standardized across Drivers.

enhancement
needs research

- [x] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Describe the bug** Prompt Drivers require `structure` to be set in order to publish `CompletionChunkEvents`. **To Reproduce** Steps to...

bug

Users want to store Conversation Memory in other databases besides DynamoDb. Redis is a fast, flexible, and popular option. I propose adding a `RedisConversationMemoryDriver`.

enhancement

Some of the Task types (Query, Summary, Extract) are missing integration with Conversation Memory since they don't operate off a Prompt Stack. This makes implementing something like conversational RAG (with...