Open source software for building AI assistants.
GPTScript v0.9 Brings a Simplified AI Assistant Builder
Experience
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 assistants
Chat with systems through a local CLI or API endpoint
Run automated LLM-powered workflows
Connect assistants with data services
Chat with your local files and systems
Web search
Uses a web browsing services such as Google, Bing, and Brave to return web search results.
Image generation
Generates images based on the specified parameters and returns a list of URLs to the generated images.
Vision
Analyze a set of images using a given prompt and vision model.
Code interpreter
Interprets and runs code written in programming languages such as Python, Go, and Node.js
Browser
A tool that can be used to browse, navigate and interact with websites..
API and CLI automation
Calls a provided API or CLI and issues a command.
System tools
Makes system calls on the host machine it is installed on, such as sys.read, sys.write, sys.append or sys.exec.
RAG
Retrieval-Augmented Generation (RAG) leverages a knowledge base outside of the training data before consulting the LLM to generate a response.
Data analysis
Provide data to the LLM and have it conduct analysis such as summarization, tagging or search.