- Create a fetch function in a new
sources/your_source.jsfile - Return results in the standard format:
{ title, url, summary, date, category } - Add it to the main search pipeline
- Update README with the new source
{
"title": "Paper or patent title",
"url": "https://source.url",
"summary": "Brief description",
"date": "2025-01-01",
"category": "research | patent | innovation"
}