Discover and explore top open-source AI tools and projects—updated daily.
gptscript-aiFramework for building AI assistants that interact with systems
Top 14.7% 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-demoHighlighted 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.
3 weeks ago
1 week
steipete
emcf
Aider-AI