Skip to content

feat(llm-functions): add rough drafts of agentic tools - #221

Closed
pullclone wants to merge 3 commits into
sigoden:mainfrom
pullclone:main
Closed

pullclone wants to merge 3 commits into
sigoden:mainfrom
pullclone:main

Conversation

@pullclone

Copy link
Copy Markdown

Add initial implementations for 20+ LLM-powered utility functions, including:

  • File/System: fs_find.sh, fs_read_range.py, sys_disk_usage.sh, sys_info.sh
  • Git: git_diff.sh, git_log.sh, git_status.sh
  • Security: sec_check_users.sh, sec_dns_integrity.sh, sec_integrity_verify.sh, sec_list_suid.sh, sec_process_audit.sh, sec_textscan_injection.sh
  • Text/Conversion: html_to_markdown.py, json_select.sh, text_count_tokens.sh
  • Media/Clipboard: media_get_metadata.sh, clipboard_read.sh, clipboard_write.sh
  • Notifications: desktop_notify.sh
  • Network: sec_listening_summary.sh
  • Processes: sys_list_processes.sh

These tools are rough drafts and will be refined for robustness, error handling, and documentation.

   Add initial implementations for 20+ LLM-powered utility functions, including:
   - **File/System**: fs_find.sh, fs_read_range.py, sys_disk_usage.sh, sys_info.sh
   - **Git**: git_diff.sh, git_log.sh, git_status.sh
   - **Security**: sec_check_users.sh, sec_dns_integrity.sh, sec_integrity_verify.sh, sec_list_suid.sh, sec_process_audit.sh, sec_textscan_injection.sh
   - **Text/Conversion**: html_to_markdown.py, json_select.sh, text_count_tokens.sh
   - **Media/Clipboard**: media_get_metadata.sh, clipboard_read.sh, clipboard_write.sh
   - **Notifications**: desktop_notify.sh
   - **Network**: sec_listening_summary.sh
   - **Processes**: sys_list_processes.sh

   These tools are rough drafts and will be refined for robustness, error handling, and documentation.
@pullclone
pullclone marked this pull request as draft December 31, 2025 12:42
@pullclone pullclone closed this by deleting the head repository Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant