UNPKG

@statelyai/agent

Version:

Stateful agents that make decisions based on finite-state machine models

5 lines (4 loc) 158 B
export { createAgent } from './agent'; export { fromText, fromTextStream } from './text'; export { fromDecision } from './decision'; export * from './types';