NVIDIA NeMo Agent Toolkit
Integrations › NVIDIA NeMo Agent Toolkit
Function group
A Keenable function group (keenable__search, keenable__fetch) for the NVIDIA NeMo Agent Toolkit, keyless by default.
Setup
- 1Installbash
pip install nemo-agent-toolkit-keenable - 2Enable it in your workflow config
The keenable function group auto-registers via an entry point. Enable it and pick the tools to expose:
yamlfunction_groups: keenable: _type: keenable # keyless; or set api_key / KEENABLE_API_KEY include: [search, fetch]
Keyless by default; set KEENABLE_API_KEY or api_key to authenticate.