BrowserUse_and_ComputerUse_.../tools
teknium1 20f2875472 Implement browser session inactivity timeout and cleanup
- Updated `.env.example` to include `BROWSER_INACTIVITY_TIMEOUT` for auto-cleanup of inactive sessions.
- Enhanced `cli.py` to load the new inactivity timeout configuration into environment variables.
- Added background thread functionality in `browser_tool.py` to periodically clean up inactive browser sessions based on the configured timeout.
- Improved session management by tracking last activity timestamps and ensuring cleanup occurs when sessions exceed inactivity limits.
2026-01-31 21:42:15 -08:00
..
__init__.py Add skills tools and enhance model integration 2026-01-30 07:39:55 +00:00
browser_tool.py Implement browser session inactivity timeout and cleanup 2026-01-31 21:42:15 -08:00
image_generation_tool.py Enhance batch processing and image generation tools 2026-01-18 10:11:59 +00:00
mixture_of_agents_tool.py Enhance logging and tool initialization for improved performance 2026-01-29 19:59:59 +00:00
skills_tool.py Add skills tools and enhance model integration 2026-01-30 07:39:55 +00:00
terminal_hecate.py Update environment configuration and enhance terminal tool integration 2026-01-23 12:26:53 +00:00
terminal_tool.py Add a claude code-like CLI 2026-01-31 06:30:48 +00:00
vision_tools.py Enhance logging and tool initialization for improved performance 2026-01-29 19:59:59 +00:00
web_tools.py Add a claude code-like CLI 2026-01-31 06:30:48 +00:00