Griptape is a Python framework for building AI-powered applications with components for LLMs, RAG, memory, tools, and workflows. It includes drivers, engines, and structures to compose tasks, pipelines, and memory across multiple modes.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Griptape is a Python framework designed to simplify the development of generative AI (genAI) applications. It offers abstractions for LLMs, retrieval-augmented generation (RAG), memory, tools, and workflow orchestration.
How it works
Core components include:
- Structures: Agents, Pipelines, and Workflows to organize Task execution.
- Tasks: Build blocks that interact with Engines, Tools, and other components.
- Memory: Conversation, Task, and Meta memory to manage context and outputs.
- Drivers: Interfaces for LLMs, embeddings, web, memory, event listeners, and more to connect external services.
- Engines: RAG Engine, Extraction Engine, Summary Engine, Eval Engine to perform specialized processing.
- Tools: Built-in and custom tools for data and service interactions.
- Engines and Drivers wrap external services and provide use-case-specific functionality.
Getting started
Documentation and installation information are available at the docs site linked in the README, with example code showing how to assemble a workflow using a PromptTask, WebSearch and WebScraper tools, and a Structure Visualizer for representation.
Recent releases
Releases include:
- v1.11.0 (2026-07-14): Enhancements related to drivers-web-scraper-proxy and _extract_page parameter for ProxyW
- v1.10.3 (2026-06-16): Enhancements related to drivers-web-scraper-proxy and _extract_page parameter for ProxyW
- v1.10.2 (2026-05-28): Enhancements related to drivers-web-scraper-proxy and _extract_page parameter for ProxyW
- v1.10.1 (2026-05-07): Enhancements related to drivers-web-scraper-proxy and _extract_page parameter for ProxyW
- v1.10.0 (2026-04-20): Enhancements related to drivers-web-scraper-proxy and _extract_page parameter for ProxyW
Traction
GitHub metrics: 2569 stars, 249 forks, 81 open issues. Language: Python. License: Apache-2.0. Created: 2023-01-14. Last push: 2026-07-27.
Behind the repo
Not provided in the README/facts block.
Caveats
License: Apache-2.0. Age since creation: 2023-01-14. Open issues: 81 as per repository stats. No further caveats documented in the provided material.






