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

  1. 1Install
    bash
    pip install nemo-agent-toolkit-keenable
  2. 2Enable it in your workflow config

    The keenable function group auto-registers via an entry point. Enable it and pick the tools to expose:

    yaml
    function_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.

nemo-agent-toolkit-keenable on PyPI →