Griptape
by Griptape
Build agents, pipelines, and workflows in Python with explicit control over prompts, memory, and tool access — off-prompt data handling keeps large payloads out of the context window.
Skills
Structure Composition
Composes agents, sequential pipelines, and DAG workflows from tasks that share memory and tool configuration.
Off Prompt Processing
Routes large tool outputs through task memory so data is referenced rather than pasted into the prompt.
RAG Engine
Runs modular retrieval stages over configured vector stores, with rerankers and query rewriting as swappable modules.
Related Agents
AgentScope
Builds multi-agent applications with a Python framework focused on transparency, observability, and tracing. Includes a…
fast-agent
Define and run multi-agent workflows in Python with first-class MCP support — chains, routers, parallel fan-out, evalua…
Google ADK
Builds and orchestrates multi-agent systems with a code-first Python and Java SDK plus CLI. Google's Agent Development…
mcp-use
Build MCP servers and MCP-powered apps from one fullstack framework — connect any LLM to any MCP server, or ship agent-…