MCPcopy Create free account

hub / github.com/HewlettPackard/llmesh / functions

Functions1,350 in github.com/HewlettPackard/llmesh

↓ 1 callersFunctionsample_function
(x)
tests/lib/system_services/test_tool_client_functions.py:70
↓ 1 callersMethodsave
Save the provided prompt content to a file. :param env_path: Environment path. :param file_name: The name of the file templa
src/lib/core/template_engine.py:51
↓ 1 callersMethodsave_yaml
Save the provided settings to a YAML file. :param settings: The settings dictionary to save. :param output_file: The file to
src/lib/core/config.py:183
↓ 1 callersFunctionsendChatMessage
* Sends the user's message to the server and processes the response. * @param {string} message - The user's message. * @param {string} time - The ti
src/platform/app_games/html/static/js/chat.js:117
↓ 1 callersFunctionsetCustomerStyles
* Sets the customer-specific styles based on the customer type. * @param {string} customerType - The customer type.
src/platform/app_games/html/static/js/chat.js:20
↓ 1 callersFunctionsetCustomerStyles
* Sets the customer-specific styles based on the customer type. * @param {string} customerType - The customer type.
src/platform/app_backpanel/html/static/js/tool_handler.js:147
↓ 1 callersMethodset_settings
Set the settings of the game. :param settings: Settings of the game. :return: Result object containing the status of the cle
src/platform/app_games/games/base.py:68
↓ 1 callersMethodset_settings
Saves the tool settings. Parameters: tool_settings (dict): The tool settings including configuration details.
src/platform/app_backpanel/tool_manager/rag.py:113
↓ 1 callersFunctionshowGameChat
* Shows only the selected game's chat and hides others. * @param {string} gameId - The ID of the selected game.
src/platform/app_games/html/static/js/games.js:76
↓ 1 callersFunctionsimluate_conversation
Evaluate the agents conversation
notebooks/meta_prompting/agent_simulator.py:118
↓ 1 callersMethodstart_process
Starts a background process. Args: name: A unique name to identify the process. command: The shell command t
notebooks/platform_services/lablib/bg_util.py:66
↓ 1 callersMethodstream
Synchronously stream the model response token by token. :param messages: List of messages formatted for the LLM input. :retu
src/lib/services/chat/models/base.py:84
↓ 1 callersMethodstream
Synchronously stream the model response token by token. :param messages: Message string or list formatted for the model. :re
src/lib/services/chat/models/llamaindex/openai.py:107
↓ 1 callersMethodstream
Synchronously stream the model response token by token. :param messages: Message list formatted for the model. :return: Iter
src/lib/services/chat/models/langchain/chat_anthropic.py:123
↓ 1 callersMethodstream
Synchronously stream the model response token by token. :param messages: Message list formatted for the model. :return: Iter
src/lib/services/chat/models/langchain/chat_openai.py:136
↓ 1 callersMethodstream
Synchronously stream the model response token by token. :param messages: Message list formatted for the model. :return: Iter
src/lib/services/chat/models/langchain/azure_chat_openai.py:185
↓ 1 callersMethodstream
Synchronously stream the model response token by token. :param messages: Message list formatted for the model. :return: Iter
src/lib/services/chat/models/langchain/chat_mistralai.py:123
↓ 1 callersMethodstream
Synchronously stream the model response token by token. :param messages: Message list formatted for the model. :return: Iter
src/lib/services/chat/models/langchain/chat_google_genai.py:117
↓ 1 callersMethodstream
Synchronously stream the model response token by token. :param messages: Message list formatted for the model. :return: Iter
src/lib/services/chat/models/langchain/chat_nvidia.py:117
↓ 1 callersFunctionsubmitUserMessage
* Submits the user's message, updates the chat, and sends the message to the server. * @param {string} rawText - The raw user input.
src/platform/app_games/html/static/js/chat.js:49
↓ 1 callersFunctiont
(e,r,t,a)
src/platform/app_games/html/static/js/showdown.min.js:2
↓ 1 callersFunctiontrack_shipment
Retrieve tracking details for a shipped order.
notebooks/meta_prompting/tools/track_shipment.py:19
↓ 1 callersFunctiontransform_section_by_header
Transform sections by header. :param elements: List of elements with text data :return: List of elements transformed into sections by he
src/lib/services/rag/data_transformers/transform/section.py:13
↓ 1 callersFunctiontransform_section_by_toc
Transform sections based on table of contents (TOC). :param toc_types: List of element types to consider for TOC extraction :param toc_p
src/lib/services/rag/data_transformers/transform/section.py:40
↓ 1 callersFunctiontransform_section_by_type
Transform sections by element type. :param header_types: List of header types to consider for sectioning :param elements: List of elemen
src/lib/services/rag/data_transformers/transform/section.py:22
↓ 1 callersFunctionupdateCSSVariables
* Updates the CSS variables for theming. * @param {Object} cssVariables - An object containing CSS variable names and values.
src/platform/app_games/html/static/js/theme.js:89
↓ 1 callersFunctionupdateCSSVariables
* Updates the CSS variables for theming. * @param {Object} cssVariables - An object containing CSS variable names and values.
src/platform/app_backpanel/html/static/js/theme.js:53
↓ 1 callersFunctionupdateCompanyInfo
* Updates the company announcement and motto in the document. * @param {Object} settings - The settings object containing company information.
src/platform/app_games/html/static/js/theme.js:72
↓ 1 callersFunctionupdateDocumentTitle
* Updates the document title. * @param {string} title - The title to set for the document.
src/platform/app_games/html/static/js/theme.js:28
↓ 1 callersFunctionupdateDocumentTitle
* Updates the document title. * @param {string} title - The title to set for the document.
src/platform/app_backpanel/html/static/js/theme.js:23
↓ 1 callersFunctionupdateFavicon
* Updates the favicon link. * @param {string} faviconPath - The path to the favicon file.
src/platform/app_games/html/static/js/theme.js:36
↓ 1 callersFunctionupdateFavicon
* Updates the favicon link. * @param {string} faviconPath - The path to the favicon file.
src/platform/app_backpanel/html/static/js/theme.js:31
↓ 1 callersFunctionupdateImages
* Updates the bot and user images on the document. * @param {Object} settings - The settings object containing image paths.
src/platform/app_games/html/static/js/theme.js:47
↓ 1 callersFunctionupdateLogo
* Updates the logo URL. * @param {string} logoUrl - The path to the logo file.
src/platform/app_backpanel/html/static/js/theme.js:42
↓ 1 callersFunctionupdate_customer_account
Modify customer account details.
notebooks/meta_prompting/tools/update_account.py:25
↓ 1 callersMethodvalidate
Validates a rag tool by performing a series of validation steps. Parameters: index (int): The index of the tool in the l
src/platform/app_backpanel/tool_manager/rag.py:33
Method__call__
(cls, *args, **kwargs)
src/lib/core/log.py:30
Method__call__
Make the AthonTool instance callable and set up the decorated function. :param func: The function to be decorated. :return:
src/lib/system_services/tool_client.py:200
Method__call__
(self, action: str, value: Optional[str] = None)
src/platform/tool_agents/openapi_tool.py:182
Method__init__
Initialize the persona agent. :param llm_config: Configuration for the LLM (model name, parameters, etc.) :param rol
notebooks/meta_prompting/agent_simulator.py:20
Method__init__
Initialize the Config class. :param config_file: Path to the YAML configuration file. :param setup_parameters: Optional setu
src/lib/core/config.py:32
Method__init__
Initialize the Logger class with the provided configuration. If no configuration is provided, default settings are used. :pa
src/lib/core/log.py:71
Method__init__
Initialize the ChatEndpoint. :param config: Optional configuration dictionary.
src/lib/core/chat_endpoint.py:144
Method__init__
Initialize the FileCache with the option to cache to a file. :param confi: configuration file.
src/lib/core/file_cache.py:42
Method__init__
Initialize the AthonTool instance with a configuration and logger. :param config: A dictionary containing the tool's configuration,
src/lib/system_services/tool_client.py:114
Method__init__
Initialize the ToolDiscovery instance with a configuration. :param config: A dictionary with configuration settings.
src/lib/system_services/tool_server.py:47
Method__init__
(self, config: dict)
src/lib/services/chat/message_managers/base.py:100
Method__init__
(self, config: dict)
src/lib/services/chat/message_managers/llamaindex/chat.py:28
Method__init__
(self, config: dict)
src/lib/services/chat/message_managers/langchain/chat.py:32
Method__init__
Initialize the file render with the given configuration. :param config: Configuration dictionary for the file render.
src/lib/services/chat/prompt_renders/jinja/template.py:41
Method__init__
Initialize the memory with the given configuration. :param config: Configuration dictionary for the memory.
src/lib/services/chat/memories/llamaindex/buffer.py:39
Method__init__
Initialize the memory with the given configuration. :param config: Configuration dictionary for the memory.
src/lib/services/chat/memories/langchain/summary.py:47
Method__init__
Initialize the memory with the given configuration. :param config: Configuration dictionary for the memory.
src/lib/services/chat/memories/langchain/chroma_store_retriever.py:126
Method__init__
Initialize the CustomLangChainRemoteMemory with the given configuration. :param config: Configuration dictionary for the memory.
src/lib/services/chat/memories/langchain/custom_remote.py:37
Method__init__
Initialize the memory with the given configuration. :param config: Configuration dictionary for the memory.
src/lib/services/chat/memories/langchain/buffer.py:38
Method__init__
Initialize the memory with the given configuration. :param config: Configuration dictionary for the memory.
src/lib/services/chat/memories/langchain/buffer_window.py:42
Method__init__
Initialize the LlamaIndexOpenAI with the given configuration. :param config: Configuration dictionary for the model.
src/lib/services/chat/models/llamaindex/openai.py:40
Method__init__
Initialize the LangChainChatAnthropicModel with the given configuration. :param config: Configuration dictionary for the model.
src/lib/services/chat/models/langchain/chat_anthropic.py:52
Method__init__
Initialize the LangChainChatOpenAIModel with the given configuration. :param config: Configuration dictionary for the model.
src/lib/services/chat/models/langchain/chat_vllm.py:44
Method__init__
Initialize the LangChainChatOpenAIModel with the given configuration. :param config: Configuration dictionary for the model.
src/lib/services/chat/models/langchain/chat_openai.py:61
Method__init__
Initialize the LangChainAzureChatOpenAIModel with the given configuration. :param config: Configuration dictionary for the model.
src/lib/services/chat/models/langchain/azure_chat_openai.py:78
Method__init__
Initialize the LangChainChatMistralAIModel with the given configuration. :param config: Configuration dictionary for the model.
src/lib/services/chat/models/langchain/chat_mistralai.py:52
Method__init__
Initialize the LangChainChatGoogleGenAIModel with the given configuration. :param config: Configuration dictionary for the model.
src/lib/services/chat/models/langchain/chat_google_genai.py:48
Method__init__
Initialize the LangChainChatNvidiaModel with the given configuration. :param config: Configuration dictionary for the model.
src/lib/services/chat/models/langchain/chat_nvidia.py:48
Method__init__
Initialize the data retriever with the given configuration. :param config: Dictionary containing configuration parameters.
src/lib/services/rag/data_retrievers/qdrant/sentences.py:57
Method__init__
Initialize the data retriever with the given configuration. :param config: Dictionary containing configuration parameters.
src/lib/services/rag/data_retrievers/chroma/sentences.py:63
Method__init__
Initialize the data retriever with the given configuration. :param config: Dictionary containing configuration parameters.
src/lib/services/rag/data_retrievers/milvus/sentences.py:51
Method__init__
(self, config)
src/lib/services/rag/data_extractors/pymupdf/sections.py:64
Method__init__
(self, config)
src/lib/services/rag/data_extractors/unstructured/sections.py:62
Method__init__
(self, config)
src/lib/services/rag/data_extractors/markitdown/sections.py:27
Method__init__
(self, config)
src/lib/services/rag/data_extractors/pandas/read_excel.py:46
Method__init__
(self, config)
src/lib/services/rag/data_transformers/cte_action_runner.py:106
Method__init__
Initialize the data loader with the given configuration. :param config: Configuration dictionary for the data loader.
src/lib/services/rag/data_loaders/qdrant/sentences.py:27
Method__init__
Initialize the data loader with the given configuration. :param config: Configuration dictionary for the data loader.
src/lib/services/rag/data_loaders/chroma/sentences.py:26
Method__init__
Initialize the data loader with the given configuration. :param config: Configuration dictionary for the data loader.
src/lib/services/rag/data_loaders/milvus/sentences.py:26
Method__init__
Initialize the QdrantCollectionDataStorage with the given configuration. :param config: Dictionary containing configuration values.
src/lib/services/rag/data_storages/qdrant/collection.py:46
Method__init__
Initialize the ChromaCollectionDataStorage with the given configuration. :param config: Dictionary containing configuration values.
src/lib/services/rag/data_storages/chroma/collection.py:47
Method__init__
Initialize the MilvusCollectionDataStorage with the given configuration. :param config: Dictionary containing configuration values.
src/lib/services/rag/data_storages/milvus/collection.py:54
Method__init__
Initialize the LangGraphAgentTaskForce with the given configuration. :param config: Configuration dictionary.
src/lib/services/agents/task_forces/langgraph/state_graph.py:99
Method__init__
Initialize the CrewAIMultiAgentTaskForce with the given configuration. :param config: Configuration dictionary.
src/lib/services/agents/task_forces/crewai/crew.py:87
Method__init__
(self, config: Dict[str, Any] = None)
src/lib/services/agents/tool_repositories/langchain/structured_tool.py:37
Method__init__
Initialize the reasoning engine with the provided configuration. :param config: Configuration dictionary containing the engine setti
src/lib/services/agents/reasoning_engines/llamaindex/react.py:43
Method__init__
Initialize the reasoning engine with the provided configuration. :param config: Configuration dictionary containing the engine setti
src/lib/services/agents/reasoning_engines/langchain/agent_executor.py:44
Method__init__
(self, spec_config)
src/platform/tool_agents/openapi_tool.py:36
Method__init__
Initialize the game with the given configuration. :param config: Configuration dictionary for the game.
src/platform/app_games/games/fantasia_genesis.py:80
Method__init__
Initialize the game with the given configuration. :param config: Configuration dictionary for the game.
src/platform/app_games/games/who_am_i.py:54
Method__init__
(self, tool_info, partial)
src/platform/app_backpanel/tool_manager/base.py:16
Method__new__
(cls, *args, **kwargs)
notebooks/platform_services/lablib/bg_util.py:32
Method__new__
(cls, *args, **kwargs)
src/lib/services/agents/tool_repositories/langchain/structured_tool.py:31
Method_agent_node
Helper function that convert agent response in human message :param state: Graph state. :param agent: Agent object.
src/lib/services/agents/task_forces/langgraph/state_graph.py:187
Method_cleanup_all_processes_on_exit
Class method called by atexit to clean up all registered processes.
notebooks/platform_services/lablib/bg_util.py:179
Function_fetch_core_memories
(inputs)
src/platform/app_memory/main.py:173
Function_fetch_messages
(inputs)
src/platform/app_memory/main.py:169
Function_fetch_recall_memories
(inputs)
src/platform/app_memory/main.py:176
Method_get_info
(self)
src/platform/tool_agents/openapi_tool.py:99
Method_get_method_by_id
(self, operation_id)
src/platform/tool_agents/openapi_tool.py:138
Method_get_methods_by_tag
(self, tag)
src/platform/tool_agents/openapi_tool.py:124
Method_get_open_api_version
(self)
src/platform/tool_agents/openapi_tool.py:95
Method_get_request_body
(self, request_name)
src/platform/tool_agents/openapi_tool.py:154
Method_get_response
(self, response_name)
src/platform/tool_agents/openapi_tool.py:158
← previousnext →601–700 of 1,350, ranked by callers