tools.atropa_search module
Read-only semantic search over the generated, untrusted ATROPA corpus.
- tools.atropa_search.search_corpus(query, corpus_path=PosixPath('/home/ubuntu/stargazer-v3/stargazer-v3/data/knowledge/atropa_corpus.jsonl'), max_results=5)
Return deterministic lexical matches without modifying or executing anything.
- async tools.atropa_search.run(query, max_results=5, ctx=None, **_kwargs)
Tool entry point with a local-index search and lexical safe fallback.