Josh-XT / AGiXT

AGiXT is a dynamic AI Agent Automation Platform that seamlessly orchestrates instruction management and complex task execution across diverse AI providers. Combining adaptive memory, smart features, and a versatile plugin system, AGiXT delivers efficient and comprehensive AI solutions.
https://AGiXT.com
MIT License
2.61k stars 348 forks source link

None of the actions in Prompt Management tab work properly #1252

Open maxiy01 opened 13 hours ago

maxiy01 commented 13 hours ago

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

Acknowledgements

maxiy01 commented 13 hours ago

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