Extend the interactive browser logic unit (tool) to download files.
User Acceptance Testing Criteria
Given that an autonomous agent is using a logic unit (tool) that opens an interactive web browser session
and
given that the agent received a request to find and download document(s) (e.g., financial statements, invoices, etc.)
and
given that the agent has found the download document locationand
given that the agent has determined which documents have not been downloaded
Then the interactive browser logic unit (tool) can download the document(s) to a temporary location accessible only by the agent process / instance
So they can be read be the agent or transferred to another location, which may be a secure server
Requirement:
Extend the interactive browser logic unit (tool) to download files.
User Acceptance Testing Criteria
Given that an autonomous agent is using a logic unit (tool) that opens an interactive web browser session and given that the agent received a request to find and download document(s) (e.g., financial statements, invoices, etc.) and given that the agent has found the download document location and given that the agent has determined which documents have not been downloaded
Then the interactive browser logic unit (tool) can download the document(s) to a temporary location accessible only by the agent process / instance
So they can be read be the agent or transferred to another location, which may be a secure server
Solution (dev) notes