API Reference llm_toolkit v#0.1.0

Copy Markdown View Source

Modules

Base code tools for agentic LLM execution.

Configurable tool resolver.

Base code tools implementing LlmToolkit.ToolResolver.

Compose multiple tool resolvers into one.

Integration layer: filters available tools by session declaration and builds a context-bound resolver closure.

Provider-neutral tool definition.

Represents an LLM's request to invoke a tool.

The result of executing a tool call.

Behaviour for resolving tool calls to execution functions.

Ecto schema for the tool_traces table.