Review agent added
Browse files
app.py
CHANGED
@@ -5,7 +5,11 @@ import inspect
|
|
5 |
import pandas as pd
|
6 |
import asyncio
|
7 |
from llama_index.core.agent.workflow import AgentWorkflow
|
8 |
-
from agents.llama_index_agent import
|
|
|
|
|
|
|
|
|
9 |
import json
|
10 |
import hashlib
|
11 |
from pathlib import Path
|
|
|
5 |
import pandas as pd
|
6 |
import asyncio
|
7 |
from llama_index.core.agent.workflow import AgentWorkflow
|
8 |
+
from agents.llama_index_agent import (
|
9 |
+
GaiaAgent,
|
10 |
+
create_writer_agent,
|
11 |
+
create_review_agent
|
12 |
+
)
|
13 |
import json
|
14 |
import hashlib
|
15 |
from pathlib import Path
|