Metadata-Version: 2.4
Name: humsana-daemon
Version: 1.0.0
Summary: Local behavioral signal collection for Humsana Cognitive Security
Home-page: https://github.com/sriramnatrajhen/humsana-daemon
Author: Humsana
Author-email: ram.natrajhen@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pynput>=1.7.6
Requires-Dist: PyYAML>=6.0
Requires-Dist: requests>=2.28.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# humsana-daemon

Local behavioral signal collection for Humsana Cognitive Security.

> 🛡️ "The breathalyzer for your terminal."

## What It Does

Humsana daemon runs locally on your machine, collecting behavioral signals (typing patterns, activity) to detect fatigue. It works with the Humsana MCP server to prevent dangerous commands when you're tired.

## Installation
```bash
pip install humsana-daemon
```

## Usage
```bash
# Start the daemon
humsana start

# Check status
humsana status

# Stop
humsana stop
```

## Privacy

🔒 **100% Local.** All data stays on your machine in `~/.humsana/`. No network calls, no telemetry.

## Works With

- [Humsana MCP Server](https://github.com/sriramnatrajhen/humsana-mcp) — Claude Desktop integration

## License

MIT
