#81 · Primary category: LLM Application Frameworks
griptape
Modular Python framework for AI agents and workflows with chain-of-thought reasoning, tools, and memory.
Project last updated:08/26/26
GitHub Stars
2.6K
Forks
254
Contributors
49
License
Apache-2.0
Why we included this project
LLM-backed apps tend to start as glue code: loops that shuffle prompts to a model, stitch in retrieval results, and trigger tool calls whenever the model asks for one. Griptape gives that work a structure without forcing an architecture on you. You define tasks, chain them through a pipeline or fan them out across a parallel workflow, and attach tools and memory where a step needs them. Memory is the quietly valuable part, since conversation memory keeps context across turns while task memory parks large or sensitive outputs off the prompt so they do not eat your token budget. Providers sit behind drivers, so moving from OpenAI to a local model is a config change rather than a rewrite, and built-in engines for RAG, extraction, summarization, and evaluation cover the patterns most teams need anyway.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform