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

In order to start experimenting with PaLM models, we need to implement a new driver for Google Cloud `GooglePromptDriver` that can execute models on Google AI platform. We should be...

enhancement
good first issue

As I've continued to use griptape, the paradigm of using PromptTasks inside of broader request contexts is becoming repetitive and not as clean as using Agents. I'm slowly articulating prompts...

enhancement

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

**Is your feature request related to a problem? Please describe.** The tools should be able to attach a file to emails. Both `GoogleGmailClient` and `EmailClient` need it. **Current scenario** It's...

bug
enhancement

**Bug** A few TextToolMemory errors. **To Reproduce** Steps to reproduce the behavior: ```python agent = Agent( tools=[GoogleDriveClient(service_account_credentials=service_account_creds, owner_email="[email protected]"), FileManager()] ) agent.run( "Can you download sample.txt from Drive and save it...

bug

- [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.** Some organizations must use self-hosted or local model deployments....

enhancement

Relevant [Discord thread](https://discord.com/channels/1096466116672487547/1187737692033785858) Griptape vector store drivers don't currently support deleting vectors from the vector store. Add a `delete` method to complete CRUD support.

- [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.** When working with Image Generation Drivers (and eventually...

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.** Griptape lacks support for image-to-text workflows. **Describe the solution...

enhancement