UNPKG

gaunt-sloth-assistant

Version:

[![Tests and Lint](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [![Integration Tests](https://github.co

10 lines (9 loc) 409 B
import { CommandLineConfigOverrides } from '#src/config.js'; export interface SessionConfig { mode: 'chat' | 'code'; readModePrompt: () => string | null; description: string; readyMessage: string; exitMessage: string; } export declare function createInteractiveSession(sessionConfig: SessionConfig, commandLineConfigOverrides: CommandLineConfigOverrides, message?: string): Promise<void>;