https://github.com/gptscript-ai/cli-demo
A demo of using GPTScript to interact with various CLIs throug a chat interface
https://github.com/gptscript-ai/cli-demo
Last synced: 4 months ago
JSON representation
A demo of using GPTScript to interact with various CLIs throug a chat interface
- Host: GitHub
- URL: https://github.com/gptscript-ai/cli-demo
- Owner: gptscript-ai
- License: apache-2.0
- Created: 2024-06-05T21:10:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T23:55:29.000Z (almost 2 years ago)
- Last Synced: 2025-08-18T19:51:29.880Z (10 months ago)
- Size: 5.86 KB
- Stars: 2
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cli-demo
A demo of using GPTScript to interact with various CLIs through a chat interface
This GPTScript will launch a chat assistant that's integrated with two common developer CLIs: `gh` (the GitHub CLI) and `kubectl` (the Kubernetes CLI).
This **DOES NOT** install or configure the CLIs. You must do that yourself.
To launch, run:
```
gptscript github.com/gptscript-ai/cli-demo
```
or clone this repository and run the local file:
```
gh repo clone gptscript-ai/cli-demo
cd cli-demo
gptscript ./agent.gpt
```