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
File "/data/code/demo_agent_metagpt.py", line 260, in
asyncio.run(main())
File "/home/whwang22/.conda/envs/llm-xuanji/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/home/whwang22/.conda/envs/llm-xuanji/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/whwang22/.conda/envs/llm-xuanji/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/data/code/demo_agent_metagpt.py", line 67, in main
role_intentReg = IntentReg()
^^^^^^^^^^^
File "/data/whwang22/code/3_行业应用/项目式教学项目案例_人情练达大模型/tianji/agents/metagpt_agents/intentRecognition/role.py", line 21, in init
self._init_action([IntentAnalyze])
File "/home/whwang22/.conda/envs/llm-xuanji/lib/python3.11/site-packages/metagpt/roles/role.py", line 249, in _init_action
if not action.private_config:
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'private_config'
The text was updated successfully, but these errors were encountered:
运行streamlit run demo_agent_metagpt.py报错如下:
File "/data/code/demo_agent_metagpt.py", line 260, in
asyncio.run(main())
File "/home/whwang22/.conda/envs/llm-xuanji/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/home/whwang22/.conda/envs/llm-xuanji/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/whwang22/.conda/envs/llm-xuanji/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/data/code/demo_agent_metagpt.py", line 67, in main
role_intentReg = IntentReg()
^^^^^^^^^^^
File "/data/whwang22/code/3_行业应用/项目式教学项目案例_人情练达大模型/tianji/agents/metagpt_agents/intentRecognition/role.py", line 21, in init
self._init_action([IntentAnalyze])
File "/home/whwang22/.conda/envs/llm-xuanji/lib/python3.11/site-packages/metagpt/roles/role.py", line 249, in _init_action
if not action.private_config:
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'private_config'
The text was updated successfully, but these errors were encountered: