--env
:
KAGI_SUMMARIZER_ENGINE
— Set to cecil
KAGI_API_KEY
— Your Kagi API Key (YOUR_API_KEY_HERE
)test
). If the room is closed or idle, the tool and agent are also automatically removed.Tool | Short Description |
---|---|
kagi_search_fetch | Fetch web results based on one or more queries using the Kagi Search API. |
kagi_summarizer | Summarize content from a URL using the Kagi Summarizer API. |
kagi_search_fetch
Parameter | Type | Description |
---|---|---|
queries | array | One or more concise, keyword-focused search queries. Include essential context within each query for standalone use. |
kagi_summarizer
Parameter | Type | Description |
---|---|---|
url | string | A URL to a document to summarize. |
summary_type | string optional | Type of summary to produce. Options are ‘summary’ for paragraph prose and ‘takeaway’ for a bulleted list of key points. |
target_language | string optional | Desired output language using language codes (e.g., ‘EN’ for English). If not specified, the document’s original language influences the output. |