add insight repo as submodule (#15)

This commit is contained in:
Jerry Liu
2023-04-22 17:09:42 -07:00
committed by GitHub
parent 259120a70d
commit 8c4bdf7827
3 changed files with 13 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "external/INSIGHT"]
path = external/INSIGHT
url = https://github.com/oneil512/INSIGHT.git
Vendored Submodule
+1
Submodule external/INSIGHT added at 4448201580
+9
View File
@@ -0,0 +1,9 @@
# External Projects
Llama Lab also contains references to amazing external subprojects using LlamaIndex in novel ways.
### INSIGHT
Insight is an autonomous AI that can do medical research. It has a boss agent that takes an objective and an executive summary of the tasks completed already and their results and creates a task list. A worker agent picks up a task from the list and completes it, saving the results to llama index. The boss gets informed of the results and changes/reprioritizes the task list. The workers can call into the pubmed and mygene APIs (more to come). The workers also get context from llama index to help complete their tasks.
[Repo](https://github.com/oneil512/INSIGHT)