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

There are some scenarios where it's useful to capture not just structure run inputs and outputs but also intermediate task and substask run inputs and outputs. To store tasks and...

enhancement

- [X ] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Describe the bug** I have a custom tool that interacts with ShotGrid. It's given to an Agent. The...

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.** It would be helpful to have a SlackClient...

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

Hello. I would like to know whether chunking with overlap is currently possible using the current implementations within `chunkers` and if not, is it going to be featured in the...

enhancement
question
needs research

- [ 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 using a pipeline, the CodeExecutionTask can access...

enhancement

- [X] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape#contributing). **Describe the bug** BedrockLlamaPromptModelDriver() does not enforce truncation for any PromptTasks. If the task prompt is longer than 2048...

bug

- [x] #646 - [x] #647 - [x] #648 - [ ] #649 - [ ] #650