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.
Summary
Functions
Turn one turn into a Gralkor.AgentLearning via the configured LLM. Wired
into the CaptureBuffer flush callback as the learn_fn dep — the flush path
calls it for every captured turn (learning is unconditional).
Functions
Turn one turn into a Gralkor.AgentLearning via the configured LLM. Wired
into the CaptureBuffer flush callback as the learn_fn dep — the flush path
calls it for every captured turn (learning is unconditional).