UNPKG
regent-ai
Version:
latest (0.1.3)
0.1.3
An AI multi-agent orchestration framework
regent-ai
/
dist
/
agents
/
index.js
4 lines
•
128 B
JavaScript
View Raw
1
2
3
4
export
*
from
"./Agent"
;
export
*
from
"./OrchestratorAgent"
;
export
*
from
"./OperatorAgent"
;
//# sourceMappingURL=index.js.map