Metadata-Version: 2.4
Name: senses
Version: 0.1.0
Summary: The sensory layer for AI - universal API access for LLMs
Project-URL: Homepage, https://github.com/espeed/senses
Project-URL: Repository, https://github.com/espeed/senses
Author-email: James Thornton <james@espeed.com>
License-Expression: MIT
Keywords: ai,api,function-calling,llm,mcp,tools
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: httpx>=0.25.0
Requires-Dist: pydantic>=2.0.0
Description-Content-Type: text/markdown

# senses

The sensory layer for AI - universal API access for LLMs.

## Install
```bash
pip install senses
```

## License

MIT
