Search
search
Shared TypedDict shapes for search tool result entries.
These types describe serialized symbol dicts and suggestion dicts produced
by ast_search, lifted out of tools/search.py so that tools/
search_text.py can consume them without an explicit Any.
SearchFilters
Bases: TypedDict
Filter snapshot passed to text renderers.
Source code in packages/axm-ast/src/axm_ast/core/search.py
SearchResultEntry
Bases: TypedDict
Serialized symbol dict produced by SearchTool._format_symbol.
name and module are always present; the remaining keys are
populated based on the symbol kind.