UNPKG

@agentica/core

Version:

Agentic AI Library specialized in LLM Function Calling

9 lines 356 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AgenticaConstant = void 0; var AgenticaConstant; (function (AgenticaConstant) { AgenticaConstant.RETRY = 3; AgenticaConstant.ELITICISM = true; })(AgenticaConstant || (exports.AgenticaConstant = AgenticaConstant = {})); //# sourceMappingURL=AgenticaConstant.js.map