Re-extract existing canvas artifacts using a richer engine to backfill memories after a Pro upgrade or many writes. Start a background job with no arguments, then check its progress.
Run entity resolution to merge duplicates by writing same_as edges. Use after batch writes; default conservative mode uses deterministic signals. Set strong_only=false to include fuzzy matching.
Extract a depth-bounded subgraph around a specified node (multi-hop expansion up to depth 3). Use to map clusters of related entities from a knowledge graph by providing node ID and type.
Retrieve all nodes matching a predicate (terms, regex, node types, subtype) for complete lists, not just top results. Useful for aggregation queries like listing all customers or incidents.
Enables LLMs to control synthesizer parameters in real-time by translating natural language commands into OSC messages sent to a JUCE synthesizer application.
Push explicit graph structure with node rows and edge proposals exactly as given. Use only when structured nodes/edges with ids and kinds are already available.
Retrieve real-time weather forecasts for cities, regions, and counties across China by providing the location name. Enables accurate weather updates for specific areas.
Queries the exchange rate between two currencies using three-letter codes, such as CNY to USD. Returns the conversion rate to convert one currency to another.