register_tools
register_tools
Register SWAIG tools with the parent agent. Called after setup() returns True.
Use self.define_tool() to register each tool.
This is an abstract method — you must implement it in every SkillBase subclass.
Returns
None