General
PromptBeginner5 minmarkdown
2. Apply Deepthink Protocol (reason about dependencies
risks
16
Sign in to like and favorite skills
uv add <package>.uv test.uv run <script>.When asked for debugging, follow these steps:
if __name__ == "__main__": import uvicorn uvicorn.run("rhesis.backend.app.main:app", host="0.0.0.0", port=8080, reload=True, log_level="debug")
Just add the code and do not check the linter. Do not comment it in the chat.