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 183 griptape issues
Sort by recently updated
recently updated
newest added

:robot: I have created a release *beep* *boop* --- ## [1.7.0](https://github.com/griptape-ai/griptape/compare/v1.6.0...v1.7.0) (2025-04-23) ### Features * add EDB PG.AI Knowledge Base Vector Store Driver ([6811596](https://github.com/griptape-ai/griptape/commit/6811596414534b4cc249fc9789be92b8a0d1c9f0)) ### Bug Fixes * **deps:** pin...

autorelease: pending

Users have been saying that images generated by Leonardo aren't working in comfyUI, so I tested with the framework and I'm getting images out that aren't displayable. ```python import os...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.20 to 2.4.0. Release notes Sourced from urllib3's releases. 2.4.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python:uv

When using GoogleDriversConfig and `off_prompt=True` I'm getting an error - `Unknown field for Schema: anyOf` ```python from griptape.configs import Defaults from griptape.configs.drivers import GoogleDriversConfig from griptape.structures import Agent from griptape.tools...

blocked
drivers
tools

- [ ] I have read and agree to the [contributing guidelines](https://github.com/griptape-ai/griptape/blob/main/CONTRIBUTING.md). ## Describe your changes ## Issue ticket number and link Closes #1624 Closes #1572

- [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.** Users want some way to get [structured output](https://github.com/griptape-ai/griptape/issues/1468) like...

engines

i know its always been this way, but does "information input" make sense to the LLM? as a side note, im wondering if we would have a task that doesnt...

tasks

Google appears to have a new SDK for genai: https://googleapis.github.io/python-genai/. This new SDK seems to solve a few quirks with the current one: - [Hack](https://github.com/griptape-ai/griptape/blob/f59dce6c475d0c05a81c40a1bfea9d6548767f53/griptape/drivers/prompt/google_prompt_driver.py?plain=1#L143-L147) for setting system prompt at...

drivers

Griptape's Tokenizers maintain two maps: `MODEL_PREFIXES_TO_MAX_INPUT_TOKENS` and `MODEL_PREFIXES_TO_MAX_OUTPUT_TOKENS`. The former is used when performing operations that try to maximize the LLM's context window, like summarization. The latter, is an artifact...

tokenizers

Add Observability metrics to PromptDrivers (and potentially to other parts of the Framework) using the [OTel Semantic Conventions for Generative AI Metrics](https://opentelemetry.io/docs/specs/semconv/gen-ai/gen-ai-metrics/)

drivers