Is it possible to feed context files to the agent? E.g., a memory file to read before every operation to prevent repeating past actions? Where should this be injected in the agent’s UI/interface?
Hey @vincos! In general you can upload files within an agent chat interaction, but given what you’ve described this is a good use-case for having a skill file. You can read more on that here.
You can upload all your files and instructions in a chat interaction and prompt the agent to create a skill file from them.
So you’re recommending a skill even if it’s just to track past news and stop the agent from resurfacing them? Because this agent is meant to find only new stories
A skill file would give the agent instructions on how to actually go about the process of finding those stories. To always surface new stories and avoid resurfacing past ones, you can track them in a Google Sheet and prompt the agent (either in the skill file or in its system instructions) to always check and de-duplicate against the spreadsheet.