MCPcopy Create free account

hub / github.com/Paper2Poster/Paper2Poster / functions

Functions4,860 in github.com/Paper2Poster/Paper2Poster

↓ 1 callersMethod_get_doc_or_err
(self)
demo/Paper2Poster/docling/backend/json/docling_json_backend.py:39
↓ 1 callersMethod_get_file
(self, file_key: str, filename: str)
camel/storages/object_storages/base.py:96
↓ 1 callersMethod_get_file
(self, file_key: str, filename: str)
demo/Paper2Poster/camel/storages/object_storages/base.py:96
↓ 1 callersMethod_get_max_ncols
Get the maximum number of columns across table groups. Args: tgs_info: Unified group column specifications. Return:
docling/backend/xml/uspto_backend.py:1511
↓ 1 callersMethod_get_max_ncols
Get the maximum number of columns across table groups. Args: tgs_info: Unified group column specifications. Return:
demo/Paper2Poster/docling/backend/xml/uspto_backend.py:1511
↓ 1 callersMethod_get_name_and_version
(self)
docling/models/tesseract_ocr_cli_model.py:48
↓ 1 callersMethod_get_name_and_version
(self)
demo/Paper2Poster/docling/models/tesseract_ocr_cli_model.py:48
↓ 1 callersMethod_get_node_import_query
r"""Constructs a Cypher query string for importing nodes into a Neo4j database. Args: base_entity_label (bool): Flag indi
camel/storages/graph_storages/neo4j_graph.py:437
↓ 1 callersMethod_get_node_import_query
r"""Constructs a Cypher query string for importing nodes into a Neo4j database. Args: base_entity_label (bool): Flag indi
demo/Paper2Poster/camel/storages/graph_storages/neo4j_graph.py:437
↓ 1 callersMethod_get_rel_import_query
r"""Constructs a Cypher query string for importing relationship into a Neo4j database. Args: base_entity_label (bool): Fl
camel/storages/graph_storages/neo4j_graph.py:474
↓ 1 callersMethod_get_rel_import_query
r"""Constructs a Cypher query string for importing relationship into a Neo4j database. Args: base_entity_label (bool): Fl
demo/Paper2Poster/camel/storages/graph_storages/neo4j_graph.py:474
↓ 1 callersMethod_get_returned_task
r"""Get the task that's published by this node and just get returned from the assignee.
camel/societies/workforce/workforce.py:374
↓ 1 callersMethod_get_returned_task
r"""Get the task that's published by this node and just get returned from the assignee.
demo/Paper2Poster/camel/societies/workforce/workforce.py:374
↓ 1 callersMethod_get_session
r"""Get a session from the connection pool. Returns: Session: A session object connected to NebulaGraph. Raises:
camel/storages/graph_storages/nebula_graph.py:97
↓ 1 callersMethod_get_session
r"""Get a session from the connection pool. Returns: Session: A session object connected to NebulaGraph. Raises:
demo/Paper2Poster/camel/storages/graph_storages/nebula_graph.py:97
↓ 1 callersMethod_get_sys_message_info
r"""Get initial assistant and user system message with a list of system message meta dicts. Args: assistant_role_name (st
camel/societies/role_playing.py:254
↓ 1 callersMethod_get_sys_message_info
r"""Get initial assistant and user system message with a list of system message meta dicts. Args: assistant_role_name (st
demo/Paper2Poster/camel/societies/role_playing.py:254
↓ 1 callersMethod_get_tool_agents_prompt
r"""Returns the action space prompt. Returns: str: The action space prompt.
camel/agents/embodied_agent.py:108
↓ 1 callersMethod_get_tool_agents_prompt
r"""Returns the action space prompt. Returns: str: The action space prompt.
demo/Paper2Poster/camel/agents/embodied_agent.py:108
↓ 1 callersMethod_get_value_from_state
(self, key: str)
camel/interpreters/internal_python_interpreter.py:523
↓ 1 callersMethod_get_value_from_state
(self, key: str)
demo/Paper2Poster/camel/interpreters/internal_python_interpreter.py:523
↓ 1 callersMethod_get_wolframalpha_step_by_step_solution
r"""Retrieve a step-by-step solution from the Wolfram Alpha API for a given query. Args: app_id (str): Your Wolfram Alpha
camel/toolkits/search_toolkit.py:604
↓ 1 callersMethod_get_wolframalpha_step_by_step_solution
r"""Retrieve a step-by-step solution from the Wolfram Alpha API for a given query. Args: app_id (str): Your Wolfram Alpha
demo/Paper2Poster/camel/toolkits/search_toolkit.py:604
↓ 1 callersMethod_guess_format
(self, obj: Union[Path, DocumentStream])
docling/datamodel/document.py:273
↓ 1 callersMethod_guess_format
(self, obj: Union[Path, DocumentStream])
demo/Paper2Poster/docling/datamodel/document.py:273
↓ 1 callersMethod_guess_from_content
Guess the input format of a document by checking part of its content.
docling/datamodel/document.py:312
↓ 1 callersMethod_guess_from_content
Guess the input format of a document by checking part of its content.
demo/Paper2Poster/docling/datamodel/document.py:312
↓ 1 callersMethod_handle_completed_task
(self, task: Task)
camel/societies/workforce/workforce.py:428
↓ 1 callersMethod_handle_completed_task
(self, task: Task)
demo/Paper2Poster/camel/societies/workforce/workforce.py:428
↓ 1 callersMethod_handle_cross_type_overlaps
Handle overlaps between regular and wrapper clusters before child assignment. In particular, KEY_VALUE_REGION proposals that are almost ident
docling/utils/layout_postprocessor.py:367
↓ 1 callersMethod_handle_cross_type_overlaps
Handle overlaps between regular and wrapper clusters before child assignment. In particular, KEY_VALUE_REGION proposals that are almost ident
demo/Paper2Poster/docling/utils/layout_postprocessor.py:367
↓ 1 callersMethod_handle_error
r"""Handle errors encountered during task processing.
camel/benchmarks/gaia.py:338
↓ 1 callersMethod_handle_error
r"""Handle errors encountered during task processing.
demo/Paper2Poster/camel/benchmarks/gaia.py:338
↓ 1 callersMethod_handle_failed_task
(self, task: Task)
camel/societies/workforce/workforce.py:411
↓ 1 callersMethod_handle_failed_task
(self, task: Task)
demo/Paper2Poster/camel/societies/workforce/workforce.py:411
↓ 1 callersMethod_handle_step
r"""Handles a single or multi-step interaction.
camel/agents/chat_agent.py:630
↓ 1 callersMethod_handle_step
r"""Handles a single or multi-step interaction.
demo/Paper2Poster/camel/agents/chat_agent.py:630
↓ 1 callersMethod_hire_staffs
Initialize agent roles and their models
utils/src/pptgen.py:237
↓ 1 callersMethod_hire_staffs
Initialize agent roles and their models
demo/Paper2Poster/utils/src/pptgen.py:237
↓ 1 callersMethod_init_agents
r"""Initialize assistant and user agents with their system messages. Args: init_assistant_sys_msg (BaseMessage): Assistant agent'
camel/societies/role_playing.py:312
↓ 1 callersMethod_init_agents
r"""Initialize assistant and user agents with their system messages. Args: init_assistant_sys_msg (BaseMessage): Assistant agent'
demo/Paper2Poster/camel/societies/role_playing.py:312
↓ 1 callersMethod_init_connection_pool
r"""Initialize the connection pool. Returns: ConnectionPool: A connection pool instance. Raises: Exception:
camel/storages/graph_storages/nebula_graph.py:72
↓ 1 callersMethod_init_connection_pool
r"""Initialize the connection pool. Returns: ConnectionPool: A connection pool instance. Raises: Exception:
demo/Paper2Poster/camel/storages/graph_storages/nebula_graph.py:72
↓ 1 callersMethod_init_critic
r"""Initialize critic agent. If critic role name is :obj:`"human"`, create a :obj:`Human` critic agent. Else, create a :obj:`CriticAgent`
camel/societies/role_playing.py:358
↓ 1 callersMethod_init_critic
r"""Initialize critic agent. If critic role name is :obj:`"human"`, create a :obj:`Human` critic agent. Else, create a :obj:`CriticAgent`
demo/Paper2Poster/camel/societies/role_playing.py:358
↓ 1 callersMethod_init_planned_task_prompt
r"""Use a task plan agent to append a planned task prompt to task prompt. The planned task prompt is generated based on the task promp
camel/societies/role_playing.py:220
↓ 1 callersMethod_init_planned_task_prompt
r"""Use a task plan agent to append a planned task prompt to task prompt. The planned task prompt is generated based on the task promp
demo/Paper2Poster/camel/societies/role_playing.py:220
↓ 1 callersMethod_init_specified_task_prompt
r"""Use a task specify agent to generate a specified task prompt. Generated specified task prompt will be used to replace original tas
camel/societies/role_playing.py:170
↓ 1 callersMethod_init_specified_task_prompt
r"""Use a task specify agent to generate a specified task prompt. Generated specified task prompt will be used to replace original tas
demo/Paper2Poster/camel/societies/role_playing.py:170
↓ 1 callersMethod_initialize_if_needed
r"""Initialize the kernel manager and client if they are not already initialized.
camel/interpreters/ipython_interpreter.py:61
↓ 1 callersMethod_initialize_if_needed
(self)
camel/interpreters/docker_interpreter.py:94
↓ 1 callersMethod_initialize_if_needed
r"""Initialize the kernel manager and client if they are not already initialized.
demo/Paper2Poster/camel/interpreters/ipython_interpreter.py:61
↓ 1 callersMethod_initialize_if_needed
(self)
demo/Paper2Poster/camel/interpreters/docker_interpreter.py:94
↓ 1 callersMethod_initialize_vector_storage
r"""Sets up and returns a vector storage instance with specified parameters. Args: collection_name (Optional[str]): Name
camel/retrievers/auto_retriever.py:67
↓ 1 callersMethod_initialize_vector_storage
r"""Sets up and returns a vector storage instance with specified parameters. Args: collection_name (Optional[str]): Name
demo/Paper2Poster/camel/retrievers/auto_retriever.py:67
↓ 1 callersMethod_inject_tool_prompt
r"""Generate and add the tool prompt to memory.
camel/agents/chat_agent.py:619
↓ 1 callersMethod_inject_tool_prompt
r"""Generate and add the tool prompt to memory.
demo/Paper2Poster/camel/agents/chat_agent.py:619
↓ 1 callersMethod_is_caption
(self, line)
docling/backend/asciidoc_backend.py:417
↓ 1 callersMethod_is_caption
(self, line)
demo/Paper2Poster/docling/backend/asciidoc_backend.py:417
↓ 1 callersMethod_is_picture
(self, line)
docling/backend/asciidoc_backend.py:391
↓ 1 callersMethod_is_picture
(self, line)
demo/Paper2Poster/docling/backend/asciidoc_backend.py:391
↓ 1 callersMethod_is_section_header
(self, line)
docling/backend/asciidoc_backend.py:296
↓ 1 callersMethod_is_section_header
(self, line)
demo/Paper2Poster/docling/backend/asciidoc_backend.py:296
↓ 1 callersMethod_is_similar
r"""Check if two personas are similar by consine similarity of the embeddings of their descriptions. Args: persona1 (Pers
camel/personas/persona_hub.py:249
↓ 1 callersMethod_is_similar
r"""Check if two personas are similar by consine similarity of the embeddings of their descriptions. Args: persona1 (Pers
demo/Paper2Poster/camel/personas/persona_hub.py:249
↓ 1 callersMethod_is_standard_response
r"""Determine if the provided response is a standard reply without tool calls. Args: response (Any): The response object
camel/agents/chat_agent.py:821
↓ 1 callersMethod_is_standard_response
r"""Determine if the provided response is a standard reply without tool calls. Args: response (Any): The response object
demo/Paper2Poster/camel/agents/chat_agent.py:821
↓ 1 callersMethod_is_title
(self, line)
docling/backend/asciidoc_backend.py:289
↓ 1 callersMethod_is_title
(self, line)
demo/Paper2Poster/docling/backend/asciidoc_backend.py:289
↓ 1 callersMethod_iterate_elements
( self, element: marko.element.Element, depth: int, doc: DoclingDocument,
docling/backend/md_backend.py:171
↓ 1 callersMethod_iterate_elements
( self, element: marko.element.Element, depth: int, doc: DoclingDocument,
demo/Paper2Poster/docling/backend/md_backend.py:171
↓ 1 callersFunction_list_logo_files
(logo_dir: Path)
demo/pipeline.py:89
↓ 1 callersMethod_listen_to_channel
r"""Continuously listen to the channel, post task to the channel and track the status of posted tasks.
camel/societies/workforce/workforce.py:435
↓ 1 callersMethod_listen_to_channel
Continuously listen to the channel, process the task that are assigned to this node, and update the result and status of the task. Th
camel/societies/workforce/worker.py:79
↓ 1 callersMethod_listen_to_channel
r"""Continuously listen to the channel, post task to the channel and track the status of posted tasks.
demo/Paper2Poster/camel/societies/workforce/workforce.py:435
↓ 1 callersMethod_listen_to_channel
Continuously listen to the channel, process the task that are assigned to this node, and update the result and status of the task. Th
demo/Paper2Poster/camel/societies/workforce/worker.py:79
↓ 1 callersMethod_object_exists
(self, file_key: str)
camel/storages/object_storages/base.py:100
↓ 1 callersMethod_object_exists
(self, file_key: str)
demo/Paper2Poster/camel/storages/object_storages/base.py:100
↓ 1 callersMethod_parse
Main function that orchestrates the parsing by yielding components: title, section headers, text, lists, and tables.
docling/backend/asciidoc_backend.py:78
↓ 1 callersMethod_parse
Parsing PubMed document.
docling/backend/xml/pubmed_backend.py:358
↓ 1 callersMethod_parse
Main function that orchestrates the parsing by yielding components: title, section headers, text, lists, and tables.
demo/Paper2Poster/docling/backend/asciidoc_backend.py:78
↓ 1 callersMethod_parse
Parsing PubMed document.
demo/Paper2Poster/docling/backend/xml/pubmed_backend.py:358
↓ 1 callersMethod_parse_abstract
(self)
docling/backend/xml/pubmed_backend.py:181
↓ 1 callersMethod_parse_abstract
(self)
demo/Paper2Poster/docling/backend/xml/pubmed_backend.py:181
↓ 1 callersMethod_parse_authors
(self)
docling/backend/xml/pubmed_backend.py:141
↓ 1 callersMethod_parse_authors
(self)
demo/Paper2Poster/docling/backend/xml/pubmed_backend.py:141
↓ 1 callersMethod_parse_caption
(self, line)
docling/backend/asciidoc_backend.py:420
↓ 1 callersMethod_parse_caption
(self, line)
demo/Paper2Poster/docling/backend/asciidoc_backend.py:420
↓ 1 callersMethod_parse_figure_captions
(self)
docling/backend/xml/pubmed_backend.py:254
↓ 1 callersMethod_parse_figure_captions
(self)
demo/Paper2Poster/docling/backend/xml/pubmed_backend.py:254
↓ 1 callersMethod_parse_graph_elements
r"""Parses graph elements from given content. Args: input_string (str): The input content. Returns: GraphEle
camel/agents/knowledge_graph_agent.py:212
↓ 1 callersMethod_parse_graph_elements
r"""Parses graph elements from given content. Args: input_string (str): The input content. Returns: GraphEle
demo/Paper2Poster/camel/agents/knowledge_graph_agent.py:212
↓ 1 callersMethod_parse_list_item
Extract the item marker (number or bullet symbol) and the text of the item.
docling/backend/asciidoc_backend.py:316
↓ 1 callersMethod_parse_list_item
Extract the item marker (number or bullet symbol) and the text of the item.
demo/Paper2Poster/docling/backend/asciidoc_backend.py:316
↓ 1 callersMethod_parse_main_text
(self)
docling/backend/xml/pubmed_backend.py:189
↓ 1 callersMethod_parse_main_text
(self)
demo/Paper2Poster/docling/backend/xml/pubmed_backend.py:189
↓ 1 callersMethod_parse_page_cells
(self, conv_res: ConversionResult, page: Page)
docling/models/page_preprocessing_model.py:53
↓ 1 callersMethod_parse_page_cells
(self, conv_res: ConversionResult, page: Page)
demo/Paper2Poster/docling/models/page_preprocessing_model.py:53
↓ 1 callersMethod_parse_picture
Parse an image macro, extracting its path and attributes. Syntax: image::path/to/image.png[Alt Text, width=200, height=150, align=cen
docling/backend/asciidoc_backend.py:394
↓ 1 callersMethod_parse_picture
Parse an image macro, extracting its path and attributes. Syntax: image::path/to/image.png[Alt Text, width=200, height=150, align=cen
demo/Paper2Poster/docling/backend/asciidoc_backend.py:394
← previousnext →1,001–1,100 of 4,860, ranked by callers