> ## 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).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Local LLM research notes

> Upstream local-model projects reviewed for Arka improvements.

Arka keeps shallow upstream checkouts in `.third_party/local-llm-research/` for
offline reference. They are not imported into the runtime and are ignored by
Git. The current research set is:

| Project                                            | License    | Useful Arka ideas                                                       |
| -------------------------------------------------- | ---------- | ----------------------------------------------------------------------- |
| [Ollama](https://github.com/ollama/ollama)         | MIT        | Model pull/list/run lifecycle, local API health checks                  |
| [llama.cpp](https://github.com/ggml-org/llama.cpp) | MIT        | Portable CPU/Metal/CUDA inference and quantized-model sizing            |
| [vLLM](https://github.com/vllm-project/vllm)       | Apache-2.0 | OpenAI-compatible serving, GPU batching, throughput-oriented deployment |
| [Aider](https://github.com/Aider-AI/aider)         | Apache-2.0 | Repository map, edit/test loop, local Ollama integration                |

Arka’s local-model selector already uses installed Ollama models and hardware
headroom. The next safe integrations are adapter-level: improve model
discovery, expose llama.cpp/vLLM health probes, and reuse repository-map and
verification patterns. Do not copy source code or vendor dependencies without
reviewing each repository’s license and notices; transitive model/runtime
licenses may differ from the project license.

The checkouts were made as shallow clones for research and should be refreshed
before relying on version-specific behavior.


## Related topics

- [Arka — AI terminal agent documentation](/index.md)
- [Configuration, env vars, and API key setup](/reference/configuration.md)
- [Source-backed research across profession domains](/guides/professions.md)
- [Personalize your Arka experience](/guides/personalize.md)
- [Channel sessions and sub-agent delegation](/guides/hermes-features.md)
