UNPKG

jcrewai

Version:

Multi-agent automation framework written in TypeScript. Patterned after CrewAI.

12 lines (11 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AgentFinish = void 0; class AgentFinish { constructor(thought, output, text) { this.thought = thought; this.output = output; this.text = text; } } exports.AgentFinish = AgentFinish;