Meet GPTScript a new scripting language built to automate how applications interact with LLMs. Read the blog!

Open source software for building AI assistants.

Schedule a discussion

GPTScript v0.9 Brings a Simplified AI Assistant Builder Experience

Read the blog

What is GPTScript?

GPTScript is a framework that allows anyone to build AI-powered assistants that interact with systems and data. These systems can range from local executables to complex applications with OpenAPI schemas, CLIs, SDK libraries, or any RAG-based solutions. GPTScript assistants can be created with just a few lines of prompts, without the need for writing python, or using tools like LlamaIndex or LangChain. GPTScript offers a rich set of tools, such as web search, data analysis, web browser, RAG, and code interpreter, that can be used to construct powerful assistants.

GPTScript makes it simple for anyone to:
Create intelligent agents and assistantsChat with systems through a local CLI or API endpointRun automated LLM-powered workflowsConnect assistants with data servicesChat with your local files and systems
Discover GPTScript Tools

Uses a web browsing services such as Google, Bing, and Brave to return web search results.

Generates images based on the specified parameters and returns a list of URLs to the generated images.

Analyze a set of images using a given prompt and vision model.

Interprets and runs code written in programming languages such as Python, Go, and Node.js

A tool that can be used to browse, navigate and interact with websites.

Calls a provided API or CLI and issues a command.

Makes system calls on the host machine it is installed on, such as sys.read, sys.write, sys.append or sys.exec.

Retrieval-Augmented Generation (RAG) leverages a knowledge base outside of the training data before consulting the LLM to generate a response.

Provide data to the LLM and have it conduct analysis such as summarization, tagging or search.

GPTScript on GitHub