Skip to main content
Arka Output Viewer एक हल्का लोकल वेब UI है जो आपके data format को स्वतः पहचानता है और सर्वोत्तम प्रतिनिधित्व render करता है — CSV/JSON arrays के लिए tables, फ़ॉर्मैटेड JSON, rendered markdown, objects के लिए key-value layouts, और paths मौजूद होने पर media cards। कोई React build step नहीं। एक HTML shell और मुख्य पैकेज से एक छोटा Python सर्वर।

त्वरित शुरुआत

एक फ़ाइल render करें और browser खोलें:
Interactive paste/upload UI शुरू करें:
Standalone HTML export करें:

फ़ॉर्मैट

--format से detection को override करें:

API (लोकल सर्वर)

जब arka output serve चल रहा हो (डिफ़ॉल्ट http://127.0.0.1:8790): Response JSON में format, title, body_html, और html (wrapped view) शामिल होते हैं।

CLI integration

arka.core.output_layout का उपयोग करने वाली skills viewer पर परिणाम push कर सकती हैं:
या Python से कॉल करें:

MCP

arka_view_output agents के लिए content render करता है:

एनवायरनमेंट

जब ARKA_OUTPUT_VERIFY=1 या arka ask --verify हो, तो एक judge task profile (डिफ़ॉल्ट gemini/gemini-2.5-flash) accuracy, completeness, helpfulness, और safety (1–5) को score करता है। परिणाम answer footer में Quality: total 842ms · quality 4.2/5 (pass) के रूप में दिखते हैं। Judge model override करें: arka ai-skill-model judge openrouter/openai/gpt-4o-mini Timing (streaming में TTFA, कुल latency) स्वतः रिकॉर्ड होती है और tracing सक्षम होने पर OpenTelemetry में export की जाती है (arka.output.total_ms, arka.output.verify.overall, आदि)।

संबंधित