@chix/context-provider-prompt

Chiχ Prompt Context Provider

Usage no npm install needed!

<script type="module">
  import chixContextProviderPrompt from 'https://cdn.skypack.dev/@chix/context-provider-prompt';
</script>

README

Build Status

Chiχ Prompt Context Provider

This context provider can be used to supply context for a flow from within a terminal.

Usage:

const actor = new Actor()

const contextProvider = new PromptContextProvider()

actor.setContextProvider(promptContextProvider)