| name | source-gathering |
| description | SOP for gathering source material relevant to the ontology domain — fetch papers and web pages into source pages. |
| execution | sop |
| used-by | concept-extraction |
Source Gathering
Gather source material (papers, web pages) relevant to the ontology domain and ingest as source pages.
Tool
wiki-ingest-source (SOP) + web/paper search tools
Protocol
- Search for relevant sources using brave-search, apify, semantic-scholar
- For each relevant source, call wiki-ingest-source SOP to create a source page
- Return list of ingested source paths
HARD-GATE
Must ingest ≥2 source pages per invocation.
Yield
Returns: { sources_ingested: number, paths: string[] }