Metadata-Version: 2.4
Name: autogen-sgraal
Version: 0.1.0
Summary: Sgraal memory governance for AutoGen 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
Dynamic: license-file

# autogen-sgraal

Sgraal memory governance for AutoGen agents.

```bash
pip install autogen-sgraal
```

```python
from autogen_sgraal import SgraalMemoryMiddleware

mw = SgraalMemoryMiddleware(api_key="sg_demo_playground", domain="coding")
safe_ctx = mw.validate_context(agent_context)
```

## License
Apache 2.0
