diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-10 02:43:48 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-10 02:43:48 -0500 |
| commit | 0248afe222a0722ec336e8c09269612eb773702b (patch) | |
| tree | 0108507c9b92616dca51b6c575137785f2f8d4dc /init.el | |
| parent | c78574ab7a7bd0f9a6e4a61c6cdcd196257cff8e (diff) | |
| download | dotemacs-0248afe222a0722ec336e8c09269612eb773702b.tar.gz dotemacs-0248afe222a0722ec336e8c09269612eb773702b.zip | |
Move GPTel tool loading into AI config
Move the local GPTel tool wiring out of init.el and into ai-config. The tools directory and feature list are now configurable, missing optional tools are non-fatal, and focused tests cover the loading behavior.
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -135,17 +135,6 @@ (require 'ai-config) ;; LLM integration with GPTel and friends (require 'restclient-config) ;; REST API client for API exploration -(with-eval-after-load 'gptel - (add-to-list 'load-path "~/.emacs.d/gptel-tools") - ;; Buffer Tools - (require 'read_buffer) - ;; Filesystem Tools - (require 'read_text_file) - (require 'write_text_file) - ;; (require 'update_text_file) ;; BUG: issues with this tool - (require 'list_directory_files) - (require 'move_to_trash)) - ;; ------------------------- Personal Workflow Related ------------------------- (require 'calendar-sync) ;; sync calendars, must come after org-agenda |
