<- Adapters

LLM Tool-Calling Bridge

experimentalai

Bridge CHP capabilities to LLM tool-calling APIs (OpenAI, Anthropic, generic)

pip install chp-adapter-llm

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

call_toolv1.0.0

Invoke a CHP capability by its sanitized LLM tool name.

chp.adapters.llm.call_tool
list_toolsv1.0.0

List CHP capabilities as LLM tool definitions.

chp.adapters.llm.list_tools
See the full capability catalog →