You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Community,
Can someone please suggest what's the error and how to solve it?
Would be awesome to connect it with LLama_Hub context loaders.
Traceback (most recent call last):
File "/Users/mac-pro/llama-lab/llama_agi/examples/auto_runner_example.py", line 45, in task_manager = LlamaTaskManager(
^^^^^^^^^^^^^^^^^
File "/Users/mac-pro/llama-lab/llama_agi/llama_agi/task_manager/LlamaTaskManager.py", line 40, in init super().__init__(
File "/Users/mac-pro/llama-lab/llama_agi/llama_agi/task_manager/base.py", line 41, in init self.current_tasks = [Document(x) for x in tasks]
^^^^^^^^^^^
File "pydantic/main.py", line 332, in pydantic.main.BaseModel.init def __init__(__pydantic_self__, **data: Any) -> None:
The text was updated successfully, but these errors were encountered:
Dear Community,
Can someone please suggest what's the error and how to solve it?
Would be awesome to connect it with LLama_Hub context loaders.
Traceback (most recent call last):
File "/Users/mac-pro/llama-lab/llama_agi/examples/auto_runner_example.py", line 45, in
task_manager = LlamaTaskManager(
^^^^^^^^^^^^^^^^^
File "/Users/mac-pro/llama-lab/llama_agi/llama_agi/task_manager/LlamaTaskManager.py", line 40, in init
super().__init__(
File "/Users/mac-pro/llama-lab/llama_agi/llama_agi/task_manager/base.py", line 41, in init
self.current_tasks = [Document(x) for x in tasks]
^^^^^^^^^^^
File "pydantic/main.py", line 332, in pydantic.main.BaseModel.init
def __init__(__pydantic_self__, **data: Any) -> None:
The text was updated successfully, but these errors were encountered: