UNPKG

agentscape

Version:

Agentscape is a library for creating agent-based simulations. It provides a simple API for defining agents and their behavior, and for defining the environment in which the agents interact. Agentscape is designed to be flexible and extensible, allowing

14 lines (12 loc) 259 B
import * as Structures from './structures' import * as Numbers from './numbers' import * as Entities from './entities' import * as Runtime from './runtime' import * as IO from './io' export { Entities, IO, Numbers, Runtime, Structures, }