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

Some of the Task types (Query, Summary, Extract) are missing integration with Conversation Memory since they don't operate off a Prompt Stack. This makes implementing something like conversational RAG (with...

We calculate `token_count` as part of `StartPromptEvent` and `FinishPromptEvent` Events [here](https://github.com/griptape-ai/griptape/blob/dev/griptape/drivers/prompt/base_prompt_driver.py#L54). This can be improved in the following ways: - For `StartPromptEvent`, we should calculate this value once in the...

enhancement

Some users would like to mask and unmask data that goes out to external APIs as part the LLM prompt (e.g., customer PII). To solve this problem I propose adding...

enhancement

**Describe the bug** Getting this error from poetry when attempting to add griptape to an existing sqlalchemy project ``` Using version ^0.14.7 for griptape Using version ^0.16.3 for griptape-tools Updating...

enhancement

**Is your feature request related to a problem? Please describe.** I was wondering what the plans are for supporting [OpenAI function calling](https://platform.openai.com/docs/guides/gpt/function-calling) since that might help with LLM reliability and...

enhancement
question

We have integration tests, but don't run them frequently. We choose not to run tests that require credentials on external contributions, like pull requests, because this requires exposing secrets. We...

The `BedrockPromptDriver` is missing support for Cohere.

enhancement

YouTube search tool that lets us search for YouTube videos by keyword, channel ID, or video ID? This would be super helpful for finding specific videos or channels.

enhancement