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
I'm running into the below error when trying to run demo_agent
I am using Open AI API key.
python3 examples/sample_standard_app/intelligence/test/demo_agent.py
Traceback (most recent call last):
File "/Users/harinadhappidi/PycharmProjects/agentUniverse/examples/sample_standard_app/intelligence/test/demo_agent.py", line 14, in
AgentUniverse().start(config_path='../../config/config.toml', core_mode=True)
File "/Users/harinadhappidi/.pyenv/versions/3.10.16/lib/python3.10/site-packages/agentuniverse/base/agentuniverse.py", line 71, in start
configer = Configer(path=config_path).load()
File "/Users/harinadhappidi/.pyenv/versions/3.10.16/lib/python3.10/site-packages/agentuniverse/base/config/configer.py", line 111, in load
return self.load_by_path(self.__path)
File "/Users/harinadhappidi/.pyenv/versions/3.10.16/lib/python3.10/site-packages/agentuniverse/base/config/configer.py", line 101, in load_by_path
config_data = load_method(path)
File "/Users/harinadhappidi/.pyenv/versions/3.10.16/lib/python3.10/site-packages/agentuniverse/base/config/configer.py", line 172, in __load_toml_file
with open(path, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: '../../config/config.toml'
The text was updated successfully, but these errors were encountered:
I'm running into the below error when trying to run demo_agent I am using Open AI API key.
python3 examples/sample_standard_app/intelligence/test/demo_agent.py Traceback (most recent call last): File "/Users/harinadhappidi/PycharmProjects/agentUniverse/examples/sample_standard_app/intelligence/test/demo_agent.py", line 14, in AgentUniverse().start(config_path='../../config/config.toml', core_mode=True) File "/Users/harinadhappidi/.pyenv/versions/3.10.16/lib/python3.10/site-packages/agentuniverse/base/agentuniverse.py", line 71, in start configer = Configer(path=config_path).load() File "/Users/harinadhappidi/.pyenv/versions/3.10.16/lib/python3.10/site-packages/agentuniverse/base/config/configer.py", line 111, in load return self.load_by_path(self.__path) File "/Users/harinadhappidi/.pyenv/versions/3.10.16/lib/python3.10/site-packages/agentuniverse/base/config/configer.py", line 101, in load_by_path config_data = load_method(path) File "/Users/harinadhappidi/.pyenv/versions/3.10.16/lib/python3.10/site-packages/agentuniverse/base/config/configer.py", line 172, in __load_toml_file with open(path, 'rb') as f: FileNotFoundError: [Errno 2] No such file or directory: '../../config/config.toml'
I'm running into the below error when trying to run demo_agent
I am using Open AI API key.
python3 examples/sample_standard_app/intelligence/test/demo_agent.py
Traceback (most recent call last):
File "/Users/harinadhappidi/PycharmProjects/agentUniverse/examples/sample_standard_app/intelligence/test/demo_agent.py", line 14, in
AgentUniverse().start(config_path='../../config/config.toml', core_mode=True)
File "/Users/harinadhappidi/.pyenv/versions/3.10.16/lib/python3.10/site-packages/agentuniverse/base/agentuniverse.py", line 71, in start
configer = Configer(path=config_path).load()
File "/Users/harinadhappidi/.pyenv/versions/3.10.16/lib/python3.10/site-packages/agentuniverse/base/config/configer.py", line 111, in load
return self.load_by_path(self.__path)
File "/Users/harinadhappidi/.pyenv/versions/3.10.16/lib/python3.10/site-packages/agentuniverse/base/config/configer.py", line 101, in load_by_path
config_data = load_method(path)
File "/Users/harinadhappidi/.pyenv/versions/3.10.16/lib/python3.10/site-packages/agentuniverse/base/config/configer.py", line 172, in __load_toml_file
with open(path, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: '../../config/config.toml'
The text was updated successfully, but these errors were encountered: