search
agentgraph search is the fastest path when you have a user question or keyword and need likely matches across the local graph.
#Synopsis
agentgraph search QUERY [--type TYPE] [--platform PLATFORM] [--limit N] [--min-score SCORE] [--json]
#Use it for
- broad discovery from natural-language text
- narrowing results to one entity type or platform
- returning machine-readable results with
--json
#Key arguments
QUERY- free-text query--type- repeatable entity type filter such asMessageorDocument--platform- source filter such asslack,gmail, orgdocs--min-score- suppress weak matches
#Examples
agentgraph search "project kickoff notes" --type Document --limit 10
agentgraph search "images from standup" --type Message --platform slack --json