https://github.com/gptscript-ai/workflow-demo
A demo of using GPTScript to build an automated workflow.
https://github.com/gptscript-ai/workflow-demo
Last synced: 3 months ago
JSON representation
A demo of using GPTScript to build an automated workflow.
- Host: GitHub
- URL: https://github.com/gptscript-ai/workflow-demo
- Owner: gptscript-ai
- License: apache-2.0
- Created: 2024-06-06T01:10:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T01:51:35.000Z (almost 2 years ago)
- Last Synced: 2025-10-28T05:36:17.386Z (7 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workflow-demo
A demo using GPTScript to encapsulate an automated workflow consisting of the following steps:
1. Get a selection of twitter posts
2. Summarize their content
3. Summarize the content of any links they directly reference
4. Write the results to a Markdown document
To launch, run:
```sh
gptscript github.com/gptscript-ai/workflow-demo
```
or clone this repository and run the local file:
```sh
gh repo clone gptscript-ai/workflow-demo
cd workflow-demo
gptscript ./tool.gpt
```