jiti.agent.llm¶
Internal API
Documented for transparency — the supported public surface is the top-level jiti package. Internals can change in any release.
jiti.agent.llm
¶
LiteLLM adapter for jiti's tool-use loop.
Attributes¶
DEFAULT_NUM_RETRIES
module-attribute
¶
How many times litellm should retry a transient provider error (429, 5xx, timeout). A small positive default means a single blip doesn't bubble out of the user's @jiti call.