UNPKG

@statelyai/agent

Version:

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

10 lines (8 loc) 169 B
// vitest.config.ts import dotenv from 'dotenv'; dotenv.config(); export default { test: { testTimeout: 10000, // Global timeout of 10000ms for all tests }, };