Metadata-Version: 2.4
Name: crewai-sgraal
Version: 0.1.0
Summary: Sgraal memory governance for CrewAI agents
Author-email: Sgraal AI <hello@sgraal.com>
License: Apache-2.0
Project-URL: Homepage, https://sgraal.com
Project-URL: Repository, https://github.com/sgraal-ai/core
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28.0
Requires-Dist: sgraal>=0.2.0
Requires-Dist: crewai>=0.1.0
Dynamic: license-file

# crewai-sgraal

Sgraal memory governance for CrewAI agents.

```bash
pip install crewai-sgraal
```

```python
from crewai_sgraal import SgraalMemoryGuard

guard = SgraalMemoryGuard(api_key="sg_demo_playground", domain="fintech")
safe = guard.validate(memories, action_type="irreversible")
```

## License
Apache 2.0
