Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
/ griptape-core Public archive

Python framework for LLM middleware tools. Build once, run anywhere: LangChain, ChatGPT Plugins, Fixie.ai, etc.

License

Notifications You must be signed in to change notification settings

griptape-ai/griptape-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

griptape-core

Tests PyPI Version Docs License Griptape Discord

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.

About

Python framework for LLM middleware tools. Build once, run anywhere: LangChain, ChatGPT Plugins, Fixie.ai, etc.

Topics

Resources

License

Stars

Watchers

Forks

Languages