MCPcopy Create free account

hub / github.com/Paper2Poster/Paper2Poster / functions

Functions4,860 in github.com/Paper2Poster/Paper2Poster

↓ 3 callersMethodrefresh_schema
r"""Refreshes the Neo4j graph schema information by querying the database for node properties, relationship properties, and relationsh
camel/storages/graph_storages/neo4j_graph.py:249
↓ 3 callersMethodrefresh_schema
r"""Refreshes the Neo4j graph schema information by querying the database for node properties, relationship properties, and relationsh
demo/Paper2Poster/camel/storages/graph_storages/neo4j_graph.py:249
↓ 3 callersFunctionreplace_command_balanced
(tex: str, cmd: str, new_line: str)
demo/posterbuilder/build_poster.py:79
↓ 3 callersFunctionreplace_command_balanced
(tex: str, cmd: str, new_line: str)
demo/posterbuilder/convert_baposter.py:86
↓ 3 callersFunctionreplace_command_balanced
(tex: str, cmd: str, new_line: str)
demo/posterbuilder/convert.py:289
↓ 3 callersMethodreset
r"""Reset Task to initial state.
demo/Paper2Poster/camel/tasks/task.py:118
↓ 3 callersFunctionresolve_item
Find item in document from a reference path
docling/utils/glm_utils.py:21
↓ 3 callersFunctionresolve_item
Find item in document from a reference path
demo/Paper2Poster/docling/utils/glm_utils.py:21
↓ 3 callersMethodretrieve
(self)
camel/memories/agent_memories.py:90
↓ 3 callersMethodretrieve
(self)
demo/Paper2Poster/camel/memories/agent_memories.py:90
↓ 3 callersFunctionretry_request
r"""Retries a function in case of any errors. Args: func (Callable): The function to be retried. retries (int): Number of retry a
camel/utils/commons.py:623
↓ 3 callersFunctionretry_request
r"""Retries a function in case of any errors. Args: func (Callable): The function to be retried. retries (int): Number of retry a
demo/Paper2Poster/camel/utils/commons.py:623
↓ 3 callersMethodrun_vector_retriever
r"""Executes the automatic vector retriever process using vector storage. Args: query (str): Query string for information
camel/retrievers/auto_retriever.py:134
↓ 3 callersMethodrun_vector_retriever
r"""Executes the automatic vector retriever process using vector storage. Args: query (str): Query string for information
demo/Paper2Poster/camel/retrievers/auto_retriever.py:134
↓ 3 callersFunctionsanitize_for_var
(name)
PosterAgent/gen_pptx_code.py:4
↓ 3 callersFunctionsanitize_for_var
(name)
demo/Paper2Poster/PosterAgent/gen_pptx_code.py:4
↓ 3 callersFunctionsplit_even_continuous
(items: list, n_cols: int)
demo/posterbuilder/convert_baposter.py:148
↓ 3 callersMethodunload
(self)
docling/datamodel/document.py:225
↓ 3 callersMethodunload
(self)
demo/Paper2Poster/docling/datamodel/document.py:225
↓ 3 callersMethodverify_answer
r"""Verify if a generated answer is semantically equivalent to the golden answer for a given question. Args: question (st
camel/datagen/cotdatagen.py:170
↓ 3 callersMethodverify_answer
r"""Verify if a generated answer is semantically equivalent to the golden answer for a given question. Args: question (st
demo/Paper2Poster/camel/datagen/cotdatagen.py:170
↓ 3 callersMethodwrite_record
r"""Writes a record to the memory, appending it to existing ones. Args: record (MemoryRecord): Record to be added to the memory.
camel/memories/base.py:40
↓ 3 callersMethodwrite_record
r"""Writes a record to the memory, appending it to existing ones. Args: record (MemoryRecord): Record to be added to the memory.
demo/Paper2Poster/camel/memories/base.py:40
↓ 3 callersMethodwrite_records
(self, records: List[MemoryRecord])
camel/memories/agent_memories.py:96
↓ 3 callersMethodwrite_records
(self, records: List[MemoryRecord])
demo/Paper2Poster/camel/memories/agent_memories.py:96
↓ 2 callersMethod__init__
( self, model_type: Union[ModelType, str], model_config_dict: Optional[Dict[str, Any]]
camel/models/qwen_model.py:67
↓ 2 callersMethod__init__
( self, model_type: Union[ModelType, str], model_config_dict: Optional[Dict[str, Any]]
demo/Paper2Poster/camel/models/qwen_model.py:67
↓ 2 callersMethod__post_process__
Post-process the response from the agent.
utils/src/llms.py:425
↓ 2 callersMethod__post_process__
Post-process the response from the agent.
demo/Paper2Poster/utils/src/llms.py:425
↓ 2 callersFunction_add_child_elements
(container_el, doc, obj, pelem)
docling/utils/glm_utils.py:332
↓ 2 callersFunction_add_child_elements
(container_el, doc, obj, pelem)
demo/Paper2Poster/docling/utils/glm_utils.py:332
↓ 2 callersMethod_assign
(self, target: ast.expr, value: Any)
camel/interpreters/internal_python_interpreter.py:323
↓ 2 callersMethod_assign
(self, target: ast.expr, value: Any)
demo/Paper2Poster/camel/interpreters/internal_python_interpreter.py:323
↓ 2 callersFunction_bottom
(bbox)
PosterAgent/gen_outline_layout.py:132
↓ 2 callersFunction_bottom
(bbox)
PosterAgent/gen_outline_layout_parallel.py:317
↓ 2 callersFunction_bottom
(bbox)
demo/Paper2Poster/PosterAgent/gen_outline_layout.py:150
↓ 2 callersFunction_bottom
(bbox)
demo/Paper2Poster/PosterAgent/gen_outline_layout_parallel.py:317
↓ 2 callersMethod_check_code_type
(self, code_type: str)
camel/interpreters/subprocess_interpreter.py:178
↓ 2 callersMethod_check_code_type
(self, code_type: str)
camel/interpreters/docker_interpreter.py:228
↓ 2 callersMethod_check_code_type
(self, code_type: str)
demo/Paper2Poster/camel/interpreters/subprocess_interpreter.py:178
↓ 2 callersMethod_check_code_type
(self, code_type: str)
demo/Paper2Poster/camel/interpreters/docker_interpreter.py:228
↓ 2 callersMethod_check_edges
r"""Checks if an entity has any remaining edges in the graph. Args: entity_id (str): The identifier of the entity. Retur
camel/storages/graph_storages/nebula_graph.py:526
↓ 2 callersMethod_check_edges
r"""Checks if the given entity has any relationships in the graph database. Args: entity (str): The unique identifier of
camel/storages/graph_storages/neo4j_graph.py:403
↓ 2 callersMethod_check_edges
r"""Checks if an entity has any remaining edges in the graph. Args: entity_id (str): The identifier of the entity. Retur
demo/Paper2Poster/camel/storages/graph_storages/nebula_graph.py:526
↓ 2 callersMethod_check_edges
r"""Checks if the given entity has any relationships in the graph database. Args: entity (str): The unique identifier of
demo/Paper2Poster/camel/storages/graph_storages/neo4j_graph.py:403
↓ 2 callersMethod_cleanup
r"""Clean up the API server when exiting.
camel/runtime/remote_http_runtime.py:71
↓ 2 callersMethod_cleanup
r"""Clean up the API server when exiting.
demo/Paper2Poster/camel/runtime/remote_http_runtime.py:71
↓ 2 callersFunction_configure_library_logging
()
camel/logger.py:23
↓ 2 callersFunction_configure_library_logging
()
demo/Paper2Poster/camel/logger.py:23
↓ 2 callersFunction_copytree
(src: Path, dst: Path, symlinks=True, ignore=None)
demo/app.py:193
↓ 2 callersMethod_create_collection
r"""Creates a new collection in the database. Args: collection_name (str): Name of the collection to be created. size
camel/storages/vectordb_storages/qdrant.py:170
↓ 2 callersMethod_create_collection
r"""Creates a new collection in the database. Args: collection_name (str): Name of the collection to be created. **kw
camel/storages/vectordb_storages/milvus.py:114
↓ 2 callersMethod_create_collection
r"""Creates a new collection in the database. Args: collection_name (str): Name of the collection to be created. size
demo/Paper2Poster/camel/storages/vectordb_storages/qdrant.py:170
↓ 2 callersMethod_create_collection
r"""Creates a new collection in the database. Args: collection_name (str): Name of the collection to be created. **kw
demo/Paper2Poster/camel/storages/vectordb_storages/milvus.py:114
↓ 2 callersMethod_create_output
r"""Helper method to generate output from context units. This method converts the provided context units into a format suitable for o
camel/memories/context_creators/score_based.py:129
↓ 2 callersMethod_create_output
r"""Helper method to generate output from context units. This method converts the provided context units into a format suitable for o
demo/Paper2Poster/camel/memories/context_creators/score_based.py:129
↓ 2 callersMethod_decompose_task
r"""Decompose the task into subtasks. This method will also set the relationship between the task and its subtasks. Returns:
camel/societies/workforce/workforce.py:111
↓ 2 callersMethod_decompose_task
r"""Decompose the task into subtasks. This method will also set the relationship between the task and its subtasks. Returns:
demo/Paper2Poster/camel/societies/workforce/workforce.py:111
↓ 2 callersMethod_delete_entity
r"""Deletes an entity from the Neo4j database based on its unique identifier. Args: entity (str): The unique identifier o
camel/storages/graph_storages/neo4j_graph.py:389
↓ 2 callersMethod_delete_entity
r"""Deletes an entity from the Neo4j database based on its unique identifier. Args: entity (str): The unique identifier o
demo/Paper2Poster/camel/storages/graph_storages/neo4j_graph.py:389
↓ 2 callersMethod_download_video
r"""Download the video and optionally split it into chunks. yt-dlp will detect if the video is downloaded automatically so there is n
camel/toolkits/video_toolkit.py:120
↓ 2 callersMethod_download_video
r"""Download the video and optionally split it into chunks. yt-dlp will detect if the video is downloaded automatically so there is n
demo/Paper2Poster/camel/toolkits/video_toolkit.py:120
↓ 2 callersMethod_execute_condition
(self, condition: ast.Compare)
camel/interpreters/internal_python_interpreter.py:387
↓ 2 callersMethod_execute_condition
(self, condition: ast.Compare)
demo/Paper2Poster/camel/interpreters/internal_python_interpreter.py:387
↓ 2 callersFunction_find_ui_header_logos
Return list of Paths for UI header logos in order camel → tvg → waterloo. Prefer template/logos; fallback to assets folders; if none match, return
demo/app.py:75
↓ 2 callersMethod_fuzzy_match
Find the best fuzzy match for a query among candidates. Args: query: The search query candidates: List of ca
utils/logo_utils.py:57
↓ 2 callersMethod_fuzzy_match
Find the best fuzzy match for a query among candidates. Args: query: The search query candidates: List of ca
demo/Paper2Poster/utils/logo_utils.py:57
↓ 2 callersMethod_generate_commands
Generate commands for editing the slide content. Args: editor_output (dict): The editor output. content_sche
utils/src/pptgen.py:388
↓ 2 callersMethod_generate_commands
Generate commands for editing the slide content. Args: editor_output (dict): The editor output. content_sche
demo/Paper2Poster/utils/src/pptgen.py:388
↓ 2 callersMethod_get_collection_info
r"""Retrieves details of an existing collection. Args: collection_name (str): Name of the collection to be checked. Retu
camel/storages/vectordb_storages/qdrant.py:231
↓ 2 callersMethod_get_collection_info
r"""Retrieves details of an existing collection. Args: collection_name (str): Name of the collection to be checked. Retu
camel/storages/vectordb_storages/milvus.py:216
↓ 2 callersMethod_get_collection_info
r"""Retrieves details of an existing collection. Args: collection_name (str): Name of the collection to be checked. Retu
demo/Paper2Poster/camel/storages/vectordb_storages/qdrant.py:231
↓ 2 callersMethod_get_collection_info
r"""Retrieves details of an existing collection. Args: collection_name (str): Name of the collection to be checked. Retu
demo/Paper2Poster/camel/storages/vectordb_storages/milvus.py:216
↓ 2 callersMethod_get_current_level
(self, parents)
docling/backend/asciidoc_backend.py:274
↓ 2 callersMethod_get_current_level
(self, parents)
demo/Paper2Poster/docling/backend/asciidoc_backend.py:274
↓ 2 callersMethod_get_dep_tasks_info
(dependencies: List[Task])
camel/societies/workforce/worker.py:65
↓ 2 callersMethod_get_dep_tasks_info
(dependencies: List[Task])
demo/Paper2Poster/camel/societies/workforce/worker.py:65
↓ 2 callersMethod_get_embedding
r"""Cache embeddings to reduce recomputation.
camel/personas/persona_hub.py:231
↓ 2 callersMethod_get_embedding
r"""Cache embeddings to reduce recomputation.
demo/Paper2Poster/camel/personas/persona_hub.py:231
↓ 2 callersMethod_get_pipeline
(self, doc_format: InputFormat)
docling/document_converter.py:272
↓ 2 callersMethod_get_pipeline
(self, doc_format: InputFormat)
demo/Paper2Poster/docling/document_converter.py:272
↓ 2 callersMethod_get_search_results
r"""Retrieves search results from the arXiv API based on the provided query and optional paper IDs. Args: query (str): Th
camel/toolkits/arxiv_toolkit.py:37
↓ 2 callersMethod_get_search_results
r"""Retrieves search results from the arXiv API based on the provided query and optional paper IDs. Args: query (str): Th
demo/Paper2Poster/camel/toolkits/arxiv_toolkit.py:37
↓ 2 callersFunction_get_user_info
r"""Generates a formatted report of the user information from the JSON response. Args: username (Optional[str], optional): The userna
camel/toolkits/twitter_toolkit.py:254
↓ 2 callersFunction_get_user_info
r"""Generates a formatted report of the user information from the JSON response. Args: username (Optional[str], optional): The userna
demo/Paper2Poster/camel/toolkits/twitter_toolkit.py:254
↓ 2 callersFunction_hash_buf
(binary_stream)
docling/utils/utils.py:25
↓ 2 callersFunction_hash_buf
(binary_stream)
demo/Paper2Poster/docling/utils/utils.py:25
↓ 2 callersMethod_hire_staffs
(self, record_cost: bool, **kwargs)
utils/src/experiment/ablation.py:170
↓ 2 callersMethod_hire_staffs
(self, record_cost: bool, **kwargs)
demo/Paper2Poster/utils/src/experiment/ablation.py:170
↓ 2 callersMethod_init_doc
( self, backend: Type[AbstractDocumentBackend], path_or_stream: Union[BytesIO, Path],
docling/datamodel/document.py:177
↓ 2 callersMethod_init_doc
( self, backend: Type[AbstractDocumentBackend], path_or_stream: Union[BytesIO, Path],
demo/Paper2Poster/docling/datamodel/document.py:177
↓ 2 callersMethod_is_list_item
(self, line)
docling/backend/asciidoc_backend.py:313
↓ 2 callersMethod_is_list_item
(self, line)
demo/Paper2Poster/docling/backend/asciidoc_backend.py:313
↓ 2 callersMethod_is_table_line
(self, line)
docling/backend/asciidoc_backend.py:352
↓ 2 callersMethod_is_table_line
(self, line)
demo/Paper2Poster/docling/backend/asciidoc_backend.py:352
↓ 2 callersMethod_log_final_output
r"""Log final messages or warnings about multiple responses.
camel/agents/chat_agent.py:845
↓ 2 callersMethod_log_final_output
r"""Log final messages or warnings about multiple responses.
demo/Paper2Poster/camel/agents/chat_agent.py:845
↓ 2 callersMethod_mime_from_extension
(ext)
docling/datamodel/document.py:347
↓ 2 callersMethod_mime_from_extension
(ext)
demo/Paper2Poster/docling/datamodel/document.py:347
↓ 2 callersMethod_normalize_name
Normalize a name for matching.
utils/logo_utils.py:47
← previousnext →401–500 of 4,860, ranked by callers