-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC call handles. #283
Comments
Update DEVELOPMENT tab in settings on UI with RFC password. And Else I had this problem,but resolved |
A bit late to the party. These are the correct steps to set the Dev Environment for Remote Function Calls:
I've written a simplified version but you can find this in the documentation here. |
hello @3clyp50 |
Just use the docker image. RFCs are for developers. |
I am a developer using agent zero and working on it with another project |
Hi there! Sure, the RFC key is like a password that you decide for yourself as you would for a normal password. Please, avoid special characters since I've had problems with Agent Zero outputting strange error codes in terminal when using RFC passwords with £ or €. |
Thank you so much |
Error
Text | No RFC password, cannot handle RFC calls. -- | --Traceback (most recent call last): Traceback (most recent call last): File "/home/jan/agent-zero/agent.py", line 300, in monologue tools_result = await self.process_tools(agent_response) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/jan/agent-zero/agent.py", line 609, in process_tools response = await tool.execute(**tool_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/jan/agent-zero/python/tools/code_execution_tool.py", line 25, in execute await self.prepare_state() File "/home/jan/agent-zero/python/tools/code_execution_tool.py", line 100, in prepare_state pswd = self.agent.config.code_exec_ssh_pass if self.agent.config.code_exec_ssh_pass else await rfc_exchange.get_root_password() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/jan/agent-zero/python/helpers/rfc_exchange.py", line 9, in get_root_password enc = await runtime.call_development_function(_provide_root_password, pub) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/jan/agent-zero/python/helpers/runtime.py", line 58, in call_development_function password = _get_rfc_password() ^^^^^^^^^^^^^^^^^^^ File "/home/jan/agent-zero/python/helpers/runtime.py", line 81, in _get_rfc_password raise Exception("No RFC password, cannot handle RFC calls.") Exception: No RFC password, cannot handle RFC calls.
The text was updated successfully, but these errors were encountered: