tools.query_golden_goddess_v2 module

Query the ‘Golden Goddess’ NCM RAG store for Doctrine and Definitions.

Queries the pgvector golden_goddess.ncm_kernel store, embedding the raw query with Gemini 3072-d (matching how the store was migrated).

async tools.query_golden_goddess_v2.run(query, n_results=5, ctx=None)[source]

Execute this tool and return the result.

Parameters:
  • query (str) – Search query or input string.

  • n_results (int) – The n results value.

  • ctx (ToolContext | None) – Tool execution context providing access to bot internals.

Returns:

Result string.

Return type:

str