An open API service indexing awesome lists of open source software.

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

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
```