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
In module llama_stack_client/lib/agents/react/agent.py, the Headers class is imported with the instruction:
from ..._typesimportHeaders
However, the _types.py module is located one lever upper in the repository tree and therefore the instruction above leads to the following error when loading llama_stack_client/lib/agents/react/agent.py:
ModuleNotFoundError: No module named 'llama_stack_client.lib._types'