OVERVIEW/ADVANCED/FACT_CHECKER
Advancedexperimental02_/_ADVANCED

News Fact-Checker

Decomposes a claim into atomic assertions, retrieves primary sources, and rates each assertion with citations.

Py_3.12CrewAIFeedparserRequestsVIEW SOURCE
# INPUT_PROMPT // FACT_CHECKER
SCHEMA: V.1.0
system@agent-archive:~$
IDLE
OUTPUT_LOG:

[IDLE] Awaiting input. Press RUN DEMO to initialize the pipeline.

LIVE_EXECUTION_LOG // news-factchecker0 EVENTS

[STREAM] No active execution. Trigger a run to populate the log.

/SYSTEM_INTERNALS

ARCHITECTURE

SYSTEM_ARCHITECTURE
[01]Claim Decomposer
[02]Source Retriever
[03]Verdict Synthesizer

/BACKEND_CONTRACT

PLUGGABLE RUNTIME

This demo serves a hardcoded fixture today. Set NEXT_PUBLIC_USE_REAL_BACKEND=true and the same UI will POST /api/advanced/news-factchecker to a real CrewAI service - no UI change required.

/TYPED_INTERFACE

runProject(FACT_CHECKER, {
  claim: string,
}) -> markdown