Skip to main content
ClaudeWave

Modular Python framework for AI agents and workflows with chain-of-thought reasoning, tools, and memory.

Subagents2.5k stars237 forksPythonApache-2.0Updated today
Editor's note

Griptape is a modular Python framework for building generative AI agents, pipelines, and workflows that connects to Claude via Anthropic's API through swappable Prompt Drivers, allowing developers to substitute Claude for other LLMs with minimal code changes. The framework organizes work into three structure types: Agents (single-task), Pipelines (sequential tasks where output feeds forward), and Workflows (parallel tasks). Supporting components include three memory layers (Conversation, Task, and Meta), a RAG Engine for retrieval-augmented generation, an Extraction Engine for pulling JSON or CSV from unstructured text, an Eval Engine for scoring output quality, and built-in Tools for web search, web scraping, file management, SQL access, image generation, and audio transcription. Drivers abstract external services for vector stores, embeddings, reranking, and observability platforms, making provider substitution straightforward. The framework targets Python developers building production AI applications who need composable, testable abstractions rather than monolithic integrations.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/griptape-ai/griptape && cp griptape/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.
Use cases

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.
aianthropicclaudegpthuggingfacellmopenaipython

What people ask about griptape

What is griptape-ai/griptape?

+

griptape-ai/griptape is subagents for the Claude AI ecosystem. Modular Python framework for AI agents and workflows with chain-of-thought reasoning, tools, and memory. It has 2.5k GitHub stars and was last updated today.

How do I install griptape?

+

You can install griptape by cloning the repository (https://github.com/griptape-ai/griptape) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is griptape-ai/griptape safe to use?

+

Our security agent has analyzed griptape-ai/griptape and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains griptape-ai/griptape?

+

griptape-ai/griptape is maintained by griptape-ai. The last recorded GitHub activity is from today, with 78 open issues.

Are there alternatives to griptape?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy griptape to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: griptape-ai/griptape
[![Featured on ClaudeWave](https://claudewave.com/api/badge/griptape-ai-griptape)](https://claudewave.com/repo/griptape-ai-griptape)
<a href="https://claudewave.com/repo/griptape-ai-griptape"><img src="https://claudewave.com/api/badge/griptape-ai-griptape" alt="Featured on ClaudeWave: griptape-ai/griptape" width="320" height="64" /></a>

More Subagents