@skyline-ts/terminal
v0.7.0
Published
Terminal provider for skyline-ts — chat with your agent from the command line.
Readme
@skyline-ts/terminal
Terminal provider for skyline-ts — chat with your agent from the command line. No credentials required.
Install
bun add skyline-ts @skyline-ts/terminalUse
import { Skyline } from "skyline-ts";
import { terminal } from "@skyline-ts/terminal";
const app = await Skyline({
providers: [terminal.config()],
});See the skyline-ts documentation for the full guide.
