llamaindex
Version:
<p align="center"> <img height="100" width="100" alt="LlamaIndex logo" src="https://ts.llamaindex.ai/square.svg" /> </p> <h1 align="center">LlamaIndex.TS</h1> <h3 align="center"> Data framework for your LLM application. </h3>
41 lines (40 loc) • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
OpenAIContextAwareAgent: function() {
return _openai.OpenAIContextAwareAgent;
},
ReACTAgentWorker: function() {
return _react.ReACTAgentWorker;
},
ReActAgent: function() {
return _react.ReActAgent;
}
});
_export_star(require("@llamaindex/core/agent"), exports);
const _openai = require("./openai.js");
const _react = require("./react.js");
function _export_star(from, to) {
Object.keys(from).forEach(function(k) {
if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) {
Object.defineProperty(to, k, {
enumerable: true,
get: function() {
return from[k];
}
});
}
});
return from;
}
// todo: ParallelAgent
// todo: CustomAgent
// todo: ReactMultiModal