MCPcopy Create free account

hub / github.com/Paper2Poster/Paper2Poster / functions

Functions4,860 in github.com/Paper2Poster/Paper2Poster

↓ 2 callersMethodnormalize_number_str
(self, number_str: str)
camel/benchmarks/gaia.py:420
↓ 2 callersMethodnormalize_number_str
(self, number_str: str)
demo/Paper2Poster/camel/benchmarks/gaia.py:420
↓ 2 callersFunctionoutline_estimate_num_chars
(outline)
utils/wei_utils.py:1224
↓ 2 callersMethodparse_file_or_url
r"""Loads a file or a URL and parses its contents into elements. Args: input_path (str): Path to the file or URL to be parsed.
camel/loaders/unstructured_io.py:96
↓ 2 callersMethodparse_file_or_url
r"""Loads a file or a URL and parses its contents into elements. Args: input_path (str): Path to the file or URL to be parsed.
demo/Paper2Poster/camel/loaders/unstructured_io.py:96
↓ 2 callersFunctionparse_xml_with_recovery
(xml_file_path)
PosterAgent/tree_split_layout.py:10
↓ 2 callersFunctionparse_xml_with_recovery
(xml_file_path)
demo/Paper2Poster/PosterAgent/tree_split_layout.py:10
↓ 2 callersFunctionposter_apply_theme
(args, actor_config, critic_config)
PosterAgent/apply_theme.py:23
↓ 2 callersFunctionposter_apply_theme
(args, actor_config, critic_config)
demo/Paper2Poster/PosterAgent/apply_theme.py:23
↓ 2 callersFunctionpres_score
(prs_source: str)
utils/src/experiment/evals.py:158
↓ 2 callersFunctionpres_score
(prs_source: str)
demo/Paper2Poster/utils/src/experiment/evals.py:158
↓ 2 callersFunctionprocess_filetype
(file_type: str, func: callable, thread_num: int, topic="*")
utils/src/experiment/preprocess.py:50
↓ 2 callersFunctionprocess_filetype
(file_type: str, func: callable, thread_num: int, topic="*")
demo/Paper2Poster/utils/src/experiment/preprocess.py:50
↓ 2 callersFunctionprocess_messages
Processes chat history into a structured format for further use. Args: chat_history (List[Dict[str, Any]): A list of dic
camel/benchmarks/apibank.py:41
↓ 2 callersFunctionprocess_messages
Processes chat history into a structured format for further use. Args: chat_history (List[Dict[str, Any]): A list of dic
demo/Paper2Poster/camel/benchmarks/apibank.py:41
↓ 2 callersFunctionprs_dedup
Deduplicate slides in a presentation based on text similarity. Args: presentation (Presentation): The presentation object containing
utils/src/model_utils.py:22
↓ 2 callersFunctionrebuild_pptx
(agent_steps: str, prs: Presentation)
utils/src/experiment/rebuild.py:20
↓ 2 callersFunctionrebuild_pptx
(agent_steps: str, prs: Presentation)
demo/Paper2Poster/utils/src/experiment/rebuild.py:20
↓ 2 callersFunctionremove_hierarchy_and_id
Recursively remove the 'hierarchy' and 'id' fields from a nested dictionary representing sections and subsections.
utils/wei_utils.py:1202
↓ 2 callersMethodremove_task
r"""Remove a task from the channel.
camel/societies/workforce/task_channel.py:155
↓ 2 callersMethodremove_task
r"""Remove a task from the channel.
demo/Paper2Poster/camel/societies/workforce/task_channel.py:155
↓ 2 callersFunctionrm_folder
(folder: str)
utils/src/experiment/preprocess.py:39
↓ 2 callersFunctionrm_folder
(folder: str)
demo/Paper2Poster/utils/src/experiment/preprocess.py:39
↓ 2 callersFunctionrun_async
Run an asynchronous coroutine in a non-async environment. Args: coroutine: The coroutine to run. Returns: The result of
utils/src/llms.py:25
↓ 2 callersFunctionrun_async
Run an asynchronous coroutine in a non-async environment. Args: coroutine: The coroutine to run. Returns: The result of
demo/Paper2Poster/utils/src/llms.py:25
↓ 2 callersFunctionruns_merge
(paragraph: _Paragraph)
utils/src/utils.py:58
↓ 2 callersFunctionruns_merge
(paragraph: _Paragraph)
demo/Paper2Poster/utils/src/utils.py:58
↓ 2 callersMethodsave
r"""Saves or updates a Discord installation record.
camel/bots/discord/discord_store.py:32
↓ 2 callersMethodsave
r"""Saves or updates a Discord installation record.
demo/Paper2Poster/camel/bots/discord/discord_store.py:32
↓ 2 callersFunctionsearch_zenodo
( sort: str, query: str = None, page: int = 1, filetype: str = "pptx", size: int = 500, )
utils/src/experiment/crawler.py:49
↓ 2 callersFunctionsearch_zenodo
( sort: str, query: str = None, page: int = 1, filetype: str = "pptx", size: int = 500, )
demo/Paper2Poster/utils/src/experiment/crawler.py:49
↓ 2 callersMethodset_channel
r"""Set the channel for the node and all the child nodes under it.
camel/societies/workforce/workforce.py:240
↓ 2 callersMethodset_channel
r"""Set the channel for the node and all the child nodes under it.
demo/Paper2Poster/camel/societies/workforce/workforce.py:240
↓ 2 callersFunctionset_poster_option
在 \begin{poster}{...} 的第一个大括号里插入/替换 key=value。
demo/posterbuilder/convert_baposter.py:248
↓ 2 callersMethodset_reference
Set the reference presentation and extracted presentation information. Args: presentation (Presentation): The presentati
utils/src/pptgen.py:59
↓ 2 callersMethodset_reference
Set the reference presentation and extracted presentation information. Args: presentation (Presentation): The presentati
demo/Paper2Poster/utils/src/pptgen.py:59
↓ 2 callersMethodset_state
r"""Recursively set the state of the task and its subtasks. Args: state (TaskState): The giving state.
camel/tasks/task.py:140
↓ 2 callersMethodset_state
r"""Recursively set the state of the task and its subtasks. Args: state (TaskState): The giving state.
demo/Paper2Poster/camel/tasks/task.py:140
↓ 2 callersMethodsplit_string
r"""Split a string based on a list of characters. Args: s (str): The string to split. char_list (Optional[List[str]],
camel/benchmarks/gaia.py:431
↓ 2 callersMethodsplit_string
r"""Split a string based on a list of characters. Args: s (str): The string to split. char_list (Optional[List[str]],
demo/Paper2Poster/camel/benchmarks/gaia.py:431
↓ 2 callersMethodstart
r"""Start itself and all the child nodes under it.
camel/societies/workforce/workforce.py:470
↓ 2 callersMethodstart
r"""Start itself and all the child nodes under it.
demo/Paper2Poster/camel/societies/workforce/workforce.py:470
↓ 2 callersMethodstop
r"""stop the Docker container. Args: remove (Optional[bool]): Whether to remove the container after stopping it.
camel/runtime/docker_runtime.py:328
↓ 2 callersMethodstop
r"""stop the Docker container. Args: remove (Optional[bool]): Whether to remove the container after stopping it.
demo/Paper2Poster/camel/runtime/docker_runtime.py:328
↓ 2 callersMethodstore_content
Store the key value within a document section in the docling document. Args: section: A patent section name. field: A
docling/backend/xml/uspto_backend.py:945
↓ 2 callersMethodstore_content
Store the key value within a document section in the docling document. Args: section: A patent section name. field: A
demo/Paper2Poster/docling/backend/xml/uspto_backend.py:945
↓ 2 callersFunctionstylize
(agent, prompt, num_retries, existing_code='')
utils/wei_utils.py:502
↓ 2 callersFunctionstylize_poster
(args, actor_config)
PosterAgent/fill_and_style.py:110
↓ 2 callersFunctionstylize_poster
(args, actor_config)
demo/Paper2Poster/PosterAgent/fill_and_style.py:110
↓ 2 callersMethodto_dict
r"""Convert the :obj:`MemoryRecord` to a dict for serialization purposes.
camel/memories/records.py:72
↓ 2 callersMethodto_dict
r"""Convert the :obj:`MemoryRecord` to a dict for serialization purposes.
demo/Paper2Poster/camel/memories/records.py:72
↓ 2 callersFunctionto_inches
Convert a single coordinate or dimension from 'units' to inches. For example, if your units are 'points' (72 points = 1 inch), then units
demo/Paper2Poster/PosterAgent/new_pipeline.py:35
↓ 2 callersMethodto_openai_message
r"""Converts the record to an :obj:`OpenAIMessage` object.
camel/memories/records.py:86
↓ 2 callersMethodto_openai_message
r"""Converts the record to an :obj:`OpenAIMessage` object.
demo/Paper2Poster/camel/memories/records.py:86
↓ 2 callersMethodupdate_history
( self, name: str, level: Optional[int], numid: Optional[int], ilevel:
docling/backend/msword_backend.py:126
↓ 2 callersMethodupdate_history
( self, name: str, level: Optional[int], numid: Optional[int], ilevel:
demo/Paper2Poster/docling/backend/msword_backend.py:126
↓ 2 callersMethodupload_file
r"""Upload a local file to the object storage. Args: local_file_path (Path): The path to the local file to be uploaded.
camel/storages/object_storages/base.py:62
↓ 2 callersMethodupload_file
r"""Upload a local file to the object storage. Args: local_file_path (Path): The path to the local file to be uploaded.
demo/Paper2Poster/camel/storages/object_storages/base.py:62
↓ 2 callersFunctionvalidate_and_adjust_subsections
Validate that the given subsections collectively occupy the entire section. If not, return an adjusted version that fixes the layout.
PosterAgent/gen_outline_layout.py:111
↓ 2 callersFunctionvalidate_and_adjust_subsections
Validate that the given subsections collectively occupy the entire section. If not, return an adjusted version that fixes the layout.
PosterAgent/gen_outline_layout_parallel.py:296
↓ 2 callersFunctionvalidate_and_adjust_subsections
Validate that the given subsections collectively occupy the entire section. If not, return an adjusted version that fixes the layout.
demo/Paper2Poster/PosterAgent/gen_outline_layout_parallel.py:296
↓ 2 callersMethodwait
r"""Wait for the API Server to be ready. Args: timeout (int): The number of seconds to wait. (default: :obj: `10`) Retur
camel/runtime/docker_runtime.py:365
↓ 2 callersMethodwait_for_task_completion
r"""Waits for a task to complete by polling its status. Args: task_id (str): The ID of the task to monitor. polling_i
camel/toolkits/meshy_toolkit.py:116
↓ 2 callersMethodwait_for_task_completion
r"""Waits for a task to complete by polling its status. Args: task_id (str): The ID of the task to monitor. polling_i
demo/Paper2Poster/camel/toolkits/meshy_toolkit.py:116
↓ 2 callersMethodwalk_linear
( self, body: BaseOxmlElement, docx_obj: DocxDocument, doc: DoclingDocument,
docling/backend/msword_backend.py:158
↓ 2 callersMethodwalk_linear
( self, body: BaseOxmlElement, docx_obj: DocxDocument, doc: DoclingDocument,
demo/Paper2Poster/docling/backend/msword_backend.py:158
↓ 1 callersFunctionI_dont_want_to_filter_slide
(slide: SlidePage)
utils/src/experiment/preprocess.py:139
↓ 1 callersFunctionI_dont_want_to_filter_slide
(slide: SlidePage)
demo/Paper2Poster/utils/src/experiment/preprocess.py:139
↓ 1 callersMethod__init__
( self, model_type: Union[ModelType, str], model_config_dict: Optional[Dict[str, Any]]
camel/models/gemini_model.py:60
↓ 1 callersMethod__init__
( self, model_type: Union[ModelType, str], model_config_dict: Optional[Dict[str, Any]]
camel/models/deepseek_model.py:257
↓ 1 callersMethod__init__
(self, samples: List[APIBankSample])
camel/benchmarks/apibank.py:464
↓ 1 callersMethod__init__
( self, pdfium_doc: pdfium.PdfDocument, document_hash: str, page_no: int )
docling/backend/pypdfium2_backend.py:24
↓ 1 callersMethod__init__
( self, parser: pdf_parser_v1, document_hash: str, page_no: int, page_obj: PdfPage )
docling/backend/docling_parse_backend.py:21
↓ 1 callersMethod__init__
( self, parser: pdf_parser_v2, document_hash: str, page_no: int, page_obj: PdfPage )
docling/backend/docling_parse_v2_backend.py:23
↓ 1 callersMethod__init__
Initialize the table parser with the xml content. Args: input: The xml content.
docling/backend/xml/uspto_backend.py:1417
↓ 1 callersMethod__init__
( self, path_or_stream: Union[BytesIO, Path], format: InputFormat, backend: Ty
docling/datamodel/document.py:110
↓ 1 callersMethod__init__
(self, pipeline_options: PipelineOptions)
docling/pipeline/base_pipeline.py:29
↓ 1 callersMethod__init__
( self, model_type: Union[ModelType, str], model_config_dict: Optional[Dict[str, Any]]
demo/Paper2Poster/camel/models/gemini_model.py:60
↓ 1 callersMethod__init__
( self, model_type: Union[ModelType, str], model_config_dict: Optional[Dict[str, Any]]
demo/Paper2Poster/camel/models/deepseek_model.py:257
↓ 1 callersMethod__init__
(self, samples: List[APIBankSample])
demo/Paper2Poster/camel/benchmarks/apibank.py:464
↓ 1 callersMethod__init__
( self, pdfium_doc: pdfium.PdfDocument, document_hash: str, page_no: int )
demo/Paper2Poster/docling/backend/pypdfium2_backend.py:24
↓ 1 callersMethod__init__
( self, parser: pdf_parser_v1, document_hash: str, page_no: int, page_obj: PdfPage )
demo/Paper2Poster/docling/backend/docling_parse_backend.py:21
↓ 1 callersMethod__init__
( self, parser: pdf_parser_v2, document_hash: str, page_no: int, page_obj: PdfPage )
demo/Paper2Poster/docling/backend/docling_parse_v2_backend.py:23
↓ 1 callersMethod__init__
Initialize the table parser with the xml content. Args: input: The xml content.
demo/Paper2Poster/docling/backend/xml/uspto_backend.py:1417
↓ 1 callersMethod__init__
( self, path_or_stream: Union[BytesIO, Path], format: InputFormat, backend: Ty
demo/Paper2Poster/docling/datamodel/document.py:110
↓ 1 callersMethod__init__
(self, pipeline_options: PipelineOptions)
demo/Paper2Poster/docling/pipeline/base_pipeline.py:29
↓ 1 callersMethod_add_abstract
( self, doc: DoclingDocument, xml_components: XMLComponents )
docling/backend/xml/pubmed_backend.py:431
↓ 1 callersMethod_add_abstract
( self, doc: DoclingDocument, xml_components: XMLComponents )
demo/Paper2Poster/docling/backend/xml/pubmed_backend.py:431
↓ 1 callersMethod_add_authors
(self, doc: DoclingDocument, xml_components: XMLComponents)
docling/backend/xml/pubmed_backend.py:417
↓ 1 callersMethod_add_authors
(self, doc: DoclingDocument, xml_components: XMLComponents)
demo/Paper2Poster/docling/backend/xml/pubmed_backend.py:417
↓ 1 callersMethod_add_figure_captions
( self, doc: DoclingDocument, xml_components: XMLComponents )
docling/backend/xml/pubmed_backend.py:388
↓ 1 callersMethod_add_figure_captions
( self, doc: DoclingDocument, xml_components: XMLComponents )
demo/Paper2Poster/docling/backend/xml/pubmed_backend.py:388
↓ 1 callersMethod_add_main_text
( self, doc: DoclingDocument, xml_components: XMLComponents )
docling/backend/xml/pubmed_backend.py:445
↓ 1 callersMethod_add_main_text
( self, doc: DoclingDocument, xml_components: XMLComponents )
demo/Paper2Poster/docling/backend/xml/pubmed_backend.py:445
↓ 1 callersMethod_add_references
( self, doc: DoclingDocument, xml_components: XMLComponents )
docling/backend/xml/pubmed_backend.py:477
↓ 1 callersMethod_add_references
( self, doc: DoclingDocument, xml_components: XMLComponents )
demo/Paper2Poster/docling/backend/xml/pubmed_backend.py:477
↓ 1 callersMethod_add_table
(self, doc: DoclingDocument, table_xml_component: Table)
docling/backend/xml/pubmed_backend.py:524
↓ 1 callersMethod_add_table
(self, doc: DoclingDocument, table_xml_component: Table)
demo/Paper2Poster/docling/backend/xml/pubmed_backend.py:524
↓ 1 callersMethod_add_tables
(self, doc: DoclingDocument, xml_components: XMLComponents)
docling/backend/xml/pubmed_backend.py:512
↓ 1 callersMethod_add_tables
(self, doc: DoclingDocument, xml_components: XMLComponents)
demo/Paper2Poster/docling/backend/xml/pubmed_backend.py:512
← previousnext →701–800 of 4,860, ranked by callers