@cascaide-ts/ink
v0.1.0
Published
Cascaide is a fullstack agent runtime and AI orchestration framework in typescript designed to run anywhere JS/TS can. It was originally built for web applications but works equally well for headless/CLI AI agents and workflows in javascript runtimes.
Readme
@cascaide-ts/react
Cascaide is a fullstack agent runtime and AI orchestration framework in typescript designed to run anywhere JS/TS can. It was originally built for web applications but works equally well for headless/CLI AI agents and workflows in javascript runtimes.
What it really is is a distributed, observable, durable graph executor. The first split just happens to be client/server, hence full stack.
@cascaide-ts/ink is the Ink adapter layer and provides
WorkflowProvider: Sets up the client side state and runtimeWorkflowRenderer: Renders the right UI nodes as you spawn themuseWorkflow: Hook to control graph executionuseCascade: Hook to observe graph execution
It is almost identical to @cascaide-ts/react with some minor differences.
Installation
npm i @cascaide-ts/ink