Skip to main content
ClaudeWave

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

Subagents2.5k estrellas237 forksPythonApache-2.0Actualizado today
Nota editorial

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.
Casos de uso

Resumen de Subagents

README no disponible. Visita el repo en GitHub para la documentación completa.
aianthropicclaudegpthuggingfacellmopenaipython

Lo que la gente pregunta sobre griptape

¿Qué es griptape-ai/griptape?

+

griptape-ai/griptape es subagents para el ecosistema de Claude AI. Modular Python framework for AI agents and workflows with chain-of-thought reasoning, tools, and memory. Tiene 2.5k estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala griptape?

+

Puedes instalar griptape clonando el repositorio (https://github.com/griptape-ai/griptape) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar griptape-ai/griptape?

+

Nuestro agente de seguridad ha analizado griptape-ai/griptape y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene griptape-ai/griptape?

+

griptape-ai/griptape es mantenido por griptape-ai. La última actividad registrada en GitHub es de today, con 78 issues abiertos.

¿Hay alternativas a griptape?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega griptape en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más Subagents