griptape icon indicating copy to clipboard operation
griptape copied to clipboard

Modular Python framework for AI agents and workflows with chain-of-thought reasoning, tools, and memory.

Results 77 griptape issues
Sort by recently updated
recently updated
newest added

- [X] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Is your feature request related to a problem? Please describe.** AWS recently announced plans to support Mistral and Mixtral...

enhancement

Add support for the Gemini Multimodal model in an Image Query Driver. [Documentation](https://cloud.google.com/vertex-ai/docs/generative-ai/multimodal/send-multimodal-prompts)

Add an Image Generation Driver supporting Google Imagen using the Vertex AI API. [Documentation](https://cloud.google.com/vertex-ai/docs/generative-ai/image/overview)

- [ x] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Describe the bug** When using the VectorStoreClient, it sometimes responds with "I could not find an answer" even...

bug

*Is your feature request related to a problem? Please describe.* Currently, there is no JSONLoader class in Griptape. This makes it difficult to load and extract data from JSON files...

enhancement

- [x] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Is your feature request related to a problem? Please describe.** It would be great to exclude from prompt stack...

enhancement

- [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

Closes https://github.com/griptape-ai/griptape/issues/641

- [x] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Is your feature request related to a problem? Please describe.** This is a good widely used approach to have...

enhancement