mirror of
https://github.com/run-llama/llama-lab.git
synced 2026-07-01 20:14:02 -04:00
add insight repo as submodule (#15)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule "external/INSIGHT"]
|
||||
path = external/INSIGHT
|
||||
url = https://github.com/oneil512/INSIGHT.git
|
||||
+1
Submodule external/INSIGHT added at 4448201580
Vendored
+9
@@ -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)
|
||||
Reference in New Issue
Block a user