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

todos: - [x] `TextToSpeechClient` implementation - [x] `TextToSpeechClient` documentation - [x] Driver documentation - [x] Engine documentation - [x] AudioArtifact documentation - [x] ElevenLabs SDK as an optional dependency -...

---- 📚 Documentation preview 📚: https://griptape--781.org.readthedocs.build//781/

This PR addresses a reported issue when parsing a list of Actions while initializing an ActionsSubtask. In some cases, Models include an empty list of Actions in their responses. We...

- [x] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Describe the bug** Using this [example](https://docs.griptape.ai/stable/griptape-tools/official-tools/vector-store-client/) and Redis I'm getting error: *Response: error querying vector store: string indices must...

bug

This PR solution for [this ](https://github.com/griptape-ai/griptape/issues/389) feature request. #389

- [x ] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Describe the solution you'd like** I would like to use the Rich library in the Chat utility to...

enhancement

- [ x] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Describe the bug** StructureRunDrivers documentation page is missing from the sidebar: https://docs.griptape.ai/stable/griptape-framework/drivers/structure-run-drivers/

bug

- 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