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
Exception in thread Thread-646 (start_in_theard):
Traceback (most recent call last):
File "/home/nowanti/.cache/pypoetry/virtualenvs/adhoc-projects-2JC5bUP8-py3.12/lib/python3.12/site-packages/Agently/Agent/Agent.py", line 301, in start_in_theard
reply = loop.run_until_complete(self.start_async(request_type))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/home/nowanti/.cache/pypoetry/virtualenvs/adhoc-projects-2JC5bUP8-py3.12/lib/python3.12/site-packages/Agently/Agent/Agent.py", line 280, in start_async
raise(e)
File "/home/nowanti/.cache/pypoetry/virtualenvs/adhoc-projects-2JC5bUP8-py3.12/lib/python3.12/site-packages/Agently/Agent/Agent.py", line 213, in start_async
event_generator = await self.request.get_event_generator(request_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/nowanti/.cache/pypoetry/virtualenvs/adhoc-projects-2JC5bUP8-py3.12/lib/python3.12/site-packages/Agently/Request/Request.py", line 117, in get_event_generator
response_generator = await request_plugin_export["request_model"](request_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/nowanti/.cache/pypoetry/virtualenvs/adhoc-projects-2JC5bUP8-py3.12/lib/python3.12/site-packages/Agently/plugins/request/OAIClient.py", line 206, in request_model
"http_client": httpx.AsyncClient(**httpx_params),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/nowanti/.cache/pypoetry/virtualenvs/adhoc-projects-2JC5bUP8-py3.12/lib/python3.12/site-packages/httpx/_client.py", line 1402, in __init__
self._transport = self._init_transport(
^^^^^^^^^^^^^^^^^^^^^
File "/home/nowanti/.cache/pypoetry/virtualenvs/adhoc-projects-2JC5bUP8-py3.12/lib/python3.12/site-packages/httpx/_client.py", line 1445, in _init_transport
return AsyncHTTPTransport(
^^^^^^^^^^^^^^^^^^^
File "/home/nowanti/.cache/pypoetry/virtualenvs/adhoc-projects-2JC5bUP8-py3.12/lib/python3.12/site-packages/httpx/_transports/default.py", line 297, in __init__
ssl_context = create_ssl_context(verify=verify, cert=cert, trust_env=trust_env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/nowanti/.cache/pypoetry/virtualenvs/adhoc-projects-2JC5bUP8-py3.12/lib/python3.12/site-packages/httpx/_config.py", line 40, in create_ssl_context
ctx = ssl.create_default_context(cafile=certifi.where())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/ssl.py", line 708, in create_default_context
context.load_verify_locations(cafile, capath, cadata)
OSError: [Errno 24] Too many open files
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/home/nowanti/.cache/pypoetry/virtualenvs/adhoc-projects-2JC5bUP8-py3.12/lib/python3.12/site-packages/Agently/Agent/Agent.py", line 305, in start_in_theard
raise Exception(f"[Agent Request] Error: { str(e) }")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Exception: [Agent Request] Error: [Errno 24] Too many open files
The text was updated successfully, but these errors were encountered:
使用场景
agent 示例代码
依赖情况
报错日志
The text was updated successfully, but these errors were encountered: