Metadata-Version: 2.4
Name: agentforge-guard-nemo
Version: 0.2.3
Summary: NeMo Guardrails programmable rails for AgentForge
Project-URL: Homepage, https://github.com/Scaffoldic/agentforge-py
Project-URL: Repository, https://github.com/Scaffoldic/agentforge-py
Project-URL: Documentation, https://github.com/Scaffoldic/agentforge-py
Project-URL: Changelog, https://github.com/Scaffoldic/agentforge-py/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/Scaffoldic/agentforge-py/issues
Author: The AgentForge Authors
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: agent,ai,colang,guardrails,nemo
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.13
Requires-Dist: agentforge-core~=0.2.3
Description-Content-Type: text/markdown

# agentforge-guard-nemo

NVIDIA [NeMo Guardrails](https://docs.nvidia.com/nemo/guardrails/)
programmable rails for AgentForge guardrails (feat-018).

Adds the `nemo` validator to both input and output sections of
`modules.guardrails`:

```yaml
modules:
  guardrails:
    input:
      - nemo:
          config_path: ./rails/  # directory containing Colang + config.yml
    output:
      - nemo:
          config_path: ./rails/
```

```bash
agentforge add module guard-nemo
```

NeMo Guardrails is a programmable-rail framework (Colang DSL).
The adapter consumes a directory carrying `config.yml` + `*.co`
files and loads it once per Agent. Tests inject a fake rail
runner so `nemoguardrails` doesn't need to be installed at test
time.
