You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should maybe make a @tool decorator that takes a callable or ToolSpec and registers it/makes it loadable, then explicitly specify which tools to load during init.
Mainly so we can get rid of the stuff in tools/init.py where all the stuff gets imported (although we would still have to import it somehow, maybe dynamically during init).
Tools currently need to be registered in
gptme/tools/__init__.py
.__init__.py
and instead auto-discover them, or something.The text was updated successfully, but these errors were encountered: