MCPcopy Create free account

hub / github.com/HewlettPackard/llmesh / functions

Functions1,350 in github.com/HewlettPackard/llmesh

↓ 1 callersMethod_configure_routes
Configure the REST API routes for the Flask application. :param app: The Flask application instance.
src/lib/system_services/tool_client.py:296
↓ 1 callersFunction_convert_to_dict
Convert a string representation of a list of dictionaries into an actual list of dictionaries. :param input_str: String representation of a
src/lib/services/rag/data_transformers/transform/llm.py:149
↓ 1 callersFunction_convert_to_json
(prompts, memory_key)
src/platform/app_memory/main.py:210
↓ 1 callersMethod_convert_unstructured_metadata
(self, element)
src/lib/services/rag/data_extractors/unstructured/sections.py:216
↓ 1 callersMethod_create_agent
Create an agent based on the provided configuration. :param agent_config: Configuration for the agent. :return: Initialized
src/lib/services/agents/task_forces/crewai/crew.py:124
↓ 1 callersFunction_create_agent_persona
(routine)
notebooks/meta_prompting/utils.py:192
↓ 1 callersFunction_create_analysis_code
(query)
src/platform/tool_analyzer/main.py:61
↓ 1 callersFunction_create_chunk_string
(results)
src/platform/rag/main.py:174
↓ 1 callersMethod_create_collection
Create or retrieve a QdrantDb collection. :return: The QdrantDb collection name.
src/lib/services/rag/data_storages/qdrant/collection.py:59
↓ 1 callersMethod_create_collection
Create or retrieve a Chroma dB collection. :return: The Chroma dB collection.
src/lib/services/rag/data_storages/chroma/collection.py:60
↓ 1 callersMethod_create_collection_schema
Create or retrieve a Collechion Chema collection. :return: The collection schema.
src/lib/services/rag/data_storages/milvus/collection.py:104
↓ 1 callersMethod_create_crew
Create a crew based on the provided agents and tasks. :param agents: List of agents. :param tasks: List of tasks. :r
src/lib/services/agents/task_forces/crewai/crew.py:163
↓ 1 callersFunction_create_customer_persona
(test_row)
notebooks/meta_prompting/utils.py:177
↓ 1 callersMethod_create_element
(self, span: dict, page_num: int, document_name: str)
src/lib/services/rag/data_extractors/pymupdf/sections.py:163
↓ 1 callersMethod_create_element_list
(self, elements, file_path: str)
src/lib/services/rag/data_extractors/unstructured/sections.py:179
↓ 1 callersMethod_create_game_response
Create the Game response with world and story info
src/platform/app_games/games/fantasia_genesis.py:250
↓ 1 callersMethod_create_id_vector
(self, index: int, window: int, max_value: int)
src/lib/services/rag/data_retrievers/qdrant/sentences.py:156
↓ 1 callersMethod_create_id_vector
(self, index: int, window: int, max_value: int)
src/lib/services/rag/data_retrievers/chroma/sentences.py:155
↓ 1 callersMethod_create_indexes
Create the collection indexes. : param: Milvus client :return: The collection indexes.
src/lib/services/rag/data_storages/milvus/collection.py:137
↓ 1 callersMethod_create_llm_agent
Create an LLM agent based on the provided task confguration. :param task_config: Configuration for the task. :return: Initia
src/lib/services/agents/task_forces/langgraph/state_graph.py:202
↓ 1 callersFunction_create_messages
Create prompt messages for the LLM. :param system_prompt: Prompt for setting the context for the LLM. :param action_prompt: Prompt descr
src/lib/services/rag/data_transformers/transform/llm.py:108
↓ 1 callersMethod_create_node
Create a node based on the provided task configuration. :param task_config: Configuration for the task. :return: A tuple con
src/lib/services/agents/task_forces/langgraph/state_graph.py:142
↓ 1 callersMethod_create_or_retrieve_collection
Create or retrieve a MilvusCollectionDataStorage dB collection. :return: The MilvusCollectionDataStorage dB collection name.
src/lib/services/rag/data_storages/milvus/collection.py:68
↓ 1 callersFunction_create_plot_by_code
(code_str)
src/platform/tool_analyzer/main.py:101
↓ 1 callersFunction_create_project_manager
(projects_config, tool_repository)
src/platform/orchestrator/main.py:133
↓ 1 callersMethod_create_task
Create a task based on the provided configuration. :param task_config: Configuration for the task. :param agent: Agent assoc
src/lib/services/agents/task_forces/crewai/crew.py:143
↓ 1 callersMethod_create_task_agent
Create an agent based on the provided task confguration. :param task_config: Configuration for the task. :return: Initialize
src/lib/services/agents/task_forces/langgraph/state_graph.py:158
↓ 1 callersMethod_create_tool_from_remote_manifest
Create a tool object based on the configuration in the remote manifest. :param tool_url: The URL to the tool's tool endpoint.
src/lib/system_services/tool_server.py:147
↓ 1 callersMethod_create_world
Reset game and create a new world using Setup Task Force.
src/platform/app_games/games/fantasia_genesis.py:150
↓ 1 callersFunction_discover_games
(config)
src/platform/app_games/main.py:38
↓ 1 callersFunction_discover_project_tools
(projects_config, tools_config, discovery_config, update=False)
src/platform/orchestrator/main.py:112
↓ 1 callersFunction_encode_settings
Encode a settings dict into a new structure: - For string values, return a 'textarea' object. - For number values, return a '
src/platform/app_games/main.py:135
↓ 1 callersMethod_expand_results
(self, collection_name: str, results: List[ScoredPoint])
src/lib/services/rag/data_retrievers/qdrant/sentences.py:99
↓ 1 callersMethod_expand_results
(self, chroma_collection, results)
src/lib/services/rag/data_retrievers/chroma/sentences.py:102
↓ 1 callersMethod_extract_drawings_from_page
(self, doc, page_num: int)
src/lib/services/rag/data_extractors/pymupdf/sections.py:306
↓ 1 callersMethod_extract_elements
(self, file_path: str)
src/lib/services/rag/data_extractors/pymupdf/sections.py:92
↓ 1 callersMethod_extract_elements
(self, file_path: str)
src/lib/services/rag/data_extractors/markitdown/sections.py:57
↓ 1 callersFunction_extract_file
(file_path)
src/platform/rag/load.py:85
↓ 1 callersMethod_extract_file
(self, config, file_path)
src/platform/app_backpanel/tool_manager/rag.py:237
↓ 1 callersMethod_extract_images
(self, pdf_document, document_basename: str)
src/lib/services/rag/data_extractors/pymupdf/sections.py:256
↓ 1 callersMethod_extract_pdf_elements
(self, file_path: str)
src/lib/services/rag/data_extractors/pymupdf/sections.py:100
↓ 1 callersMethod_extract_request_params
Extract parameters from the request (GET or POST) based on the tool's argument configuration :param req: The request object.
src/lib/system_services/tool_client.py:446
↓ 1 callersMethod_extract_texts
(self, pdf_document, document_basename: str)
src/lib/services/rag/data_extractors/pymupdf/sections.py:114
↓ 1 callersFunction_extract_tool_metadata
(tool: StructuredTool)
notebooks/meta_prompting/tool_manager.py:40
↓ 1 callersFunction_fetch_customer_data
Mock function to simulate customer account updates.
notebooks/meta_prompting/tools/update_account.py:32
↓ 1 callersFunction_fetch_customer_orders
Mock function to simulate retrieval of customer order history.
notebooks/meta_prompting/tools/order_history.py:27
↓ 1 callersFunction_fetch_faq_responses
Mock function to simulate FAQ responses.
notebooks/meta_prompting/tools/get_faq.py:23
↓ 1 callersFunction_fetch_order_data
Mock function to simulate order modifications.
notebooks/meta_prompting/tools/modify_order.py:32
↓ 1 callersFunction_fetch_order_data
Mock function to simulate order statuses.
notebooks/meta_prompting/tools/cancel_order.py:29
↓ 1 callersFunction_fetch_order_status
Mock function to fetch the status of an order. In a real implementation, this would query a database or API.
notebooks/meta_prompting/tools/get_order_status.py:24
↓ 1 callersFunction_fetch_refund_data
Mock function to simulate refund processing.
notebooks/meta_prompting/tools/process_refund.py:32
↓ 1 callersFunction_fetch_refund_eligibility
Mock function to simulate refund eligibility check.
notebooks/meta_prompting/tools/check_refund.py:27
↓ 1 callersFunction_fetch_return_eligibility
Mock function to simulate return eligibility check.
notebooks/meta_prompting/tools/initiate_return.py:32
↓ 1 callersFunction_fetch_tool_settings
(base_url)
src/platform/app_backpanel/main.py:185
↓ 1 callersFunction_fetch_tracking_data
Mock function to simulate shipment tracking data.
notebooks/meta_prompting/tools/track_shipment.py:27
↓ 1 callersMethod_find_and_clean_header_elements
(self, file_path: str)
src/lib/services/rag/data_extractors/unstructured/sections.py:188
↓ 1 callersMethod_find_base_tool_classes
Find all subclasses of the specified base class within a module. :param module: The module to search for tool classes. :para
src/lib/core/config.py:156
↓ 1 callersFunction_find_current_temperature
(weather_data: dict)
src/platform/tool_api/main.py:53
↓ 1 callersMethod_find_valid_rectangles
(self, elements: list)
src/lib/services/rag/data_extractors/pymupdf/sections.py:336
↓ 1 callersFunction_format_response
(plot, code)
src/platform/tool_analyzer/main.py:112
↓ 1 callersFunction_format_transcript
(messages)
notebooks/meta_prompting/agent_simulator.py:162
↓ 1 callersFunction_generate_completion
(messages)
src/platform/chat/main.py:125
↓ 1 callersFunction_generate_routine_with_llm
(system_prompt, policy)
notebooks/meta_prompting/utils.py:159
↓ 1 callersFunction_get_agent_prompt
()
src/platform/app_memory/main.py:116
↓ 1 callersMethod_get_agent_tool_info
(self, index, tool_settings)
src/platform/app_backpanel/tool_manager/agent.py:87
↓ 1 callersFunction_get_analysis_prompt
(query)
src/platform/tool_analyzer/main.py:75
↓ 1 callersFunction_get_collection
(reset=None)
src/platform/rag/load.py:52
↓ 1 callersFunction_get_collection
()
src/platform/rag/main.py:71
↓ 1 callersMethod_get_collection
(self, config)
src/platform/app_backpanel/tool_manager/rag.py:231
↓ 1 callersMethod_get_default_settings
(self)
src/platform/app_backpanel/tool_manager/prompt.py:142
↓ 1 callersMethod_get_default_settings
(self)
src/platform/app_backpanel/tool_manager/agent.py:131
↓ 1 callersMethod_get_default_settings
(self)
src/platform/app_backpanel/tool_manager/rag.py:144
↓ 1 callersMethod_get_default_system_prompt
(self)
src/platform/app_backpanel/tool_manager/prompt.py:134
↓ 1 callersMethod_get_default_system_prompt
(self)
src/platform/app_backpanel/tool_manager/rag.py:136
↓ 1 callersMethod_get_document_type
(self, file_path: str)
src/lib/services/rag/data_extractors/unstructured/sections.py:124
↓ 1 callersMethod_get_element_text
(self, element, element_metadata)
src/lib/services/rag/data_extractors/unstructured/sections.py:250
↓ 1 callersMethod_get_identity_prompt
(self)
src/platform/app_games/games/who_am_i.py:166
↓ 1 callersMethod_get_image_list
(self, page)
src/lib/services/rag/data_extractors/pymupdf/sections.py:275
↓ 1 callersMethod_get_lines
(self, text_with_coords: dict)
src/lib/services/rag/data_extractors/pymupdf/sections.py:124
↓ 1 callersMethod_get_llm_config
(self)
src/platform/app_backpanel/tool_manager/prompt.py:176
↓ 1 callersMethod_get_llm_config
(self)
src/platform/app_backpanel/tool_manager/agent.py:165
↓ 1 callersMethod_get_llm_config
(self)
src/platform/app_backpanel/tool_manager/rag.py:178
↓ 1 callersMethod_get_llm_option
(self, llm_name)
src/platform/app_backpanel/tool_manager/prompt.py:205
↓ 1 callersMethod_get_llm_option
(self, llm_name)
src/platform/app_backpanel/tool_manager/agent.py:193
↓ 1 callersFunction_get_memory
(memory_config)
src/platform/app_memory/main.py:73
↓ 1 callersFunction_get_memory_messages
(new)
src/platform/chat/main.py:98
↓ 1 callersFunction_get_messages
(query, new, personas)
src/platform/chat/main.py:56
↓ 1 callersMethod_get_messages
Get the memory messages. :return: Messages
src/platform/app_games/games/fantasia_genesis.py:176
↓ 1 callersFunction_get_messages_prompt
(futures)
src/platform/app_memory/main.py:195
↓ 1 callersMethod_get_model
(self, llm_config)
notebooks/meta_prompting/agent_simulator.py:39
↓ 1 callersMethod_get_partition_pdf_kwargs
(self)
src/lib/services/rag/data_extractors/unstructured/sections.py:142
↓ 1 callersMethod_get_process
Get the process type based on the plan type. :param plan_type: Plan type as a string. :return: Process type.
src/lib/services/agents/task_forces/crewai/crew.py:183
↓ 1 callersFunction_get_project_memory
(memory_config)
src/platform/orchestrator/main.py:153
↓ 1 callersFunction_get_prompt
(template)
src/platform/rag/main.py:100
↓ 1 callersFunction_get_prompt
(template)
src/platform/tool_analyzer/main.py:70
↓ 1 callersMethod_get_prompt
(self, template)
src/platform/app_backpanel/tool_manager/prompt.py:165
↓ 1 callersMethod_get_prompt
(self, template)
src/platform/app_backpanel/tool_manager/agent.py:154
↓ 1 callersMethod_get_prompt
(self, template)
src/platform/app_backpanel/tool_manager/rag.py:167
↓ 1 callersMethod_get_prompt_tool_info
(self, index, tool_settings)
src/platform/app_backpanel/tool_manager/prompt.py:87
↓ 1 callersMethod_get_prompt_tool_info
(self, index, tool_settings)
src/platform/app_backpanel/tool_manager/rag.py:89
← previousnext →201–300 of 1,350, ranked by callers