Tools is broken

This commit is contained in:
eweeman
2026-01-15 17:01:02 -08:00
parent 4a6e2b898f
commit fcc86b52c2
11 changed files with 596 additions and 109 deletions

View File

@@ -128,3 +128,11 @@ def get_imail_password(username, domain):
except Exception as e:
return {"status": "error", "message": f"Database error: {str(e)}"}
def run(**kwargs):
"""
Tool entrypoint required by the bot runtime.
This must exist so the LLM can execute the tool.
"""
return get_imail_password(**kwargs)