awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
griptape-ai avatar

griptape-ai/griptape

0
View on GitHub↗
2,541 星标·237 分支·Python·Apache-2.0·9 次浏览www.griptape.ai↗

Griptape

Griptape is a Python framework for building generative AI applications, autonomous agents, and complex AI workflows. It functions as both an AI agent orchestrator and a workflow engine, capable of managing sequential pipelines and directed acyclic graphs to ensure predictable execution of AI tasks.

The framework distinguishes itself through a focus on security and governance, utilizing a Docker-based environment to execute model-generated code and shell commands in isolation. It employs a driver-based abstraction layer that allows developers to swap language model providers and vector stores without altering core logic, while using rule-based steering to enforce agent personas and output formats.

The platform covers a broad range of capabilities, including retrieval-augmented generation pipelines, multi-level memory management for conversation persistence, and schema-validated tool integration. It also supports multimodal processing for audio, image, and video data, as well as integrated observability for tracking performance and inspecting rendered prompts.

Features

  • Agent Frameworks - Framework for agents with structured pipelines and memory.
  • Application Frameworks - Modular Python framework for building AI-powered software.

Star 历史

griptape-ai/griptape 的 Star 历史图表griptape-ai/griptape 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Griptape 的开源替代方案

相似的开源项目,按与 Griptape 的功能重合度排序。
  • deepset-ai/haystackdeepset-ai 的头像

    deepset-ai/haystack

    24,253在 GitHub 上查看↗

    Haystack is an orchestration framework designed for building complex search and generative AI pipelines. It functions as an agentic workflow engine, enabling the construction of automated sequences that allow AI agents to perform multi-step reasoning and data analysis. The framework utilizes a modular, component-based architecture that connects processing steps into directed acyclic graphs. By employing a provider-agnostic integration layer, it decouples core logic from specific external AI services and vector databases, allowing for the flexible exchange of underlying technologies. This desi

    MDXagentagentsai
    在 GitHub 上查看↗24,253
  • hwchase17/langchainhwchase17 的头像

    hwchase17/langchain

    139,533在 GitHub 上查看↗

    LangChain is a framework for building applications that chain large language models with external data sources and third-party tools. It serves as an orchestrator for autonomous agents that use language models to plan and execute multi-step tasks, while providing a toolkit for linking interoperable AI components into sequences to prototype complex model behaviors. The project provides a model agnostic integration layer, allowing users to switch between different language model providers using a standardized interface. It also includes tools for observability and evaluation to track the perfor

    Python
    在 GitHub 上查看↗139,533
  • botpress/botpressbotpress 的头像

    botpress/botpress

    14,748在 GitHub 上查看↗

    Botpress is a conversational AI builder and LLM agent platform used to design chatbot workflows and orchestrate agents powered by large language models. It provides a framework for managing the entire lifecycle of these agents, from initial creation through to deployment across various production environments. The platform includes a custom integration SDK for developing and publishing third-party connectors that extend agent capabilities. These tools allow for the creation of custom plugins that connect AI agents to external APIs and third-party services. The system supports both visual des

    TypeScript
    在 GitHub 上查看↗14,748
  • langchain-ai/langchainlangchain-ai 的头像

    langchain-ai/langchain

    139,458在 GitHub 上查看↗

    LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows that manage state, memory, and tool execution. The project distinguishes itself through a durable execution runtime that maintains persistent state across long-running processes by checkpointing progress to external storage. It models agent workflows as directed graphs, allowing

    Pythonagentsaiai-agents
    在 GitHub 上查看↗139,458
查看 Griptape 的所有 30 个替代方案→

常见问题解答

griptape-ai/griptape 是做什么的?

Griptape is a Python framework for building generative AI applications, autonomous agents, and complex AI workflows. It functions as both an AI agent orchestrator and a workflow engine, capable of managing sequential pipelines and directed acyclic graphs to ensure predictable execution of AI tasks.

griptape-ai/griptape 的主要功能有哪些?

griptape-ai/griptape 的主要功能包括:Agent Frameworks, Application Frameworks。

griptape-ai/griptape 有哪些开源替代品?

griptape-ai/griptape 的开源替代品包括: hwchase17/langchain — LangChain is a framework for building applications that chain large language models with external data sources and… langroid/langroid — Langroid is a multi-agent orchestration framework and tool integration suite designed for building complex AI… botpress/botpress — Botpress is a conversational AI builder and LLM agent platform used to design chatbot workflows and orchestrate agents… deepset-ai/haystack — Haystack is an orchestration framework designed for building complex search and generative AI pipelines. It functions… langchain-ai/langchain — LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large… mastra-ai/mastra — Mastra is an orchestration framework designed for building, deploying, and managing autonomous AI agents and…