haive.agents.document_loader.file.agent ======================================= .. py:module:: haive.agents.document_loader.file.agent .. autoapi-nested-parse:: File-specific Document Loader Agent. This module provides a specialized document loader agent for loading documents from local files. Classes ------- .. autoapisummary:: haive.agents.document_loader.file.agent.FileLoaderAgent Module Contents --------------- .. py:class:: FileLoaderAgent Bases: :py:obj:`haive.agents.document_loader.base.agent.DocumentLoaderAgent` Specialized document loader agent for loading documents from files. This agent is pre-configured for loading from local files and provides additional file-specific options. .. attribute:: name Name of the agent .. attribute:: file_path Path to the file to load .. attribute:: file_extension File extension to use for loader selection .. attribute:: loader_name Explicit loader name to use .. py:method:: setup_agent() Set up the agent with a file loader engine.