> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Daily और tech brief

> आज की headlines, source URLs, OpenAI changelog awareness, और memory-informed topic selection के साथ एक personalized morning tech brief पाएँ।

Daily brief skill एक **personalized news digest** देती है — default रूप से tech-focused, clickable source URLs और stale-date filtering के साथ।

## प्राकृतिक भाषा

```bash theme={null}
arka daily brief
arka morning tech brief
arka today's tech brief personalized for me
arka daily tech brief
arka news brief
arka morning brief
```

Headline-शैली की requests भी यहाँ रूट होती हैं:

```bash theme={null}
arka give me 10 concise tech news headlines
arka bullet headlines for AI startups
```

## आपको क्या मिलता है

* **केवल आज** की headlines — stale dates और पुराने years filter हो जाते हैं।
* हर bullet में em dash के बाद जहाँ उपलब्ध हो वहाँ एक **source URL** शामिल होता है।
* **OpenAI changelog** items `platform.openai.com/docs/changelog` पर आधिकारिक URLs को प्राथमिकता देते हैं।
* जब उपलब्ध हो, Supermemory context से **Personalization** (interests, past brief preferences)।
* "Here are 10 headlines" जैसी कोई preamble lines नहीं — केवल bullets।

## Configuration

```env theme={null}
# Brief enrichment के लिए URL content fetch करते समय अधिकतम words (default 30)
BRIEF_URL_WORDS=30

# Brief items के लिए URL content fetching सक्षम करें (default off)
BRIEF_URL_LIMIT_ENABLED=1
```

## Routing कैसे काम करता है

`daily brief`, `tech brief`, `morning brief`, और `news brief` जैसे phrases `daily_brief` पर रूट होते हैं — generic `web_answer` पर नहीं।

"brief" के असंबंधित उपयोग (उदा. "brief summary of kubernetes") general web answer path पर रहते हैं।

## संबंधित

* [Chat और search](/hi/guides/chat) — `web_answer` और deep search
* [दीर्घकालिक memory](/hi/guides/memory) — personalization context


## Related topics

- [AI agent guide — MCP पर Arka उपयोग करें](/hi/guides/ai-agents.md)
- [Arka CLI command और flag reference](/hi/guides/cli.md)
- [Cursor और Claude के लिए MCP integration](/hi/guides/mcp.md)
- [दैनिक पढ़ाई](/hi/guides/daily-reading.md)
- [अपने Arka अनुभव को personalize करें](/hi/guides/personalize.md)
