MCPcopy Create free account

hub / github.com/HewlettPackard/llmesh / functions

Functions1,350 in github.com/HewlettPackard/llmesh

↓ 1 callersFunctioncreateUserMessageHtml
* Creates the HTML structure for a user's message. * @param {string} message - The user's message. * @param {string} time - The time the message was
src/platform/app_games/html/static/js/chat.js:73
↓ 1 callersFunctioncreate_webapp
Create the Flask application with its routes. It support 2 memories using LLM to decide where to store the messages.
src/platform/app_memory/main.py:52
↓ 1 callersFunctioncreate_webapp
Create the Flask application with its routes.
src/platform/app_games/main.py:28
↓ 1 callersFunctioncreate_webapp
Create the Flask application with its routes.
src/platform/app_backpanel/main.py:40
↓ 1 callersFunctiondemonstrate_mcp_tools_with_llm
Demonstrates using MCP tool results with MCP prompts in an LLM.
notebooks/platform_services/lablib/mcp/client_util.py:204
↓ 1 callersFunctiondemonstrate_prompt_usage
Demonstrates using MCP prompts.
notebooks/platform_services/lablib/mcp/client_util.py:137
↓ 1 callersFunctiondemonstrate_prompt_with_llm
Demonstrates using MCP prompts directly with an LLM.
notebooks/platform_services/lablib/mcp/client_util.py:165
↓ 1 callersFunctiondemonstrate_resource_access
Demonstrates accessing different MCP resources.
notebooks/platform_services/lablib/mcp/client_util.py:112
↓ 1 callersFunctiondemonstrate_tool_usage
Demonstrates various tool calls with explanations.
notebooks/platform_services/lablib/mcp/client_util.py:78
↓ 1 callersMethoddiscover_tool
Discover and load a tool to integrate into the reasoning engine. :param tool_reference: The path or URL to the tool. :return
src/lib/system_services/tool_server.py:55
↓ 1 callersFunctiondisplayNoGamesAvailable
* Displays a message when no games are available. * @param {HTMLElement} selectElement - The dropdown select element.
src/platform/app_games/html/static/js/games.js:30
↓ 1 callersFunctiondisplayNoSettingsAvailable
* Displays a message when no settings are available. * @param {HTMLElement} selectElement - The dropdown select element. * @param {HTMLElement} cont
src/platform/app_games/html/static/js/settings.js:33
↓ 1 callersFunctiondownload_latest
Download latest 3GPP standard version
src/platform/rag/telco_data_loader.py:15
↓ 1 callersFunctionescalate_to_human
Escalate an issue to a human customer support representative.
notebooks/meta_prompting/tools/escalate_to_human.py:19
↓ 1 callersFunctionevent_stream
()
src/platform/orchestrator/main.py:189
↓ 1 callersFunctionformatTime
* Formats a given date into a time string (HH:MM). * @param {Date} date - The date to format. * @returns {string} The formatted time string.
src/platform/app_games/html/static/js/chat.js:63
↓ 1 callersFunctiongenerateActionsForm
* Generates the Actions form section with multiple visible options for selection. * @returns {string} The HTML for the LLM accordion with checkboxes.
src/platform/app_backpanel/html/static/js/rag_tool_handler.js:78
↓ 1 callersFunctiongenerateAgentToolConfigurationForm
* Generates the configuration form. * @param {Object} tool - The tool object containing settings.
src/platform/app_backpanel/html/static/js/agent_tool_handler.js:34
↓ 1 callersFunctiongenerateChunksForm
* Generates the Chunk form section. * @returns {string} The HTML for the Chunk inputs.
src/platform/app_backpanel/html/static/js/rag_tool_handler.js:241
↓ 1 callersFunctiongenerateExtractorForm
* Generates the Extractor form section. * @returns {string} The HTML for the LLM form.
src/platform/app_backpanel/html/static/js/rag_tool_handler.js:64
↓ 1 callersFunctiongenerateFilesForm
* Generates the Files form section with multiple visible options for selection. * @returns {string} The HTML for the LLM with checkboxes.
src/platform/app_backpanel/html/static/js/rag_tool_handler.js:109
↓ 1 callersFunctiongenerateInjectionToolConfigurationForm
* Generates the configuration injection form. * @param {Object} tool - The tool object containing settings.
src/platform/app_backpanel/html/static/js/rag_tool_handler.js:35
↓ 1 callersFunctiongenerateInterfaceFields
* Generates interface fields for the settings form. * @param {Object} toolConfig - The tool configuration object. * @returns {string} The HTML for t
src/platform/app_backpanel/html/static/js/prompt_tool_handler.js:211
↓ 1 callersFunctiongenerateLLMForm
* Generates the LLM form section. * @returns {string} The HTML for the LLM accordion.
src/platform/app_backpanel/html/static/js/prompt_tool_handler.js:116
↓ 1 callersFunctiongenerateLLMForm
* Generates the LLM form section. * @returns {string} The HTML for the LLM accordion.
src/platform/app_backpanel/html/static/js/agent_tool_handler.js:50
↓ 1 callersFunctiongenerateLlmForm
* Generates the LLM form section. * @returns {string} The HTML for the LLM accordion.
src/platform/app_backpanel/html/static/js/rag_tool_handler.js:215
↓ 1 callersFunctiongeneratePlanForm
* Generates the Plan form section. * @returns {string} The HTML for the Plan accordion.
src/platform/app_backpanel/html/static/js/agent_tool_handler.js:64
↓ 1 callersFunctiongeneratePromptToolConfigurationForm
* Generates the configuration form. * @param {Object} tool - The tool object containing settings.
src/platform/app_backpanel/html/static/js/prompt_tool_handler.js:37
↓ 1 callersFunctiongeneratePromptToolInterfaceForm
* Generates the interface form. * @param {Object} tool - The tool object containing settings.
src/platform/app_backpanel/html/static/js/prompt_tool_handler.js:53
↓ 1 callersFunctiongenerateRetrievalToolConfigurationForm
* Generates the configuration retrieval form. * @param {Object} tool - The tool object containing settings.
src/platform/app_backpanel/html/static/js/rag_tool_handler.js:195
↓ 1 callersFunctiongenerateStorageForm
* Generates the Storage form section. * @returns {string} The HTML for the LLM form.
src/platform/app_backpanel/html/static/js/rag_tool_handler.js:95
↓ 1 callersFunctiongenerateSystemForm
* Generates the System Prompt form section. * @returns {string} The HTML for the System Prompt accordion.
src/platform/app_backpanel/html/static/js/rag_tool_handler.js:229
↓ 1 callersFunctiongenerateSystemPromptForm
* Generates the System Prompt form section. * @returns {string} The HTML for the System Prompt accordion.
src/platform/app_backpanel/html/static/js/prompt_tool_handler.js:98
↓ 1 callersFunctiongenerateTaskForm
* Generates the Task form section. * @returns {string} The HTML for the Task object.
src/platform/app_backpanel/html/static/js/agent_tool_handler.js:78
↓ 1 callersFunctiongetCustomerType
* Retrieves the customer type set in the HTML by Flask. * @returns {string} The customer type.
src/platform/app_games/html/static/js/chat.js:12
↓ 1 callersFunctiongetCustomerType
* Retrieves the customer type set in the HTML by Flask. * @returns {string} The customer type.
src/platform/app_backpanel/html/static/js/tool_handler.js:139
↓ 1 callersFunctiongetToolType
* Example function to retrieve a tool type by its ID
src/platform/app_backpanel/html/static/js/tool_handler.js:176
↓ 1 callersFunctionget_customer_order_history
Retrieve past orders for a given customer ID.
notebooks/meta_prompting/tools/order_history.py:19
↓ 1 callersFunctionget_faq_response
Retrieve automated responses for frequently asked questions.
notebooks/meta_prompting/tools/get_faq.py:18
↓ 1 callersFunctionget_order_status
Retrieve the status of an order given its order ID.
notebooks/meta_prompting/tools/get_order_status.py:19
↓ 1 callersFunctionget_serper_tool
Lazy get Tool
tests/lib/services/agents/test_agents_integration.py:29
↓ 1 callersMethodget_settings
Route to retrieve the current settings. :return: The current settings as a JSON response.
src/lib/system_services/tool_client.py:323
↓ 1 callersMethodget_settings
Get the settings of the game. :return: Result object containing the status of the get operation.
src/platform/app_games/games/fantasia_genesis.py:293
↓ 1 callersFunctionget_tavily_tool
Lazy get Tool
tests/lib/services/agents/test_agents_integration.py:25
↓ 1 callersFunctionhandle_complaint
Address and resolve customer disputes based on the provided complaint details.
notebooks/meta_prompting/tools/handle_complaint.py:18
↓ 1 callersMethodimprove_prompt
Improve the system prompts using LLM. Parameters: system_prompt (str): Actual system prompt Returns:
src/platform/app_backpanel/tool_manager/rag.py:149
↓ 1 callersFunctioninitChat
* Initializes the chat by setting up event listeners.
src/platform/app_games/html/static/js/chat.js:29
↓ 1 callersFunctioninitiate_return
Process a return request for an order.
notebooks/meta_prompting/tools/initiate_return.py:22
↓ 1 callersMethodinvoke
Call the LLM inference. :param messages: Messages to be processed by the model. :return: Result object containing the genera
src/lib/services/chat/models/llamaindex/openai.py:91
↓ 1 callersMethodinvoke
Invoke the LLM to process the given message. :param messages: Messages to be processed by the model. :return: Result object
src/lib/services/chat/models/langchain/chat_anthropic.py:108
↓ 1 callersMethodinvoke
Call the LLM inference. :param messages: Messages to be processed by the model. :return: Result object containing the genera
src/lib/services/chat/models/langchain/chat_openai.py:121
↓ 1 callersMethodinvoke
Call the LLM inference. :param messages: Messages to be processed by the model. :return: Result object containing the genera
src/lib/services/chat/models/langchain/azure_chat_openai.py:170
↓ 1 callersMethodinvoke
Invoke the LLM to process the given message. :param messages: Messages to be processed by the model. :return: Result object
src/lib/services/chat/models/langchain/chat_mistralai.py:108
↓ 1 callersMethodinvoke
Invoke the LLM to process the given message. :param messages: Messages to be processed by the model. :return: Result object
src/lib/services/chat/models/langchain/chat_google_genai.py:102
↓ 1 callersMethodinvoke
Invoke the LLM to process the given message. :param messages: Messages to be processed by the model. :return: Result object
src/lib/services/chat/models/langchain/chat_nvidia.py:102
↓ 1 callersFunctionkeep_sections_by_header
Keep only elements with headers specified in the config. :param headers_to_remove: List of headers to kepp :param elements: List of
src/lib/services/rag/data_transformers/clean/regex.py:76
↓ 1 callersFunctionl
(e,r,t,a,n,s,o,i)
src/platform/app_games/html/static/js/showdown.min.js:2
↓ 1 callersMethodload
Generates a tool prompt from a template file located in a specified environment, utilizing additional parameters for customization.
src/lib/core/template_engine.py:36
↓ 1 callersFunctionloadTools
* Loads tools into the selection dropdown.
src/platform/app_backpanel/html/static/js/tool_handler.js:156
↓ 1 callersMethodload_memory_variables
Overwrite Load Memory casting in base message :param inputs: Dictionary of input variables. :return: Dictionary with casted
src/lib/services/chat/memories/langchain/chroma_store_retriever.py:34
↓ 1 callersMethodload_yaml
Load the configuration file and return the settings dictionary. :return: Dictionary containing configuration settings.
src/lib/core/config.py:52
↓ 1 callersFunctionmain
()
notebooks/platform_services/lablib/mcp/stdio/client.py:19
↓ 1 callersFunctionmain
()
notebooks/platform_services/lablib/mcp/sse/client.py:18
↓ 1 callersFunctionmain
Main function that serves as the entry point for the application. It either prints the manifest or launches the web application based on
src/platform/tool_agents/main.py:43
↓ 1 callersFunctionmain
Main function that serves as the entry point for the application. It either prints the manifest or launches the web application based on
src/platform/chat/main.py:158
↓ 1 callersFunctionmain
Main function that serves as the entry point for the application. It either prints the manifest or launches the web application based on
src/platform/tool_api/main.py:70
↓ 1 callersFunctionmain
Main function that serves as the entry point for the application. It create the Flask web app with all its routes and run it.
src/platform/app_games/main.py:205
↓ 1 callersFunctionmain
Entry point
src/platform/rag/telco_data_loader.py:36
↓ 1 callersFunctionmain
Main function that serves as the entry point for the application. It either prints the manifest or launches the web application based on
src/platform/rag/main.py:206
↓ 1 callersFunctionmain
Main function that serves as the entry point for the application. It create the Flask web app with all its routes and run it.
src/platform/app_backpanel/main.py:203
↓ 1 callersFunctionmain
Main function that serves as the entry point for the application. It either prints the manifest or launches the web application based on
src/platform/tool_analyzer/main.py:126
↓ 1 callersFunctionmain
Main function that starts the FastAPI app using Uvicorn. Reads host, port, and optional SSL context from the configuration.
src/platform/orchestrator/main.py:33
↓ 1 callersFunctionmarkdownTableToHtml
* Converts Markdown table to HTML table. * @param {string} markdown - The Markdown table. * @returns {string} The HTML table.
src/platform/app_games/html/static/js/chat.js:186
↓ 1 callersFunctionmodify_order
Modify an order given its order ID and modification details.
notebooks/meta_prompting/tools/modify_order.py:22
↓ 1 callersFunctiononGameChange
* Handles game selection change. * @param {string} gameId - The ID of the selected game.
src/platform/app_games/html/static/js/games.js:54
↓ 1 callersMethodplay
Play the game. :param message: Message to be processed by the model. :return: Result object containing the status of the cle
src/platform/app_games/games/base.py:59
↓ 1 callersFunctionpopulateActionsCheckboxes
* Populates the Extractor options dropdown. * @param {Array} trasformationOptions - Array of actions.
src/platform/app_backpanel/html/static/js/rag_tool_handler.js:150
↓ 1 callersFunctionpopulateChunks
* Populates the retrieved chunks. * @param {string} n_chunk - The retrieved chunks. * @param {string} r_chunk - The reranked chunks.
src/platform/app_backpanel/html/static/js/rag_tool_handler.js:276
↓ 1 callersFunctionpopulateExtractorOptions
* Populates the Extractor options dropdown. * @param {Array} extractorOptions - Array of Extractor option objects.
src/platform/app_backpanel/html/static/js/rag_tool_handler.js:138
↓ 1 callersFunctionpopulateFilesCheckboxes
* Populates the Extractor options dropdown. * @param {Array} fileOptions - Array of actions. * @param {Array} filesSelected - Array of Files.
src/platform/app_backpanel/html/static/js/rag_tool_handler.js:179
↓ 1 callersFunctionpopulateGamesOptions
* Populates the dropdown list with games from the API.
src/platform/app_games/html/static/js/games.js:4
↓ 1 callersFunctionpopulateLLMOptions
* Populates the LLM options dropdown. * @param {Array} llmOptions - Array of LLM option objects.
src/platform/app_backpanel/html/static/js/rag_tool_handler.js:255
↓ 1 callersFunctionpopulateLLMOptions
* Populates the LLM options dropdown. * @param {Array} llmOptions - Array of LLM option objects.
src/platform/app_backpanel/html/static/js/prompt_tool_handler.js:138
↓ 1 callersFunctionpopulateLLMOptions
* Populates the LLM options dropdown. * @param {Array} llmOptions - Array of LLM option objects.
src/platform/app_backpanel/html/static/js/agent_tool_handler.js:124
↓ 1 callersFunctionpopulatePlanOptions
* Populates the Plan options dropdown. * @param {Array} planOptions - Array of LLM option objects.
src/platform/app_backpanel/html/static/js/agent_tool_handler.js:136
↓ 1 callersFunctionpopulateStorageOptions
* Populates the Storage options dropdown. * @param {Array} storageOptions - Array of Storage option objects.
src/platform/app_backpanel/html/static/js/rag_tool_handler.js:166
↓ 1 callersFunctionpopulateSystemPrompt
* Populates the system prompt textarea. * @param {string} systemPrompt - The system prompt text.
src/platform/app_backpanel/html/static/js/rag_tool_handler.js:267
↓ 1 callersFunctionpopulateSystemPrompt
* Populates the system prompt textarea. * @param {string} systemPrompt - The system prompt text.
src/platform/app_backpanel/html/static/js/prompt_tool_handler.js:130
↓ 1 callersFunctionprocessBotResponse
* Processes the bot's response and updates the chat. * @param {string} data - The bot's response in Markdown format. * @param {string} time - The ti
src/platform/app_games/html/static/js/chat.js:138
↓ 1 callersFunctionprocess_refund
Issue a refund for a given order ID and amount.
notebooks/meta_prompting/tools/process_refund.py:22
↓ 1 callersFunctionremoveInterfaceField
* Function to remove an interface field by key
src/platform/app_backpanel/html/static/js/prompt_tool_handler.js:325
↓ 1 callersFunctionremove_multiple_spaces
Remove multiple spaces from text fields specified in the config. :param elements: List of elements with text data :return: List of e
src/lib/services/rag/data_transformers/clean/regex.py:11
↓ 1 callersFunctionremove_sections_by_header
Remove elements based on headers specified in the config. :param headers_to_remove: List of headers to remove :param elements: List
src/lib/services/rag/data_transformers/clean/regex.py:60
↓ 1 callersFunctionremove_short_sections
Remove elements with text shorter than the minimum length specified in the config. :param min_section_length: Minimum length of a sectio
src/lib/services/rag/data_transformers/clean/regex.py:92
↓ 1 callersFunctionremove_title_elements_only
Remove elements where the text matches the header metadata. :param config: Configuration object containing clean_fields attribute :p
src/lib/services/rag/data_transformers/clean/regex.py:47
↓ 1 callersMethodrender
Render prompt from template. :param template: Template string. :param params: Additional parameters for loading the prompt.
src/lib/services/chat/prompt_renders/base.py:47
↓ 1 callersMethodrender
Generates a tool prompt from a template etring passed as input, utilizing additional parameters for customization. :param te
src/lib/services/chat/prompt_renders/jinja/template.py:51
↓ 1 callersFunctionreplace_tabs_with_spaces
Replace tabs with spaces in text fields specified in the config. :param clean_fields: List of field types to clean :param elements:
src/lib/services/rag/data_transformers/clean/regex.py:22
↓ 1 callersMethodrun
Execute the graph with the input message. :param message: The input message to process. :return: The result of the execution
src/lib/services/agents/task_forces/langgraph/state_graph.py:289
↓ 1 callersMethodrun
Execute the crew with the input message. :param message: The input message to process. :return: The result of the execution,
src/lib/services/agents/task_forces/crewai/crew.py:199
← previousnext →501–600 of 1,350, ranked by callers