dd04edb420
Three-layer architecture built on @push.rocks/smartagent: - ts/ — ChatSession wrapping runAgent() with conversation state management - ts_cli/ — ink-based terminal chat TUI (React.createElement, no JSX) - ts_web/ — Lit web components (smartchat-window, smartchat-message, smartchat-input)
4 lines
171 B
TypeScript
4 lines
171 B
TypeScript
export { SmartchatWindow } from './smartchat-window.js';
|
|
export { SmartchatMessage } from './smartchat-message.js';
|
|
export { SmartchatInput } from './smartchat-input.js';
|