Framework for building AI assistants that interact with systems
Top 15.2% on sourcepulse
GPTScript is a framework enabling Large Language Models (LLMs) to interact with local and remote systems, including CLIs, OpenAPI endpoints, and RAG solutions. It targets developers and researchers building AI assistants that can execute actions and automate workflows by integrating with diverse system interfaces through simple prompt-based configurations.
How It Works
GPTScript allows LLMs to call external tools and systems directly from prompts. It parses these prompts to identify tool calls, executes them, and feeds the results back to the LLM. This approach simplifies the integration of LLMs with existing infrastructure, enabling them to act as intelligent orchestrators for complex tasks.
Quick Start & Requirements
brew install gptscript
(macOS/Linux), winget install gptscript-ai.gptscript
(Windows), or via install.sh
.gptscript github.com/gptscript-ai/llm-basics-demo
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
Requires an OpenAI API key, limiting its use to users with access to OpenAI's models. Restarting the terminal may be necessary on Windows after installation.
1 week ago
1 week