You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| MCP Client |`mcp`| Implements the model context protocol (MCP) client, enabling you to use any LLM with any MCP Server |
246
248
| Router |`router`| Uses the [optillm-modernbert-large](https://huggingface.co/codelion/optillm-modernbert-large) model to route requests to different approaches based on the user prompt |
247
249
| Chain-of-Code |`coc`| Implements a chain of code approach that combines CoT with code execution and LLM based code simulation |
248
250
| Memory |`memory`| Implements a short term memory layer, enables you to use unbounded context length with any LLM |
249
251
| Privacy |`privacy`| Anonymize PII data in request and deanonymize it back to original value in response |
250
252
| Read URLs |`readurls`| Reads all URLs found in the request, fetches the content at the URL and adds it to the context |
251
253
| Execute Code |`executecode`| Enables use of code interpreter to execute python code in requests and LLM generated responses |
254
+
| JSON |`json`| Enables structured outputs using the outlines library, supports pydantic types and JSON schema |
0 commit comments