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

7 lines (6 loc) 244 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, };