> ## 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.

# Arka Council

> Multi-persona deliberation — तीन simulated experts एक ही सवाल का उत्तर देते हैं, फिर Arka consensus, tension, और verdict synthesize करता है।

**Arka Council** एक सवाल को स्वतंत्र रूप से एकाधिक simulated personas के पास चलाता है, फिर एक structured synthesis तैयार करता है — agreement, disagreement, और एक स्पष्ट verdict।

<Warning>
  Council members brainstorming के लिए **simulated** personas हैं, वास्तविक लोग या authoritative सलाह नहीं।
</Warning>

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

```bash theme={null}
arka council "should I learn Rust?"
arka council should I quit my job to start a startup
arka deliberate with arka on whether remote work is better
arka ask the council about switching careers
```

## Output format

```
━━━ Arka Council ━━━
Question: Should I learn Rust?

── Socrates (simulated) ──
  ...

── Elon (simulated) ──
  ...

── Feynman (simulated) ──
  ...

── Synthesis ──
  Consensus: ...
  Tension: ...
  Verdict: ...
```

Default council members: **Socrates**, **Elon**, **Feynman**। प्रत्येक synthesis से पहले 2–3 sentences में उत्तर देते हैं।

## History

पिछले सवाल store होते हैं ताकि repeats से बचा जा सके:

```bash theme={null}
arka council list
```

Memory file: `~/.config/arka/council-memory.json`

## Routing

प्राकृतिक-भाषा triggers में `council`, `deliberate with arka`, और `ask the council` शामिल हैं। Routing preview करें:

```bash theme={null}
arka route "council should I learn Rust"
```

## संबंधित

* [Persona chat](/guides/personas) — single-character chat
* [Routing कैसे काम करता है](/concepts/routing) — LLM से पहले offline rules


## Related topics

- [Arka CLI command और flag reference](/hi/guides/cli.md)
- [Quickstart: Arka इंस्टॉल करें और अपना पहला कमांड चलाएँ](/hi/quickstart.md)
- [रोचक तथ्य](/hi/guides/interesting-fact.md)
- [13 जुलाई, 2026 का सप्ताह](/hi/changelog/2026-07-13.md)
- [Command aliases, subcommand synonyms, और skill नाम](/hi/reference/aliases.md)
