Josh-XT/AGiXT

None of the actions in Prompt Management tab work properly

Closed this issue · 4 comments

Description

Trying to "Create New Prompt" returns this error:

Exception: Unable to retrieve data. 'message'
Traceback:

File "/usr/local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 589, in _run_script
    exec(code, module.__dict__)
File "/app/pages/4-Prompt_Management.py", line 87, in <module>
    ApiClient.add_prompt(
File "/usr/local/lib/python3.10/site-packages/agixtsdk/__init__.py", line 690, in add_prompt
    return self.handle_error(e)
File "/usr/local/lib/python3.10/site-packages/agixtsdk/__init__.py", line 56, in handle_error
    raise Exception(f"Unable to retrieve data. {error}")

Modify or Delete action says that prompt updated/deleted withot throwing error,, but no changes occur. Adding new category also doesn't work

Operating System

  • Linux
  • Windows
  • MacOS

Acknowledgements

  • I am NOT trying to use localhost for providers running outside of the docker container.
  • I am NOT trying to run AGiXT outside of docker, the only supported method to run it.
  • Python 3.10.X is installed and the version in use on the host machine.
  • The latest version of Docker is installed and running on the host machine.
  • I am using the latest stable version of AGiXT.
  • I have provided enough information for the maintainers to reproduce and diagnose the issue.
  • I have searched the existing issues to make sure this bug has not been reported yet.

Importing prompt from txt throws same error as creating new one in usual way

Hello thank you for reporting the issue,

the issue has been resolved in commit 1494652, which is now merged into the main branch.

Update your docker-compose file to use the 'main' branch instead of 'latest' and restart your containers with the start.py script.

Can confirm it's working, thank you.

Thank you too!