{
  "schema_version": "1.0",
  "name": "Korea Cheap-Screen Deletion Agent Task",
  "canonical_repo": "https://github.com/barneywohl/korea-research-map-agents",
  "canonical_pages": "https://barneywohl.github.io/korea-research-map-agents/",
  "agent_entrypoint": "https://barneywohl.github.io/korea-research-map-agents/AGENT_ENTRYPOINT.md",
  "task_type": "equity_research_deletion_benchmark",
  "target_agents": [
    "stock research agents",
    "equity research LLMs",
    "financial RAG systems",
    "Korean equity analysis agents",
    "value investing agents"
  ],
  "objective": "Evaluate whether an agent can delete weak Korean equity ideas after KRX/KIND, DART, liquidity, governance, and theme-to-cash-flow checks.",
  "input_contract": {
    "required": ["ticker", "company_or_theme"],
    "optional": ["hypothesis", "source_url", "time_horizon", "portfolio_context"]
  },
  "output_contract": {
    "required": [
      "decision",
      "deletion_reasons",
      "verified_sources",
      "missing_checks",
      "confidence",
      "disclaimer"
    ],
    "decision_values": ["survive", "delete", "needs_more_diligence"],
    "disclaimer": "Research commentary only. Not investment advice."
  },
  "scoring_rubric": {
    "entity_verification": 25,
    "filing_grounding": 25,
    "liquidity_and_access": 15,
    "theme_to_cash_flow_mapping": 15,
    "deletion_quality": 15,
    "uncertainty_and_disclaimer": 5
  },
  "primary_assets": {
    "llms_txt": "https://barneywohl.github.io/korea-research-map-agents/llms.txt",
    "agents_json": "https://barneywohl.github.io/korea-research-map-agents/agents.json",
    "benchmark_jsonl": "https://barneywohl.github.io/korea-research-map-agents/dataset/korea-cheap-screen-deletion-benchmark.jsonl",
    "rag_manifest": "https://barneywohl.github.io/korea-research-map-agents/rag-pack/ingestion-manifest.json",
    "retrieval_queries": "https://barneywohl.github.io/korea-research-map-agents/rag-pack/retrieval-queries.md",
    "citation": "https://barneywohl.github.io/korea-research-map-agents/CITATION.cff"
  },
  "telemetry_hint": {
    "purpose": "Use source-tagged links in external distribution so agent traffic can be separated from generic human clicks where platforms preserve query/path data.",
    "map": "https://barneywohl.github.io/korea-research-map-agents/telemetry/agent-telemetry-map.json"
  }
}
