Naragate v0.1.0
Initial release of Naragate — an AI evidence engine that detects financial claims in Indonesian market narratives and verifies them against Sectors v2 financial data.
Features
- Claim Parser — LLM extraction of structured claims (ticker, assertion, category, direction, confidence) from Indonesian narratives
- Evidence Agents — valuation, fundamental, market, news, corporate actions, and insider-trading filings evidence via the Sectors v2 API
- Skeptic Agent — challenges claims with negation bias
- Evidence Judge & Score Generator — Reality Gap score (0–100) with verdict, including insider-bias-gap scoring and contradiction detection
- SSE streaming pipeline — live claim → evidence → skeptic → judge → score events
- Angular frontend — dashboard, claim analysis, results, history, settings, usage pages; responsive nav with mobile hamburger menu; EN/ID i18n
- Sectors v2 integration — caching, credit-budget tracking, graceful degradation, partially-masked API key input (first/last 2 chars visible)
- Docker Compose deployment with loopback-bound ports
Quality
- 145 backend tests passing (parser, evidence agents, judge, pipeline, API, sectors client, filings agent)
- Multi-agent skills packaged under
skills/andagents/