UNPKG
jcrewai
Version:
latest (0.1.0)
0.1.0
Multi-agent automation framework written in TypeScript. Patterned after CrewAI.
jcrewai
/
dist
/
tasks
/
OutputFormat.d.ts
5 lines
(4 loc)
•
72 B
TypeScript
View Raw
1
2
3
4
5
export
declare
enum
OutputFormat
{
JSON
=
"json"
,
RAW
=
"raw"
}