letsbe-sysadmin/app/executors
Matt e8eae5a8e0 Add ENV_INSPECT and FILE_INSPECT executors with tests
- Add EnvInspectExecutor to read ENV files and return key-value pairs
- Add FileInspectExecutor to read portions of text files (up to 1MB)
- Add FileExecutor tests including /opt/letsbe/config path verification
- Register new executors in EXECUTOR_REGISTRY

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 00:47:08 +01:00
..
__init__.py Add ENV_INSPECT and FILE_INSPECT executors with tests 2025-12-04 00:47:08 +01:00
base.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
composite_executor.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
docker_executor.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
echo_executor.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
env_inspect_executor.py Add ENV_INSPECT and FILE_INSPECT executors with tests 2025-12-04 00:47:08 +01:00
env_update_executor.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
file_executor.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
file_inspect_executor.py Add ENV_INSPECT and FILE_INSPECT executors with tests 2025-12-04 00:47:08 +01:00
playwright_executor.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00
shell_executor.py Initial commit: SysAdmin Agent with executors 2025-12-03 11:05:54 +01:00