cogency.tools
Classes
BaseTool
Base class for all tools in the cogency framework.
BaseTool(self, name: str, description: str)
FileManagerTool
File operations within a safe base directory.
FileManagerTool(self, base_dir: str = 'sandbox')
MemorizeTool
Tool for storing content in agent memory.
MemorizeTool(self, memory: cogency.memory.base.BaseMemory)
RecallTool
Tool for retrieving content from agent memory.
RecallTool(self, memory: cogency.memory.base.BaseMemory)
TimezoneTool
Get current time for any timezone/city using pytz - reliable local computation.
TimezoneTool(self)