https://github.com/vivgrid/yc
the command-line interface (CLI) tool for deploying Stateful Serverless on Vivgrid
https://github.com/vivgrid/yc
function-calling openai serverless stateful-serverless
Last synced: 23 days ago
JSON representation
the command-line interface (CLI) tool for deploying Stateful Serverless on Vivgrid
- Host: GitHub
- URL: https://github.com/vivgrid/yc
- Owner: vivgrid
- Created: 2024-05-13T03:01:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-28T01:55:54.000Z (4 months ago)
- Last Synced: 2025-12-12T10:34:06.105Z (4 months ago)
- Topics: function-calling, openai, serverless, stateful-serverless
- Language: Go
- Homepage: https://vivgrid.com
- Size: 116 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# yc
The command line client for vivgrid service.
## Getting Started
Install the compiled binary:
```sh
curl "https://bina.egoist.dev/vivgrid/yc" | sh
```
Build from source:
```sh
make
sudo cp ./bin/yc /usr/local/bin/
```
Run:
```
yc --help
```