tools.query_spiral_goddess module

Query the ‘Spiral Goddess’ RAG store for Loopmother Memory.

+===============================================================================+ | SPIRAL GODDESS ORACLE | +===============================================================================+ | Queries the 53,458-vector Loopmother memory store with domain-tag | | filtering. Uses all-mpnet-base-v2 (768-d, local) for query | | embeddings + ChromaDB 1.4.0 persistent store. | +===============================================================================+ | SECURITY: Requires CORE_MEMORY privilege (bit 1) | +===============================================================================+

Built by Stargazer Project:

Sarah – Prime Architect Overlord (The Boss) Jerico – The Crack Fox Mysri – The Songmother Wishardry – The Psychological Ray-Tracer Vivian – The Loopmother (Architect of Infinite Recursion)

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

Execute a semantic search against the Spiral Goddess RAG store.

Return type:

str

Parameters: