UNPKG

@agentscope/studio

Version:

AgentScope Studio is a powerful local monitoring and visualization tool designed to provide real-time insights into your system's performance and behavior.

15 lines (14 loc) 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_CONFIG = exports.APP_INFO = void 0; exports.APP_INFO = { name: 'AgentScope-Studio', version: '1.0.0', description: 'Your app description', }; exports.DEFAULT_CONFIG = { server: { port: 3000, host: 'localhost', }, };