Metadata-Version: 2.4
Name: neurocore-skill-wolfram
Version: 0.1.0
Summary: Wolfram|Alpha computational-knowledge skill for NeuroCore
Author: NeuroCore Contributors
License-Expression: Apache-2.0
Keywords: ai,compute,math,neurocore,skill,wolfram
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-wolfram

Computational-knowledge answers for NeuroCore via
[Wolfram|Alpha](https://products.wolframalpha.com/short-answers-api/).

```bash
pip install neurocore-skill-wolfram
export WOLFRAM_APP_ID=...
```

```yaml
components:
  - name: compute
    type: wolfram
flow:
  type: sequential
  steps:
    - component: compute
```

Reads `wolfram_query`; writes `wolfram_result` (a plain-text answer string).
