parent
e479aa4259
commit
b7ba69db42
@ -0,0 +1,15 @@
|
||||
Error in sys.excepthook:
|
||||
Traceback (most recent call last):
|
||||
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/humbug/report.py", line 505, in _hook
|
||||
self.error_report(error=exception_instance, tags=tags, publish=publish)
|
||||
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/humbug/report.py", line 247, in error_report
|
||||
traceback.format_exception(
|
||||
TypeError: format_exception() got an unexpected keyword argument 'etype'
|
||||
|
||||
Original exception was:
|
||||
Traceback (most recent call last):
|
||||
File "/Users/defalt/Desktop/Athena/research/swarms/example.py", line 3, in <module>
|
||||
from swarms.prompts import PRODUCT_AGENT_PROMPT
|
||||
File "/Users/defalt/Desktop/Athena/research/swarms/swarms/prompts/__init__.py", line 3, in <module>
|
||||
from swarms.prompts.growth_agent_prompt import GROWTH_AGENT_PROMPT
|
||||
ImportError: cannot import name 'GROWTH_AGENT_PROMPT' from 'swarms.prompts.growth_agent_prompt' (/Users/defalt/Desktop/Athena/research/swarms/swarms/prompts/growth_agent_prompt.py)
|
@ -1,6 +1,6 @@
|
||||
from swarms.prompts.code_interpreter import CODE_INTERPRETER
|
||||
from swarms.prompts.fianance_agent_prompt import FINANCE_AGENT_PROMPT
|
||||
from swarms.prompts.operations_agent_prompt import OPERATIONS_AGENT_PROMPT
|
||||
from swarms.prompts.legal_agent_prompt import LEGAL_AGENT_PROMPT
|
||||
from swarms.prompts.finance_agent_prompt import FINANCE_AGENT_PROMPT
|
||||
from swarms.prompts.growth_agent_prompt import GROWTH_AGENT_PROMPT
|
||||
from swarms.prompts.product_agent_prompt import PRODUCT_AGENT_PROMPT
|
||||
from swarms.prompts.legal_agent_prompt import LEGAL_AGENT_PROMPT
|
||||
from swarms.prompts.operations_agent_prompt import OPERATIONS_AGENT_PROMPT
|
||||
from swarms.prompts.product_agent_prompt import PRODUCT_AGENT_PROMPT
|
||||
|
Loading…
Reference in new issue