research_verify_novelty
Re-verify the novelty of a research idea by checking local library and arXiv for similar work, then using an LLM to judge overlap and output a verdict.
Instructions
Run a novelty re-verification on a previously generated idea. Checks the local library and arXiv for similar work, then uses the LLM to judge overlap. Returns a verdict: likely_novel, needs_review, or similar_exists.
Args: idea_id: Database ID of the idea (from generate_ideas output). search_query: Optional override query for the arXiv check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idea_id | Yes | ||
| search_query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |