Metadata-Version: 2.4
Name: neurocore-skill-brave
Version: 0.1.0
Summary: Brave Search API skill for NeuroCore
Author: NeuroCore Contributors
License-Expression: Apache-2.0
Keywords: ai,brave,neurocore,search,skill,web
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Typing :: Typed
Requires-Python: >=3.13
Requires-Dist: httpx>=0.27
Requires-Dist: neurocore-ai>=0.2.0
Provides-Extra: dev
Requires-Dist: mypy>=1.8; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.24; extra == 'dev'
Requires-Dist: pytest>=9.0.2; extra == 'dev'
Requires-Dist: ruff>=0.8; extra == 'dev'
Description-Content-Type: text/markdown

# neurocore-skill-brave

Web search for NeuroCore via the [Brave Search API](https://brave.com/search/api/).

```bash
pip install neurocore-skill-brave
export BRAVE_API_KEY=...
```

```yaml
components:
  - name: search
    type: brave
    config:
      count: 5
flow:
  type: sequential
  steps:
    - component: search
```

Reads `brave_query` from context; writes `brave_results` (a list of result
dicts). Set the key via `--data brave_query="..."` or an upstream skill.
