reggie search

Find entries across federated registries.

reggie search <query> [--kind <kind>] [--limit <n>] [--marsql]
Flag Default Description
--kind <kind> any Restrict to one entity kind.
--limit <n> 20 Max results.
--marsql false Treat <query> as a MARS-QL string.
# tag search
reggie search rag --kind agent

# MARS-QL
reggie search "SELECT entry_did FROM entries WHERE entry_type = 'agent' LIMIT 5" --marsql