UNPKG
jcrewai
Version:
latest (0.1.0)
0.1.0
Multi-agent automation framework written in TypeScript. Patterned after CrewAI.
jcrewai
/
dist
/
tasks
/
OutputFormat.js
9 lines
(8 loc)
•
285 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
OutputFormat
=
void
0
;
var
OutputFormat
; (
function
(
OutputFormat
) {
OutputFormat
[
"JSON"
] =
"json"
;
OutputFormat
[
"RAW"
] =
"raw"
; })(
OutputFormat
|| (
exports
.
OutputFormat
=
OutputFormat
= {}));