Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AQ-MedAI/MedMemoryBench
/ functions
Functions
13,378 in github.com/AQ-MedAI/MedMemoryBench
⨍
Functions
13,378
◇
Types & classes
2,886
↳
Endpoints
355
↓ 27 callers
Method
getChunk
(chunkId: string)
methods/memOS/MemOS/apps/memos-local-openclaw/src/storage/sqlite.ts:1123
↓ 27 callers
Method
get_handle
Get the handle for a model, with support for custom overrides. Args: model_name (str): The name of the model.
methods/letta/schemas/providers.py:45
↓ 27 callers
Method
model_dump_json
(self)
methods/letta/schemas/enums.py:52
↓ 27 callers
Method
start
()
methods/memOS/MemOS/apps/memos-local-openclaw/src/hub/server.ts:63
↓ 26 callers
Function
O
(e,n)
methods/letta/server/static_files/assets/index-048c9598.js:38
↓ 26 callers
Method
close
Close all resources and release connections.
methods/mem0/memory/main.py:888
↓ 26 callers
Method
data_root_directory
(data_root_directory: str)
methods/cognee/api/v1/config/config.py:32
↓ 26 callers
Function
defineProperties
(target, props)
data/locomo/static/js/bulma-carousel.js:273
↓ 26 callers
Function
format_model_and_field_name
(model_name: str)
methods/letta/local_llm/grammars/gbnf_grammar_generator.py:83
↓ 26 callers
Function
generate_test_id
Generate a test ID matching Mirix ID pattern (prefix-[8 hex chars]).
methods/MIRIX/tests/test_redis_integration.py:83
↓ 26 callers
Method
getActiveTask
(sessionKey: string, owner?: string)
methods/memOS/MemOS/apps/memos-local-openclaw/src/storage/sqlite.ts:1486
↓ 26 callers
Function
request
( method: string, path: string, body?: any, token?: string, )
methods/memOS/MemOS/apps/memos-local-openclaw/scripts/e2e-hub-test.ts:36
↓ 26 callers
Method
start
Start the background worker as an asyncio.Task.
methods/MIRIX/mirix/queue/worker.py:335
↓ 26 callers
Method
system_root_directory
(system_root_directory: str)
methods/cognee/api/v1/config/config.py:17
↓ 25 callers
Function
D
(e,n)
methods/letta/server/static_files/assets/index-048c9598.js:37
↓ 25 callers
Function
check_config_base_class
Check if a configuration class is properly defined. - It should inherit from Pydantic's BaseModel. - It should have a model_config attrib
methods/memOS/MemOS/tests/utils.py:101
↓ 25 callers
Method
create_organization
Create a new organization.
methods/MIRIX/mirix/services/organization_manager.py:67
↓ 25 callers
Method
create_user
Create a new user in the system.
methods/MIRIX/mirix/sdk.py:427
↓ 25 callers
Method
delete
(self, db_session: "Session", actor: Optional["User"] = None)
methods/letta/orm/sqlalchemy_base.py:433
↓ 25 callers
Function
j
(e)
methods/letta/server/static_files/assets/index-048c9598.js:38
↓ 25 callers
Method
list
List records with before/after pagination, ordering by created_at. Can use both before and after to fetch a window of records.
methods/letta/orm/sqlalchemy_base.py:51
↓ 25 callers
Function
makeMsg
(role: string, text: string)
methods/memOS/MemOS/apps/memos-local-openclaw/tests/context-engine.test.ts:19
↓ 25 callers
Method
toggleShowAll
()
methods/memOS/MemOS/apps/openwork-memos-integration/apps/desktop/e2e/pages/settings.page.ts:172
↓ 24 callers
Method
_get_config_value
Safely get config value from either dict or object.
methods/memOS/MemOS/src/memos/graph_dbs/polardb.py:205
↓ 24 callers
Method
_log
(self, message: str, level: str = "INFO")
benchmarks/locomo/evaluator.py:71
↓ 24 callers
Method
add
(self, input_tokens: int, output_tokens: int, latency: float)
utils/llm_client.py:21
↓ 24 callers
Function
getTask
(taskId: string)
methods/memOS/MemOS/apps/openwork-memos-integration/apps/desktop/src/main/store/taskHistory.ts:80
↓ 24 callers
Method
get_hash
(self, key: str)
methods/MIRIX/tests/test_cache_provider.py:37
↓ 23 callers
Method
create_agent
Create a new agent using a config
methods/MIRIX/mirix/server/server.py:114
↓ 23 callers
Method
execute
Execute the tool and return the result.
methods/letta/services/tool_executor/tool_executor.py:27
↓ 23 callers
Function
get_client_and_org
Get client_id and org_id from headers or use defaults. Returns: tuple[str, str]: (client_id, org_id)
methods/MIRIX/mirix/server/rest_api.py:361
↓ 23 callers
Method
get_item_deep_copy
(self, item_index: int)
methods/MemRL/3rdparty/LifelongAgentBench/src/typings/session.py:46
↓ 23 callers
Function
get_usage_tracker
()
utils/llm_client.py:90
↓ 23 callers
Method
initialize_meta_agent
Initialize a meta agent with the given configuration. This creates a meta memory agent that manages multiple specialized memory agen
methods/MIRIX/mirix/client/remote_client.py:1164
↓ 22 callers
Function
A
(e,n,t)
methods/letta/server/static_files/assets/index-048c9598.js:40
↓ 22 callers
Function
build_filter_tags_raw_sql
Build raw SQL WHERE clause fragments from filter_tags and scopes. Args: filter_tags: Dict of filter conditions. Keys "read_scopes" a
methods/MIRIX/mirix/database/filter_tags_query.py:143
↓ 22 callers
Method
dict_to_message
Convert a ChatCompletion message object into a Message object (synced to DB)
methods/MIRIX/mirix/schemas/message.py:450
↓ 22 callers
Function
escape_sql_string
Escape single quotes in SQL string.
methods/memOS/MemOS/src/memos/graph_dbs/polardb.py:96
↓ 22 callers
Method
from_config
Create a Adder instance from a configuration factory.
methods/memOS/MemOS/src/memos/memories/textual/prefer_text_memory/factory.py:21
↓ 22 callers
Function
get_sub_agent
Helper to get sub agent by type.
methods/MIRIX/tests/test_memory_server.py:171
↓ 22 callers
Function
registerIPCHandlers
()
methods/memOS/MemOS/apps/openwork-memos-integration/apps/desktop/src/main/ipc/handlers.ts:300
↓ 22 callers
Function
sanitizeToolOutput
* Sanitize tool output to remove technical details
methods/memOS/MemOS/apps/openwork-memos-integration/apps/desktop/__tests__/main/ipc/handlers-utils.unit.test.ts:102
↓ 22 callers
Method
search_all_users
Search for memories across ALL users in the organization with optional temporal filtering. Results are automatically filtered by clie
methods/MIRIX/mirix/client/remote_client.py:1659
↓ 22 callers
Method
start
(self)
methods/memOS/MemOS/src/memos/mem_scheduler/base_mixins/queue_ops.py:238
↓ 22 callers
Function
updateTaskStatus
( taskId: string, status: StoredTask['status'], completedAt?: string )
methods/memOS/MemOS/apps/openwork-memos-integration/apps/desktop/src/main/store/taskHistory.ts:124
↓ 21 callers
Method
_get_conn
Get connection from pool with health check.
methods/memOS/MemOS/src/memos/graph_dbs/postgres.py:81
↓ 21 callers
Method
_get_session
Get a database session.
methods/memOS/MemOS/src/memos/mem_user/user_manager.py:126
↓ 21 callers
Method
_put_conn
Return connection to pool.
methods/memOS/MemOS/src/memos/graph_dbs/postgres.py:107
↓ 21 callers
Function
buildContext
( stateDir: string, workspaceDir: string, rawConfig: Partial<MemosLocalConfig> | undefined, log?: Logg
methods/memOS/MemOS/apps/memos-local-openclaw/src/config.ts:138
↓ 21 callers
Method
clear
Clear all messages from the queue.
methods/letta/server/rest_api/interface.py:123
↓ 21 callers
Method
count
Count number of vectors in the index. Returns: int: Total number of vectors.
methods/mem0/vector_stores/pinecone.py:358
↓ 21 callers
Method
delete
Delete a memory by ID. Args: memory_id (str): ID of the memory to delete.
methods/mem0/memory/main.py:652
↓ 21 callers
Method
format_param_value
Format parameter value to handle both quoted and unquoted formats
methods/memOS/MemOS/src/memos/graph_dbs/polardb.py:3840
↓ 21 callers
Function
generate_node_id
(node_id: str)
methods/cognee/modules/engine/utils/generate_node_id.py:4
↓ 21 callers
Method
get_organization_by_id
Fetch an organization by ID (with cache - Redis or IPS Cache).
methods/MIRIX/mirix/services/organization_manager.py:29
↓ 21 callers
Method
get_user_cubes
Get all cubes accessible by a user. Args: user_id (str): The user ID. Returns: list[Cube]: List of cubes acc
methods/memOS/MemOS/src/memos/mem_user/user_manager.py:336
↓ 21 callers
Method
inject
(self, item: ChatHistoryItem | Mapping[str, Role | str])
methods/MemRL/3rdparty/LifelongAgentBench/src/typings/session.py:14
↓ 21 callers
Function
n
(C,P)
methods/letta/server/static_files/assets/index-048c9598.js:25
↓ 21 callers
Function
sanitizeString
* Sanitize and validate string input
methods/memOS/MemOS/apps/openwork-memos-integration/apps/desktop/__tests__/main/ipc/handlers-utils.unit.test.ts:26
↓ 21 callers
Method
start
()
methods/memOS/MemOS/apps/memos-local-openclaw/tests/shutdown-lifecycle.test.ts:98
↓ 20 callers
Method
add_edge
Create an edge from source node to target node. Args: source_id: ID of the source node. target_id: ID of the
methods/memOS/MemOS/src/memos/graph_dbs/base.py:64
↓ 20 callers
Function
assert
(condition: boolean, msg: string)
methods/memOS/MemOS/apps/memos-local-openclaw/tests/e2e-summarizer-skill.ts:45
↓ 20 callers
Method
create_or_update_block
Create a new block or update an existing one (with Redis Hash caching). Scope is always auto-injected from actor.write_scope unless
methods/MIRIX/mirix/services/block_manager.py:28
↓ 20 callers
Function
e
()
data/locomo/static/js/bulma-slider.min.js:1
↓ 20 callers
Method
get
Get value (string/JSON) from Redis.
methods/MIRIX/mirix/database/redis_cache_provider.py:52
↓ 20 callers
Method
get
Get a value from the context.
methods/memOS/MemOS/src/memos/context/context.py:53
↓ 20 callers
Function
getTasks
()
methods/memOS/MemOS/apps/openwork-memos-integration/apps/desktop/src/main/store/taskHistory.ts:73
↓ 20 callers
Method
get_block
Correct way to index into the memory.memory field, returns a Block
methods/letta/schemas/memory.py:114
↓ 20 callers
Method
get_block_by_id
Retrieve a block by its ID (with cache - Redis or IPS Cache).
methods/MIRIX/mirix/services/block_manager.py:461
↓ 20 callers
Function
get_utc_now
Get current UTC datetime with compatibility for different Python versions
methods/memOS/MemOS/src/memos/mem_scheduler/utils/db_utils.py:12
↓ 20 callers
Function
get_utc_time
Get the current UTC time
methods/letta/helpers/datetime_helpers.py:63
↓ 20 callers
Method
insertSkill
(skill: Skill)
methods/memOS/MemOS/apps/memos-local-openclaw/src/storage/sqlite.ts:1646
↓ 20 callers
Function
log
(...args: unknown[])
methods/memOS/MemOS/apps/openwork-memos-integration/apps/desktop/skills/dev-browser/src/relay.ts:130
↓ 20 callers
Function
parse_id
(id: any)
methods/cognee/infrastructure/engine/utils/parse_id.py:4
↓ 20 callers
Method
readlines
(self, *args, **kwargs)
methods/MemRL/3rdparty/bigcodebench-main/bigcodebench/eval/utils.py:265
↓ 20 callers
Function
sanitizeString
(input: unknown, field: string, maxLength = MAX_TEXT_LENGTH)
methods/memOS/MemOS/apps/openwork-memos-integration/apps/desktop/src/main/ipc/handlers.ts:206
↓ 20 callers
Method
to_json
Save configuration to JSON file. Args: output_path: Path to save JSON configuration indent: JSON ind
methods/MemRL/memrl/configs/config.py:317
↓ 20 callers
Function
trackTool
(toolName: string, fn: (...args: any[]) => Promise<any>)
methods/memOS/MemOS/apps/memos-local-openclaw/index.ts:543
↓ 20 callers
Method
update_raw_memory
Update an existing raw memory record. Args: memory_id: ID of the memory to update new_context: New context t
methods/MIRIX/mirix/services/raw_memory_manager.py:292
↓ 19 callers
Method
add
Add memories using the product/add API endpoint. Args: messages: List of message objects with role and content
methods/memOS/MemOS/src/memos/mem_scheduler/analyzer/api_analyzer.py:184
↓ 19 callers
Method
complete
(request: { prompt: string; maxTokens?: number; temperature?: number; model?: string })
methods/memOS/MemOS/apps/memos-local-openclaw/src/types.ts:374
↓ 19 callers
Method
count
Count items in the database, optionally with filter.
methods/memOS/MemOS/src/memos/vec_dbs/base.py:79
↓ 19 callers
Method
create_or_get_user
Create a user if it doesn't exist, or get existing user. This method ensures a user exists in the backend database before performing
methods/MIRIX/mirix/client/remote_client.py:324
↓ 19 callers
Method
enterTask
(text: string)
methods/memOS/MemOS/apps/openwork-memos-integration/apps/desktop/e2e/pages/home.page.ts:30
↓ 19 callers
Function
get_client_from_jwt_or_api_key
Authenticate using either JWT token (dashboard) or Client API Key (programmatic). Args: authorization: Bearer JWT token from Authori
methods/MIRIX/mirix/server/rest_api.py:4095
↓ 19 callers
Function
json_dumps
JSON serializer that handles datetime objects. Args: data: Data to serialize indent: JSON indentation level Returns:
methods/MIRIX/mirix/client/utils.py:17
↓ 19 callers
Method
list
List records with cursor-based pagination, ordering by created_at. Cursor is an ID, but pagination is based on the cursor object's cr
methods/MIRIX/mirix/orm/sqlalchemy_base.py:195
↓ 19 callers
Method
patch
(self, path, **kwargs)
methods/MIRIX/tests/test_raw_memory.py:772
↓ 19 callers
Function
put_messages
Create QueueMessage protobuf and send to queue. Args: actor: The Client performing the action (for auth/write operations)
methods/MIRIX/mirix/queue/queue_util.py:76
↓ 19 callers
Method
retrieve
( self, query: str, top_k: int, info=None, mode="fast", memory
methods/memOS/MemOS/src/memos/memories/textual/tree_text_memory/retrieve/searcher.py:76
↓ 19 callers
Method
setClientHubConnection
(conn: ClientHubConnection)
methods/memOS/MemOS/apps/memos-local-openclaw/src/storage/sqlite.ts:1858
↓ 19 callers
Method
set_updated_at
Set updated_at to naive UTC (RawMemory uses TIMESTAMP WITHOUT TIME ZONE). Overrides mixin to avoid asyncpg "offset-naive and offset-a
methods/MIRIX/mirix/orm/raw_memory.py:104
↓ 18 callers
Method
add_scalar
(self, *args: Any, **kwargs: Any)
methods/MemRL/memrl/run/bcb_runner.py:132
↓ 18 callers
Method
count
(variable: Variable)
methods/MemRL/3rdparty/LifelongAgentBench/src/tasks/instance/knowledge_graph/api.py:252
↓ 18 callers
Method
download
Download the image and save it to the corresponding path. Args: task (dict): The task dict got from ``task_queue``. t
data/locomo/generative_agents/conversation_utils.py:436
↓ 18 callers
Method
list_agents
List all available agents to a user
methods/MIRIX/mirix/server/server.py:104
↓ 18 callers
Method
list_agents
(self, *, parent_id, actor, limit=None, **kwargs)
methods/MIRIX/tests/test_memory_server.py:741
↓ 18 callers
Function
log
(msg: string)
methods/memOS/MemOS/apps/memos-local-openclaw/scripts/run-accuracy-test.ts:64
↓ 18 callers
Method
readJson
(req: http.IncomingMessage)
methods/memOS/MemOS/apps/memos-local-openclaw/src/hub/server.ts:1153
↓ 18 callers
Method
submit_messages
(self, messages: ScheduleMessageItem | list[ScheduleMessageItem])
methods/memOS/MemOS/src/memos/mem_scheduler/base_mixins/queue_ops.py:33
← previous
next →
201–300 of 13,378, ranked by callers