UNPKG

tinyagent-ts

Version:

Modern TypeScript framework for building AI agents with pluggable tools and ReAct reasoning

12 lines 831 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FinalAnswerTool = exports.tool = exports.model = exports.Agent = void 0; // Core exports for building agents var agent_1 = require("./agent"); Object.defineProperty(exports, "Agent", { enumerable: true, get: function () { return agent_1.Agent; } }); var decorators_1 = require("./decorators"); Object.defineProperty(exports, "model", { enumerable: true, get: function () { return decorators_1.model; } }); Object.defineProperty(exports, "tool", { enumerable: true, get: function () { return decorators_1.tool; } }); var final_answer_tool_1 = require("./final-answer.tool"); Object.defineProperty(exports, "FinalAnswerTool", { enumerable: true, get: function () { return final_answer_tool_1.FinalAnswerTool; } }); //# sourceMappingURL=index.js.map