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 122 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). **Describe the bug** It appears like SummaryConversationMemory is maintaining the entire thread of memory instead of summarizing it. **To...

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.** OpenAI's `tts-1` model has an input character limit of...

enhancement

- [ ] I have read and agree to the contributing guidelines for [submitting new pull requests](https://github.com/griptape-ai/griptape?tab=readme-ov-file#submitting-pull-requests). ## Describe your changes Added Luma AI as a driver, tool, task, to...

- [x] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Describe the solution you'd like** Create new Retrieval Rag Module and Store Driver to support Azure AI Search (formerly...

enhancement

- [x] I have read and agree to the contributing guidelines for [submitting new pull requests](https://github.com/griptape-ai/griptape?tab=readme-ov-file#submitting-pull-requests). ## Describe your changes ## Issue ticket number and link

- [x ] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). LumaLabs now has an api available for Dream Machine. Can we add it as a driver to griptape?...

enhancement

- [x ] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). Can we have an audio generation driver for SunoAI for audio generation? https://aimlapi.com/models/suno-ai cheers, Jason

enhancement

- [x] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Describe the bug** If use prompt_task without a structure, access to self.structure might raise None exception. **To Reproduce** A...

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.** ``` python prompt_task = PromptTask( "Respond to the user's...

enhancement

- [x ] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). Currently we have a TokenCounter utility that will count tokens for drivers other than Ollama. Ollama currently doesn't...

enhancement