EntityResolutionTools

LLM-invocable tools for asserting entities and relationships into the knowledge graph.

Wraps EntityResolutionService as @LlmTool methods so an LLM agent can resolve, create, and relate entities directly.

Usage:

val tools: List<Tool> = EntityResolutionTools.asTools(entityResolutionService)
// Add to agent's tool set

Parameters

service

The entity resolution service to delegate to

Constructors

Link copied to clipboard
constructor(service: EntityResolutionService)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Assert entities into the knowledge graph with automatic resolution.

Link copied to clipboard

Assert entities and relationships into the knowledge graph.