Chiχ Prompt Context Provider
npm install @chix/context-provider-prompt
This context provider can be used to supply context for a flow from within a terminal.
Usage:
``ts
const actor = new Actor()
const contextProvider = new PromptContextProvider()
actor.setContextProvider(promptContextProvider)
``