felo-search
Search the web for technical updates, security advisories, benchmarks, and community insights using a privacy-focused system powered by DuckDuckGo.
Instructions
Search the web for up-to-date technical information like latest releases, security advisories, migration guides, benchmarks, and community insights
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| query | Yes | The search query or prompt | |
| stream | No | Whether to stream the response (default: false) | 
Input Schema (JSON Schema)
{
  "properties": {
    "query": {
      "description": "The search query or prompt",
      "type": "string"
    },
    "stream": {
      "default": false,
      "description": "Whether to stream the response (default: false)",
      "type": "boolean"
    }
  },
  "required": [
    "query"
  ],
  "type": "object"
}