Update agent.py
Browse files
agent.py
CHANGED
@@ -25,8 +25,9 @@ import requests
|
|
25 |
import logging
|
26 |
from llama_index.core.workflow import Context
|
27 |
from llama_index.core.agent.workflow import AgentStream
|
28 |
-
from llama_index.
|
29 |
-
from
|
|
|
30 |
|
31 |
|
32 |
wandb_callback = WandbCallbackHandler(run_args={"project": "gaia-llamaindex-agents"})
|
|
|
25 |
import logging
|
26 |
from llama_index.core.workflow import Context
|
27 |
from llama_index.core.agent.workflow import AgentStream
|
28 |
+
from llama_index.readers_web import TrafilaturaWebReader
|
29 |
+
from llama_index_readers_youtube_transcript import YoutubeTranscriptReader
|
30 |
+
|
31 |
|
32 |
|
33 |
wandb_callback = WandbCallbackHandler(run_args={"project": "gaia-llamaindex-agents"})
|