wolf-packs / wolf-core

🐺 Declarative development for state driven dynamic prompt flow
MIT License
29 stars 1 forks source link

Reviewed wolf runner #131

Closed kevinleung23 closed 5 years ago

kevinleung23 commented 5 years ago

Adding JSDocs to wolf runner. Runner is exported as run.

Expected usage:

const import * as wolf from 'wolf-core'
const result = wolf.run<T>()

Satisfies AC:

closes #103

kevinleung23 commented 5 years ago

PR and task is dependent on Storage Interface changes. Hold PR.

kevinleung23 commented 5 years ago

PR is ready for review @howlowck