# `Gralkor.Client.Native`
[🔗](https://github.com/elimydlarz/gralkor/blob/main/lib/gralkor/client/native.ex#L1)

Production `Gralkor.Client` implementation. In-process — no HTTP — talks
to graphiti via `Gralkor.GraphitiPool` (Pythonx-backed) and to the LLM via
`req_llm` (Elixir-side, used by `Gralkor.Distill` and `Gralkor.Interpret`).

See `ex-client-native` in `gralkor/TEST_TREES.md`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
