MCPcopy Create free account

hub / github.com/Paper2Poster/Paper2Poster / functions

Functions4,860 in github.com/Paper2Poster/Paper2Poster

↓ 3 callersMethod__init__
( self, model: Optional[BaseModelBackend] = None, task_type: TaskType = TaskType.AI_SO
camel/agents/task_agent.py:60
↓ 3 callersMethod__init__
( self, model: Optional[BaseModelBackend] = None, task_type: TaskType = TaskType.AI_SO
demo/Paper2Poster/camel/agents/task_agent.py:60
↓ 3 callersMethod__new__
(cls, value: str, _)
docling/backend/xml/uspto_backend.py:50
↓ 3 callersMethod__new__
(cls, value: str, _)
demo/Paper2Poster/docling/backend/xml/uspto_backend.py:50
↓ 3 callersMethod_add_property
(self, name: str, text: str)
docling/backend/xml/uspto_backend.py:385
↓ 3 callersMethod_add_property
(self, name: str, text: str)
demo/Paper2Poster/docling/backend/xml/uspto_backend.py:385
↓ 3 callersMethod_deduplicate_cells
Ensure each cell appears only once, maintaining order of first appearance.
docling/utils/layout_postprocessor.py:559
↓ 3 callersMethod_deduplicate_cells
Ensure each cell appears only once, maintaining order of first appearance.
demo/Paper2Poster/docling/utils/layout_postprocessor.py:559
↓ 3 callersMethod_delete_collection
r"""Deletes an existing collection from the database. Args: collection (str): Name of the collection to be deleted. *
camel/storages/vectordb_storages/qdrant.py:205
↓ 3 callersMethod_delete_collection
r"""Deletes an existing collection from the database. Args: collection (str): Name of the collection to be deleted. *
demo/Paper2Poster/camel/storages/vectordb_storages/qdrant.py:205
↓ 3 callersMethod_end_registered_element
(self, tag: str)
docling/backend/xml/uspto_backend.py:380
↓ 3 callersMethod_end_registered_element
(self, tag: str)
demo/Paper2Poster/docling/backend/xml/uspto_backend.py:380
↓ 3 callersFunction_format_offset_to_natural_language
r"""Converts a time offset in seconds to a more natural language description using hours as the unit, with decimal places to represent minutes
camel/toolkits/google_maps_toolkit.py:78
↓ 3 callersFunction_format_offset_to_natural_language
r"""Converts a time offset in seconds to a more natural language description using hours as the unit, with decimal places to represent minutes
demo/Paper2Poster/camel/toolkits/google_maps_toolkit.py:78
↓ 3 callersMethod_get_child_nodes_info
r"""Get the information of all the child nodes under this node.
camel/societies/workforce/workforce.py:246
↓ 3 callersMethod_get_child_nodes_info
r"""Get the information of all the child nodes under this node.
demo/Paper2Poster/camel/societies/workforce/workforce.py:246
↓ 3 callersFunction_handle_http_error
r"""Handles the HTTP response by checking the status code and returning an appropriate message if there is an error. Args: response (
camel/toolkits/twitter_toolkit.py:394
↓ 3 callersFunction_handle_http_error
r"""Handles the HTTP response by checking the status code and returning an appropriate message if there is an error. Args: response (
demo/Paper2Poster/camel/toolkits/twitter_toolkit.py:394
↓ 3 callersMethod_initialize_tools
r"""Helper method to initialize tools as FunctionTool instances.
camel/agents/chat_agent.py:253
↓ 3 callersMethod_initialize_tools
r"""Helper method to initialize tools as FunctionTool instances.
demo/Paper2Poster/camel/agents/chat_agent.py:253
↓ 3 callersMethod_post_ready_tasks
r"""Send all the pending tasks that have all the dependencies met to the channel, or directly return if there is none. For now, we will
camel/societies/workforce/workforce.py:380
↓ 3 callersMethod_post_ready_tasks
r"""Send all the pending tasks that have all the dependencies met to the channel, or directly return if there is none. For now, we will
demo/Paper2Poster/camel/societies/workforce/workforce.py:380
↓ 3 callersMethod_remove_overlapping_clusters
( self, clusters: List[Cluster], cluster_type: str, overlap_threshold: float =
docling/utils/layout_postprocessor.py:474
↓ 3 callersMethod_remove_overlapping_clusters
( self, clusters: List[Cluster], cluster_type: str, overlap_threshold: float =
demo/Paper2Poster/docling/utils/layout_postprocessor.py:474
↓ 3 callersMethod_start_registered_elements
( self, tag: str, attributes: xml.sax.xmlreader.AttributesImpl )
docling/backend/xml/uspto_backend.py:356
↓ 3 callersMethod_start_registered_elements
( self, tag: str, attributes: xml.sax.xmlreader.AttributesImpl )
demo/Paper2Poster/docling/backend/xml/uspto_backend.py:356
↓ 3 callersMethod_step_model_response
r"""Internal function for agent step model response.
camel/agents/chat_agent.py:1083
↓ 3 callersMethod_step_model_response
r"""Internal function for agent step model response.
demo/Paper2Poster/camel/agents/chat_agent.py:1083
↓ 3 callersMethod_validate_node
r"""Validate if the object is a valid Node. Args: node (Node): Object to be validated. Returns: bool: True i
camel/agents/knowledge_graph_agent.py:181
↓ 3 callersMethod_validate_node
r"""Validate if the object is a valid Node. Args: node (Node): Object to be validated. Returns: bool: True i
demo/Paper2Poster/camel/agents/knowledge_graph_agent.py:181
↓ 3 callersMethodadd_node
r"""Add a node with the specified tag and properties. Args: node_id (str): The ID of the node. tag_name (str): The ta
camel/storages/graph_storages/nebula_graph.py:277
↓ 3 callersMethodadd_node
r"""Add a node with the specified tag and properties. Args: node_id (str): The ID of the node. tag_name (str): The ta
demo/Paper2Poster/camel/storages/graph_storages/nebula_graph.py:277
↓ 3 callersMethodbuild
Rebuild this table on a pptx slide.
utils/src/presentation.py:905
↓ 3 callersMethodbuild
Rebuild this table on a pptx slide.
demo/Paper2Poster/utils/src/presentation.py:905
↓ 3 callersMethodcaption_images
Generate captions for images in the presentation.
utils/src/multimodal.py:45
↓ 3 callersMethodcaption_images
Generate captions for images in the presentation.
demo/Paper2Poster/utils/src/multimodal.py:45
↓ 3 callersFunctioncheck_bounding_boxes
Given a dictionary 'bboxes' whose keys are bounding-box names and whose values are dictionaries with keys 'left', 'top', 'width', and 'height
utils/wei_utils.py:592
↓ 3 callersFunctionchunkify
Yield successive chunks of chunk_size from the iterable.
docling/utils/utils.py:11
↓ 3 callersFunctionchunkify
Yield successive chunks of chunk_size from the iterable.
demo/Paper2Poster/docling/utils/utils.py:11
↓ 3 callersFunctioncompare_folders_with_clip
Loads a CLIP model from Hugging Face, gets embeddings for each folder, and computes both average L2 distance and average cosine similarit
utils/poster_eval_utils.py:384
↓ 3 callersFunctioncompare_folders_with_clip
Loads a CLIP model from Hugging Face, gets embeddings for each folder, and computes both average L2 distance and average cosine similarit
demo/Paper2Poster/utils/poster_eval_utils.py:384
↓ 3 callersFunctioncompute_vlm_ppl
(content)
utils/poster_eval_utils.py:94
↓ 3 callersFunctioncompute_vlm_ppl
(content)
demo/Paper2Poster/utils/poster_eval_utils.py:94
↓ 3 callersMethodconvert
( self, source: Union[Path, str, DocumentStream], # TODO review naming headers: Optio
docling/document_converter.py:186
↓ 3 callersMethodconvert
( self, source: Union[Path, str, DocumentStream], # TODO review naming headers: Optio
demo/Paper2Poster/docling/document_converter.py:186
↓ 3 callersFunctioncreate_file_from_raw_bytes
r"""Reads raw bytes and returns a File object. Args: raw_bytes (bytes): The raw bytes content of the file. filename (str): The na
camel/loaders/base_io.py:52
↓ 3 callersFunctioncreate_file_from_raw_bytes
r"""Reads raw bytes and returns a File object. Args: raw_bytes (bytes): The raw bytes content of the file. filename (str): The na
demo/Paper2Poster/camel/loaders/base_io.py:52
↓ 3 callersMethoddelete
r"""Deletes points from the collection based on either IDs or payload filters. Args: ids (Optional[List[str]], optional):
camel/storages/vectordb_storages/qdrant.py:325
↓ 3 callersMethoddict
(self, *args, **kwargs)
camel/personas/persona.py:86
↓ 3 callersMethoddict
(self, *args, **kwargs)
demo/Paper2Poster/camel/personas/persona.py:86
↓ 3 callersMethodensure_tag_exists
r"""Ensures a tag is created in the NebulaGraph database. If the tag already exists, it does nothing. Args: tag_name (str
camel/storages/graph_storages/nebula_graph.py:241
↓ 3 callersMethodensure_tag_exists
r"""Ensures a tag is created in the NebulaGraph database. If the tag already exists, it does nothing. Args: tag_name (str
demo/Paper2Poster/camel/storages/graph_storages/nebula_graph.py:241
↓ 3 callersMethodevaluate
(self, sample_id, model_output)
camel/benchmarks/apibank.py:497
↓ 3 callersMethodevaluate
(self, sample_id, model_output)
demo/Paper2Poster/camel/benchmarks/apibank.py:497
↓ 3 callersMethodexec_run
r"""Run a command inside this container. Similar to `docker exec`. Args: task (TaskConfig): The configuration for the task.
camel/runtime/docker_runtime.py:138
↓ 3 callersMethodexec_run
r"""Run a command inside this container. Similar to `docker exec`. Args: task (TaskConfig): The configuration for the task.
demo/Paper2Poster/camel/runtime/docker_runtime.py:138
↓ 3 callersFunctionextract_fill
(shape: BaseShape)
utils/src/utils.py:209
↓ 3 callersFunctionextract_fill
(shape: BaseShape)
demo/Paper2Poster/utils/src/utils.py:209
↓ 3 callersFunctionfilter_image_table
(args, filter_config)
PosterAgent/gen_outline_layout.py:245
↓ 3 callersFunctionfilter_image_table
(args, filter_config)
demo/Paper2Poster/PosterAgent/gen_outline_layout.py:263
↓ 3 callersMethodfrom_dict
r"""Reconstruct a :obj:`MemoryRecord` from the input dict. Args: record_dict(Dict[str, Any]): A dict generated by :meth:`to_dict`
camel/memories/records.py:55
↓ 3 callersMethodfrom_dict
r"""Reconstruct a :obj:`MemoryRecord` from the input dict. Args: record_dict(Dict[str, Any]): A dict generated by :meth:`to_dict`
demo/Paper2Poster/camel/memories/records.py:55
↓ 3 callersMethodfrom_role_files
r"""Generate role names from the file. Returns: Generator[Tuple, None, None]: A generator that yields tuples of a
camel/generators.py:198
↓ 3 callersMethodfrom_role_files
r"""Generate role names from the file. Returns: Generator[Tuple, None, None]: A generator that yields tuples of a
demo/Paper2Poster/camel/generators.py:198
↓ 3 callersFunctiongen_image_and_table
(args, conv_res)
PosterAgent/parse_raw.py:128
↓ 3 callersFunctiongen_image_and_table
(args, conv_res)
demo/Paper2Poster/PosterAgent/parse_raw.py:173
↓ 3 callersFunctiongen_outline_layout
(args, actor_config, critic_config)
demo/Paper2Poster/PosterAgent/gen_outline_layout_parallel.py:484
↓ 3 callersMethodgenerate
r"""Execute the entire pipeline to generate machine instructions and instances.
demo/Paper2Poster/camel/datagen/self_instruct/self_instruct.py:366
↓ 3 callersMethodget_answer
r"""Get an answer from the chat agent for a given question. Args: question (str): The question to ask. context (str):
camel/datagen/cotdatagen.py:143
↓ 3 callersMethodget_answer
r"""Get an answer from the chat agent for a given question. Args: question (str): The question to ask. context (str):
demo/Paper2Poster/camel/datagen/cotdatagen.py:143
↓ 3 callersMethodget_dataset_client
r"""Get a dataset client from the Apify platform. Args: dataset_id (str): The ID of the dataset to get the client for. R
camel/loaders/apify_reader.py:105
↓ 3 callersMethodget_dataset_client
r"""Get a dataset client from the Apify platform. Args: dataset_id (str): The ID of the dataset to get the client for. R
demo/Paper2Poster/camel/loaders/apify_reader.py:105
↓ 3 callersMethodget_greek_from_iso8879
Get an HTML entity of a greek letter in ISO 8879. Args: The text to transform, as an ISO 8879 entitiy. Returns:
docling/backend/xml/uspto_backend.py:1878
↓ 3 callersMethodget_greek_from_iso8879
Get an HTML entity of a greek letter in ISO 8879. Args: The text to transform, as an ISO 8879 entitiy. Returns:
demo/Paper2Poster/docling/backend/xml/uspto_backend.py:1878
↓ 3 callersFunctionget_hierarchy
(outline, hierarchy=1)
demo/Paper2Poster/utils/pptx_utils.py:1931
↓ 3 callersMethodget_model_input
(self, sample_id: int)
camel/benchmarks/apibank.py:485
↓ 3 callersMethodget_model_input
(self, sample_id: int)
demo/Paper2Poster/camel/benchmarks/apibank.py:485
↓ 3 callersFunctionget_openai_tool_schema
r"""Generates an OpenAI JSON schema from a given Python function. This function creates a schema compatible with OpenAI's API specifications,
camel/toolkits/function_tool.py:90
↓ 3 callersFunctionget_openai_tool_schema
r"""Generates an OpenAI JSON schema from a given Python function. This function creates a schema compatible with OpenAI's API specifications,
demo/Paper2Poster/camel/toolkits/function_tool.py:90
↓ 3 callersFunctionget_poster_args_ranges
(tex: str)
demo/posterbuilder/convert_baposter.py:309
↓ 3 callersMethodget_prompt_from_key
r"""Generates a text prompt using the specified :obj:`task_type` and :obj:`key`. Args: task_type (TaskType): The type of
camel/prompts/prompt_templates.py:39
↓ 3 callersMethodget_prompt_from_key
r"""Generates a text prompt using the specified :obj:`task_type` and :obj:`key`. Args: task_type (TaskType): The type of
demo/Paper2Poster/camel/prompts/prompt_templates.py:39
↓ 3 callersMethodget_subscript
Get a text in subscript as HTML entities. Args: The text to transform. Returns: The text in subscript as HTM
docling/backend/xml/uspto_backend.py:1856
↓ 3 callersMethodget_subscript
Get a text in subscript as HTML entities. Args: The text to transform. Returns: The text in subscript as HTM
demo/Paper2Poster/docling/backend/xml/uspto_backend.py:1856
↓ 3 callersMethodget_superscript
Get a text in superscript as HTML entities. Args: text: The text to transform. Returns: The text in superscr
docling/backend/xml/uspto_backend.py:1845
↓ 3 callersMethodget_superscript
Get a text in superscript as HTML entities. Args: text: The text to transform. Returns: The text in superscr
demo/Paper2Poster/docling/backend/xml/uspto_backend.py:1845
↓ 3 callersMethodinit_messages
r"""Initializes the stored messages list with the current system message.
camel/agents/chat_agent.py:525
↓ 3 callersMethodinit_messages
r"""Initializes the stored messages list with the current system message.
demo/Paper2Poster/camel/agents/chat_agent.py:525
↓ 3 callersFunctionobject_to_dict
(obj, result=None, exclude=None)
utils/src/utils.py:269
↓ 3 callersFunctionobject_to_dict
(obj, result=None, exclude=None)
demo/Paper2Poster/utils/src/utils.py:269
↓ 3 callersFunctionparse_function_call
r"""Parse a function call string to extract the function name, positional arguments, and keyword arguments, including nested function calls.
camel/benchmarks/nexus.py:414
↓ 3 callersFunctionparse_function_call
r"""Parse a function call string to extract the function name, positional arguments, and keyword arguments, including nested function calls.
demo/Paper2Poster/camel/benchmarks/nexus.py:414
↓ 3 callersFunctionparse_pdf
Parse a PDF file and extract text and images. Args: pdf_path (str): The path to the PDF file. output_path (str): The directo
utils/src/model_utils.py:97
↓ 3 callersFunctionparse_pdf
Parse a PDF file and extract text and images. Args: pdf_path (str): The path to the PDF file. output_path (str): The directo
demo/Paper2Poster/utils/src/model_utils.py:98
↓ 3 callersFunctionparse_raw
(args, actor_config, version=1)
PosterAgent/parse_raw.py:46
↓ 3 callersFunctionparse_raw
(args, actor_config, version=2)
demo/Paper2Poster/PosterAgent/parse_raw.py:62
↓ 3 callersFunctionpil_to_data_uri
Convert a PIL.Image to a base-64 data URI suitable for the OpenAI/vLLM 'image_url' block. fmt = 'PNG' (lossless) or 'JPEG' (smaller, 0-10
utils/poster_eval_utils.py:51
↓ 3 callersFunctionpil_to_data_uri
Convert a PIL.Image to a base-64 data URI suitable for the OpenAI/vLLM 'image_url' block. fmt = 'PNG' (lossless) or 'JPEG' (smaller, 0-10
demo/Paper2Poster/utils/poster_eval_utils.py:51
↓ 3 callersMethodquery
r"""Executes a query and compiles the results. Args: query (str): Query string for information retriever. top_k (int,
camel/retrievers/bm25_retriever.py:88
↓ 3 callersMethodquery
r"""Executes a query and compiles the results. Args: query (str): Query string for information retriever. top_k (int,
demo/Paper2Poster/camel/retrievers/bm25_retriever.py:88
← previousnext →301–400 of 4,860, ranked by callers