PersistentToolDiscovery Type
Event-sourced tool discovery. Wraps InMemoryToolDiscovery, persisting recorded invocations so usage-based ranking survives restarts. Tool registration is a passthrough (re-register tools at startup as part of application wiring).
Constructors
| Constructor |
Description
|
Full Usage:
PersistentToolDiscovery(store, config, ?embeddingProvider)
Parameters:
IEventStore
config : ToolDiscoveryConfig
?embeddingProvider : IEmbeddingProvider
Returns: PersistentToolDiscovery
|
|
Instance members
| Instance member |
Description
|
|
Register a tool from a given source (runtime configuration, not persisted).
|
|
Register multiple tools (runtime configuration, not persisted).
|
Nao