UNPKG

agents-flow

Version:

Framework for multi-agent interactive fiction videogame.

12 lines 757 B
export { Input } from "./input"; export { PhraseResult, Alternative, Phrase } from "./phrase"; export { RolesDescriptor, Roles } from "./roles"; export { Choices, Step } from "./step"; export { Agent, Agents, Desire, Crowd, Desires, PassTurn, Heuristic, Characteristics } from "./agent"; export { Location, MapStructure } from "./location"; export { IDeliverer, IInteraction, Timing } from "./interfaces"; export { Deliverer, BaseInteraction, Interaction } from "./interaction"; export { OnGoingInteraction } from "./ongoing"; export { Historic, HistoricInteractions } from "./historic"; export { Scenario, FinishingConditions, World, ScenarioEndAllConditionsMet, ScenarioEndNoInteractions } from "./scenario"; //# sourceMappingURL=index.d.ts.map