evaluate_context
Evaluate caller-provided candidate context and return decision-ready output. This is the primary FreshContext judgment path: it does not fetch, crawl, scrape, browse, read folders, or call adapters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| now | No | Optional ISO timestamp for deterministic evaluation. | |
| intent | Yes | Intent Profile id, e.g. citation_check, student_research, developer_adoption, job_search, market_watch, business_due_diligence, medical_literature_triage. | |
| profile | Yes | Source Profile id, e.g. academic_research, jobs_opportunities, market_finance, official_docs, local_custom. | |
| signals | Yes | Candidate context items provided by the caller. FreshContext evaluates these; it does not retrieve them. |