Added many tools

This commit is contained in:
AuroraCrimsonRose
2026-06-03 06:01:06 -05:00
parent 3723d2381d
commit e471f9bc54
28 changed files with 3488 additions and 205 deletions

View File

@@ -167,7 +167,7 @@ def shutdown_gracefully() -> None:
"""Clean shutdown of executor and other resources."""
logger.info("Initiating graceful shutdown...")
try:
executor.shutdown()
executor.shutdown() # type: ignore[attr-defined]
logger.info("Executor shut down successfully.")
except Exception as e:
logger.error(f"Error during executor shutdown: {e}")