griptape-core

Python framework for LLM middleware tools. Build once, run anywhere.


Keywords
ai, chatgpt, langchain, llm, ml, openai
License
Apache-2.0
Install
pip install griptape-core==0.9.3

Documentation

griptape-core

Tests PyPI Version Docs License

griptape-core is a Python framework that enables developers to write tools for generative AI middleware once and use it anywhere.

griptape-core is part of griptape, a modular Python framework for integrating data, APIs, tools, memory, and chain of thought reasoning into LLMs.

griptape-core has three core components:

  • Tools: call external APIs, access databases, and run arbitrary code or CLI commands.
  • Executors: run your tools safely in any environment: local, containerized, or serverless in the cloud.
  • Adapters: convert tools into underlying middleware abstractions, such as ChatGPT Plugins, LangChain tools, and Fixie.ai agents.

Documentation

Please refer to Griptape Docs for:

  • Getting started guides.
  • Core concepts and design overviews.
  • Examples.
  • Contribution guidelines.

License

griptape-core is available under the Apache 2.0 License.