griptape is a modular Python framework for LLM workflows, tools, memory, and data
- griptape offers developers the ability to build AI systems that operate across two dimensions: predictability and creativity. For predictability, software structures like sequential pipelines and directed acyclic graphs (DAGs) are enforced. Creativity, on the other hand, is facilitated by safely prompting LLMs with Griptape Tools that connect to external APIs and data sources. Developers can move between these two dimensions according to their use case.
Please refer to the Griptape Docs for:
- Getting started guides.
- Core concepts and design overviews.
- Examples.
- Contribution guidelines.