mindroot 9.23.0__py3-none-any.whl → 10.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mindroot might be problematic. Click here for more details.
- mindroot/coreplugins/chat/static/js/chat.js +13 -2
- mindroot/coreplugins/chat/static/js/chatform.js +1 -1
- mindroot/coreplugins/check_list/helpers.py +221 -0
- mindroot/coreplugins/check_list/mod.py +383 -126
- mindroot/coreplugins/check_list/mod.py.backup +378 -0
- mindroot/coreplugins/check_list/mod.py.backup2 +506 -0
- mindroot/coreplugins/check_list/mod.py.backup3 +506 -0
- mindroot/coreplugins/check_list/plugin_info.json +14 -0
- mindroot/docs/.env +1 -0
- mindroot/docs/.gitignore +1 -0
- mindroot/docs/_build/doctrees/chat_with_assistant.doctree +0 -0
- mindroot/docs/_build/doctrees/developer_documentation.doctree +0 -0
- mindroot/docs/_build/doctrees/environment.pickle +0 -0
- mindroot/docs/_build/doctrees/getting_started.doctree +0 -0
- mindroot/docs/_build/doctrees/index.doctree +0 -0
- mindroot/docs/_build/doctrees/install_plugins_with_tools.doctree +0 -0
- mindroot/docs/_build/doctrees/installation.doctree +0 -0
- mindroot/docs/_build/doctrees/llm_api_key.doctree +0 -0
- mindroot/docs/_build/doctrees/llm_plugin_installation.doctree +0 -0
- mindroot/docs/_build/doctrees/programming_task.doctree +0 -0
- mindroot/docs/_build/doctrees/source/ahp.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.admin.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.api_keys.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat_avatar.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.check_list.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.credits.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.email.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.env_manager.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.events.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.handlers.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.jwt_auth.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.l8n.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.mcp_.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.persona.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.startup.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.subscriptions.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.usage.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.coreplugins.user_service.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.auth.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.json_str_block.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.plugins.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.providers.backup.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.lib.providers.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mindroot.registry.doctree +0 -0
- mindroot/docs/_build/doctrees/source/modules.doctree +0 -0
- mindroot/docs/_build/doctrees/source/mr_agent_expert_instr.doctree +0 -0
- mindroot/docs/_build/doctrees/starting_mindroot.doctree +0 -0
- mindroot/docs/_build/doctrees/user_documentation.doctree +0 -0
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/settings_router.html +287 -89
- mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/middleware.html +281 -89
- mindroot/docs/_build/html/_modules/mindroot/lib/providers/model_preferences_v2.html +293 -91
- mindroot/docs/_build/html/_modules/mindroot/lib/templates.html +342 -98
- mindroot/docs/_build/html/_modules/mindroot/server.html +291 -87
- mindroot/docs/_build/html/_sources/developer_documentation.rst.txt +21 -1
- mindroot/docs/_build/html/developer_documentation.html +44 -4
- mindroot/docs/_build/html/getting_started.html +18 -15
- mindroot/docs/_build/html/index.html +1 -0
- mindroot/docs/_build/html/searchindex.js +1 -1
- mindroot/docs/_build/html/source/mindroot.coreplugins.api_keys.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.chat_avatar.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.check_list.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.credits.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.env_manager.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.events.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.index.handlers.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.index.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.persona.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.startup.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.subscriptions.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.usage.html +15 -2
- mindroot/docs/_build/html/source/mindroot.coreplugins.user_service.html +15 -2
- mindroot/docs/_build/html/source/mindroot.lib.auth.html +15 -2
- mindroot/docs/_build/html/source/mindroot.lib.html +2 -1
- mindroot/docs/_build/html/source/mindroot.lib.json_str_block.html +15 -2
- mindroot/docs/_build/html/source/mindroot.lib.plugins.html +15 -2
- mindroot/docs/_build/html/source/mindroot.registry.html +15 -2
- mindroot/docs/_build/html/source/modules.html +15 -2
- mindroot/docs/developer_documentation.rst +21 -1
- mindroot/lib/buchatlog3.py +592 -0
- mindroot/lib/chatlog.py +155 -5
- {mindroot-9.23.0.dist-info → mindroot-10.0.0.dist-info}/METADATA +1 -1
- {mindroot-9.23.0.dist-info → mindroot-10.0.0.dist-info}/RECORD +91 -83
- {mindroot-9.23.0.dist-info → mindroot-10.0.0.dist-info}/WHEEL +0 -0
- {mindroot-9.23.0.dist-info → mindroot-10.0.0.dist-info}/entry_points.txt +0 -0
- {mindroot-9.23.0.dist-info → mindroot-10.0.0.dist-info}/licenses/LICENSE +0 -0
- {mindroot-9.23.0.dist-info → mindroot-10.0.0.dist-info}/top_level.txt +0 -0
mindroot/lib/chatlog.py
CHANGED
|
@@ -281,7 +281,7 @@ async def find_child_logs_by_parent_id(parent_log_id: str) -> List[str]:
|
|
|
281
281
|
|
|
282
282
|
def extract_delegate_task_log_ids(messages: List[Dict]) -> List[str]:
|
|
283
283
|
"""
|
|
284
|
-
Extract log IDs from delegate_task commands in messages.
|
|
284
|
+
Extract log IDs from delegate_task and delegate_subtask commands in messages.
|
|
285
285
|
|
|
286
286
|
Args:
|
|
287
287
|
messages: List of chat messages
|
|
@@ -312,10 +312,15 @@ def extract_delegate_task_log_ids(messages: List[Dict]) -> List[str]:
|
|
|
312
312
|
for key, value in cmd.items():
|
|
313
313
|
if key == 'delegate_task' and 'log_id' in value:
|
|
314
314
|
log_ids.append(value['log_id'])
|
|
315
|
+
elif key == 'delegate_subtask' and 'log_id' in value:
|
|
316
|
+
log_ids.append(value['log_id'])
|
|
315
317
|
except (json.JSONDecodeError, TypeError, KeyError):
|
|
316
318
|
# If not JSON, try regex to find log_ids in delegate_task commands
|
|
317
319
|
matches = re.findall(r'"delegate_task"\s*:\s*{\s*"log_id"\s*:\s*"([^"]+)"', text)
|
|
318
320
|
log_ids.extend(matches)
|
|
321
|
+
# Also check for delegate_subtask commands
|
|
322
|
+
matches = re.findall(r'"delegate_subtask"\s*:\s*{\s*"log_id"\s*:\s*"([^"]+)"', text)
|
|
323
|
+
log_ids.extend(matches)
|
|
319
324
|
|
|
320
325
|
return log_ids
|
|
321
326
|
|
|
@@ -389,7 +394,119 @@ async def save_token_counts_to_cache(log_id: str, token_counts: Dict[str, int])
|
|
|
389
394
|
async with aiofiles.open(cache_path, 'w') as f:
|
|
390
395
|
await f.write(json.dumps(token_counts))
|
|
391
396
|
|
|
392
|
-
async def
|
|
397
|
+
async def build_token_hierarchy(log_id: str, user: str = None, visited: set = None) -> Dict:
|
|
398
|
+
"""
|
|
399
|
+
Build a hierarchical token count structure for a log and its children.
|
|
400
|
+
|
|
401
|
+
Args:
|
|
402
|
+
log_id: The log ID to build hierarchy for
|
|
403
|
+
user: User for the log
|
|
404
|
+
visited: Set of already visited log IDs to prevent infinite recursion
|
|
405
|
+
|
|
406
|
+
Returns:
|
|
407
|
+
Dictionary with hierarchical structure containing:
|
|
408
|
+
- log_id: The log ID
|
|
409
|
+
- individual_counts: Token counts for this log only
|
|
410
|
+
- cumulative_counts: Token counts including all children
|
|
411
|
+
- children: List of child hierarchies
|
|
412
|
+
"""
|
|
413
|
+
if visited is None:
|
|
414
|
+
visited = set()
|
|
415
|
+
|
|
416
|
+
if log_id in visited:
|
|
417
|
+
return None # Prevent infinite recursion
|
|
418
|
+
|
|
419
|
+
visited.add(log_id)
|
|
420
|
+
|
|
421
|
+
# Find the chatlog file
|
|
422
|
+
chatlog_path = await find_chatlog_file(log_id)
|
|
423
|
+
if not chatlog_path:
|
|
424
|
+
return None
|
|
425
|
+
|
|
426
|
+
# Load the chat log
|
|
427
|
+
async with aiofiles.open(chatlog_path, 'r') as f:
|
|
428
|
+
content = await f.read()
|
|
429
|
+
log_data = json.loads(content)
|
|
430
|
+
|
|
431
|
+
# Check if we have cached individual counts for this specific session
|
|
432
|
+
cached_individual = await get_cached_token_counts(log_id, chatlog_path)
|
|
433
|
+
if cached_individual and 'input_tokens_sequence' in cached_individual:
|
|
434
|
+
print(f"Using cached individual token counts for session {log_id}")
|
|
435
|
+
individual_counts = {
|
|
436
|
+
'input_tokens_sequence': cached_individual['input_tokens_sequence'],
|
|
437
|
+
'output_tokens_sequence': cached_individual['output_tokens_sequence'],
|
|
438
|
+
'input_tokens_total': cached_individual['input_tokens_total']
|
|
439
|
+
}
|
|
440
|
+
else:
|
|
441
|
+
# Calculate individual counts for this session
|
|
442
|
+
if user is None:
|
|
443
|
+
try:
|
|
444
|
+
path_parts = chatlog_path.split(os.sep)
|
|
445
|
+
if len(path_parts) >= 4 and path_parts[-4] == 'chat':
|
|
446
|
+
user = path_parts[-3]
|
|
447
|
+
else:
|
|
448
|
+
user = "system"
|
|
449
|
+
except Exception:
|
|
450
|
+
user = "system"
|
|
451
|
+
|
|
452
|
+
temp_log = ChatLog(log_id=log_id, user=user, agent=log_data.get('agent', 'unknown'))
|
|
453
|
+
temp_log.messages = log_data.get('messages', [])
|
|
454
|
+
|
|
455
|
+
# Count tokens for this log only
|
|
456
|
+
individual_counts = temp_log.count_tokens()
|
|
457
|
+
|
|
458
|
+
# Cache the individual session counts
|
|
459
|
+
individual_cache_data = {
|
|
460
|
+
'input_tokens_sequence': individual_counts['input_tokens_sequence'],
|
|
461
|
+
'output_tokens_sequence': individual_counts['output_tokens_sequence'],
|
|
462
|
+
'input_tokens_total': individual_counts['input_tokens_total']
|
|
463
|
+
}
|
|
464
|
+
await save_token_counts_to_cache(log_id, individual_cache_data)
|
|
465
|
+
print(f"Cached individual token counts for session {log_id}")
|
|
466
|
+
|
|
467
|
+
# Find all child log IDs
|
|
468
|
+
if user is None:
|
|
469
|
+
try:
|
|
470
|
+
path_parts = chatlog_path.split(os.sep)
|
|
471
|
+
if len(path_parts) >= 4 and path_parts[-4] == 'chat':
|
|
472
|
+
user = path_parts[-3]
|
|
473
|
+
else:
|
|
474
|
+
user = "system"
|
|
475
|
+
except Exception:
|
|
476
|
+
user = "system"
|
|
477
|
+
|
|
478
|
+
temp_log = ChatLog(log_id=log_id, user=user, agent=log_data.get('agent', 'unknown'))
|
|
479
|
+
temp_log.messages = log_data.get('messages', [])
|
|
480
|
+
delegated_log_ids = extract_delegate_task_log_ids(temp_log.messages)
|
|
481
|
+
child_logs_by_parent = await find_child_logs_by_parent_id(log_id)
|
|
482
|
+
all_child_log_ids = list(set(delegated_log_ids) | set(child_logs_by_parent))
|
|
483
|
+
|
|
484
|
+
# Build child hierarchies
|
|
485
|
+
children = []
|
|
486
|
+
cumulative_counts = {
|
|
487
|
+
'input_tokens_sequence': individual_counts['input_tokens_sequence'],
|
|
488
|
+
'output_tokens_sequence': individual_counts['output_tokens_sequence'],
|
|
489
|
+
'input_tokens_total': individual_counts['input_tokens_total']
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
for child_id in all_child_log_ids:
|
|
493
|
+
child_hierarchy = await build_token_hierarchy(child_id, user, visited.copy())
|
|
494
|
+
if child_hierarchy:
|
|
495
|
+
children.append(child_hierarchy)
|
|
496
|
+
# Add child's cumulative counts to our cumulative counts
|
|
497
|
+
cumulative_counts['input_tokens_sequence'] += child_hierarchy['cumulative_counts']['input_tokens_sequence']
|
|
498
|
+
cumulative_counts['output_tokens_sequence'] += child_hierarchy['cumulative_counts']['output_tokens_sequence']
|
|
499
|
+
cumulative_counts['input_tokens_total'] += child_hierarchy['cumulative_counts']['input_tokens_total']
|
|
500
|
+
|
|
501
|
+
return {
|
|
502
|
+
'log_id': log_id,
|
|
503
|
+
'agent': log_data.get('agent', 'unknown'),
|
|
504
|
+
'individual_counts': individual_counts,
|
|
505
|
+
'cumulative_counts': cumulative_counts,
|
|
506
|
+
'children': children
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
async def count_tokens_for_log_id(log_id: str, user: str = None, hierarchical: bool = False) -> Dict[str, int]:
|
|
393
510
|
"""
|
|
394
511
|
Count tokens for a chat log identified by log_id, including any delegated tasks.
|
|
395
512
|
|
|
@@ -397,13 +514,32 @@ async def count_tokens_for_log_id(log_id: str) -> Dict[str, int]:
|
|
|
397
514
|
log_id: The log ID to count tokens for
|
|
398
515
|
|
|
399
516
|
Returns:
|
|
400
|
-
Dictionary with token counts or None if log not found
|
|
517
|
+
Dictionary with token counts or None if log not found.
|
|
518
|
+
If hierarchical=True, includes 'hierarchy' key with tree structure.
|
|
519
|
+
If hierarchical=False (default), returns flat structure for backwards compatibility.
|
|
401
520
|
"""
|
|
402
521
|
# Find the chatlog file
|
|
403
522
|
chatlog_path = await find_chatlog_file(log_id)
|
|
404
523
|
if not chatlog_path:
|
|
405
524
|
return None
|
|
406
525
|
|
|
526
|
+
# If hierarchical structure is requested, build and return it
|
|
527
|
+
if hierarchical:
|
|
528
|
+
# Check cache first for hierarchical data
|
|
529
|
+
cached_counts = await get_cached_token_counts(log_id, chatlog_path)
|
|
530
|
+
if cached_counts and 'hierarchy' in cached_counts:
|
|
531
|
+
print(f"Using cached hierarchical token counts for {log_id}")
|
|
532
|
+
return cached_counts
|
|
533
|
+
|
|
534
|
+
print(f"Calculating hierarchical token counts for {log_id}")
|
|
535
|
+
hierarchy = await build_token_hierarchy(log_id, user)
|
|
536
|
+
if hierarchy:
|
|
537
|
+
result = {'hierarchy': hierarchy}
|
|
538
|
+
# Save hierarchical data to cache
|
|
539
|
+
await save_token_counts_to_cache(log_id, result)
|
|
540
|
+
return result
|
|
541
|
+
return None
|
|
542
|
+
|
|
407
543
|
# Check cache first
|
|
408
544
|
cached_counts = await get_cached_token_counts(log_id, chatlog_path)
|
|
409
545
|
if cached_counts:
|
|
@@ -421,7 +557,21 @@ async def count_tokens_for_log_id(log_id: str) -> Dict[str, int]:
|
|
|
421
557
|
parent_log_id = log_data.get('parent_log_id')
|
|
422
558
|
|
|
423
559
|
# Create a temporary ChatLog instance to count tokens
|
|
424
|
-
|
|
560
|
+
# Use provided user or try to determine from chatlog path or fallback to "system"
|
|
561
|
+
if user is None:
|
|
562
|
+
# Try to extract user from chatlog path: data/chat/{user}/{agent}/chatlog_{log_id}.json
|
|
563
|
+
try:
|
|
564
|
+
path_parts = chatlog_path.split(os.sep)
|
|
565
|
+
if len(path_parts) >= 4 and path_parts[-4] == 'chat':
|
|
566
|
+
extracted_user = path_parts[-3] # User is third from the end
|
|
567
|
+
user = extracted_user
|
|
568
|
+
print(f"Extracted user '{user}' from chatlog path: {chatlog_path}")
|
|
569
|
+
else:
|
|
570
|
+
user = "system" # Default fallback
|
|
571
|
+
except Exception as e:
|
|
572
|
+
print(f"Error extracting user from path {chatlog_path}: {e}")
|
|
573
|
+
user = "system" # Default fallback
|
|
574
|
+
temp_log = ChatLog(log_id=log_id, user=user, agent=log_data.get('agent', 'unknown'))
|
|
425
575
|
temp_log.messages = log_data.get('messages', [])
|
|
426
576
|
|
|
427
577
|
# Count tokens for this log
|
|
@@ -449,7 +599,7 @@ async def count_tokens_for_log_id(log_id: str) -> Dict[str, int]:
|
|
|
449
599
|
|
|
450
600
|
# Recursively count tokens for all child tasks
|
|
451
601
|
for child_id in all_child_log_ids:
|
|
452
|
-
delegated_counts = await count_tokens_for_log_id(child_id)
|
|
602
|
+
delegated_counts = await count_tokens_for_log_id(child_id, user=user)
|
|
453
603
|
if delegated_counts:
|
|
454
604
|
combined_counts['input_tokens_sequence'] += delegated_counts['input_tokens_sequence']
|
|
455
605
|
combined_counts['output_tokens_sequence'] += delegated_counts['output_tokens_sequence']
|
|
@@ -489,9 +489,9 @@ mindroot/coreplugins/chat/static/js/auth.js,sha256=HbzBIz2yGdWQggVGzEsIzNG272T7x
|
|
|
489
489
|
mindroot/coreplugins/chat/static/js/authfetch.js,sha256=a05Vj4pt6Qnu4WdF7jsismVijubUXZuR6ndWeYBOtZY,526
|
|
490
490
|
mindroot/coreplugins/chat/static/js/base.js,sha256=AtaHATjxpQNQ7Lv8RUlV0n3icrpmC2dmnkAdSI_v714,1285
|
|
491
491
|
mindroot/coreplugins/chat/static/js/chat-history.js,sha256=FuJyEu0jcNomJeCbRT45Z_kcS5LVZdRbnC6kcH-Eyd8,6501
|
|
492
|
-
mindroot/coreplugins/chat/static/js/chat.js,sha256=
|
|
492
|
+
mindroot/coreplugins/chat/static/js/chat.js,sha256=PEQlgtSQB779Rk1IgD-8NdZ9eZT8dlQW8R8iapq9onM,15074
|
|
493
493
|
mindroot/coreplugins/chat/static/js/chat.js.diff,sha256=QdlbO_WiNXUWmvbwM5x_bC5WMFdzsXrXaNtmubPtnhE,8339
|
|
494
|
-
mindroot/coreplugins/chat/static/js/chatform.js,sha256=
|
|
494
|
+
mindroot/coreplugins/chat/static/js/chatform.js,sha256=0tMTfeBTVLxiuTVS8tLD67UYVMrL1H_sa-0hAkm3EqA,17832
|
|
495
495
|
mindroot/coreplugins/chat/static/js/chatmessage.js,sha256=qoRb6XWKzzbMOIowIt3admWO8FaT2VqWGhN_anQlGSQ,1272
|
|
496
496
|
mindroot/coreplugins/chat/static/js/cmdprefixes.js,sha256=Gip5WQXYb_VFK51OYlNtxT1fKUATKLsuVUpaGBKBwig,1022
|
|
497
497
|
mindroot/coreplugins/chat/static/js/code-copy-button.js,sha256=-owTkgvP9Ibdd12yyFJcvAeN2jfqf0ETUtXgNuHnWrg,5890
|
|
@@ -890,7 +890,12 @@ mindroot/coreplugins/chat_avatar/__init__.py,sha256=MsSFjiLMLJZ7QhUPpVBWKiyDnCzr
|
|
|
890
890
|
mindroot/coreplugins/chat_avatar/inject/chat.jinja2,sha256=TDSSt_SdOOW4EJMQK7fA_L2W5GNbDICRmXyqSsw0wuE,1093
|
|
891
891
|
mindroot/coreplugins/check_list/__init__.py,sha256=SaaGvnpz37xRM7DjGWBz5CD27Jh2UVdPLGoVUAFrUSY,77
|
|
892
892
|
mindroot/coreplugins/check_list/checklist.md,sha256=C8zeBhcA6R_ts2m-PzhIQOs0pg-C8xcFUmXjfHZO3d0,3908
|
|
893
|
-
mindroot/coreplugins/check_list/
|
|
893
|
+
mindroot/coreplugins/check_list/helpers.py,sha256=C1wZEXF4dAfQGzXbRcOddEpXOt-jY1WfFN2bLUy9Y9U,7395
|
|
894
|
+
mindroot/coreplugins/check_list/mod.py,sha256=0qQTSFUudgnnjMM1-IiqfI6KNCt40T-AKUJekEunRso,24052
|
|
895
|
+
mindroot/coreplugins/check_list/mod.py.backup,sha256=ApezrvpRpJRvXlApVM1KaEfENwrjjO6Yo8C6vz4_TDE,12715
|
|
896
|
+
mindroot/coreplugins/check_list/mod.py.backup2,sha256=oFHtGmUGxB-5P-WD7O2qoldGpjPIqN0rmYIc6DFwreM,17429
|
|
897
|
+
mindroot/coreplugins/check_list/mod.py.backup3,sha256=oFHtGmUGxB-5P-WD7O2qoldGpjPIqN0rmYIc6DFwreM,17429
|
|
898
|
+
mindroot/coreplugins/check_list/plugin_info.json,sha256=DGX0ThPGszK-p-vrIMsNnlC57AucfJsJWQOiMInD0NY,390
|
|
894
899
|
mindroot/coreplugins/check_list/inject/admin.jinja2,sha256=wt7LCyfY2jEiN7qGecAvIb_Sn8yvXGFI4hK20ZuwjSA,407
|
|
895
900
|
mindroot/coreplugins/check_list/override/system.jinja2,sha256=nvak8X3APCKqNtFstSFqfxiU1-oTcq6XNZER19xiW1Q,208
|
|
896
901
|
mindroot/coreplugins/check_list/static/js/checklist-help.js,sha256=xwjtXMae4gyHeetqTWZ36sSRQHuGPoqEdVtfk7I2m24,8214
|
|
@@ -1802,10 +1807,12 @@ mindroot/coreplugins/user_service/router.py,sha256=j7Y2vn87b86FOA5KkMIiduYjfyHuy
|
|
|
1802
1807
|
mindroot/coreplugins/user_service/backup/admin_service.py,sha256=scc59rxlZz4uuVvgjf-9HL2gKi7-uiCdSt6LjWJILR8,4259
|
|
1803
1808
|
mindroot/coreplugins/user_service/backup/admin_setup.py,sha256=JGszAw8nVtnNiisSUGu9jtoStKGyN44KpbRlKAhDJho,3001
|
|
1804
1809
|
mindroot/coreplugins/user_service/templates/reset_password.jinja2,sha256=81UNN9bWFS2GNIO4_jji6iz5Dfk95Ln2vc9_Brac4ac,2119
|
|
1810
|
+
mindroot/docs/.env,sha256=9PmC_3JMfGWQMQDMTYOmH6meJH5V-Vu994MB4uzeQuw,59
|
|
1811
|
+
mindroot/docs/.gitignore,sha256=aapzz1vDN3p9l_Lo0rt3MZWBXv4iWvfxvm9bkwa74U8,5
|
|
1805
1812
|
mindroot/docs/Makefile,sha256=i2WHuFlgfyAPEW4ssEP8NY4cOibDJrVjvzSEU8_Ggwc,634
|
|
1806
1813
|
mindroot/docs/chat_with_assistant.rst,sha256=1TteDcoZsBqPgp-PbbD_3ASaJe-0G7Wfb_aaLc8HEC4,389
|
|
1807
1814
|
mindroot/docs/conf.py,sha256=9faTQz2wYclVSTRlnCSIdqibFdColMDFyuz6RsbVZrg,1681
|
|
1808
|
-
mindroot/docs/developer_documentation.rst,sha256=
|
|
1815
|
+
mindroot/docs/developer_documentation.rst,sha256=HR96_Z-5s5F2-pTtyF_ru4SWaN7EaGBkWA0ZeowuQcs,1225
|
|
1809
1816
|
mindroot/docs/envvar.png,sha256=wn4-KEK3odPHyPdQCMK9Co3WZrXExNMyUFeAe-T0_h0,58855
|
|
1810
1817
|
mindroot/docs/files.png,sha256=e8gM4Dw2yzAWbd5JAOA3Z_Wkeke0cMgL_ysvyH9rDQk,69667
|
|
1811
1818
|
mindroot/docs/getting_started.rst,sha256=jAd5O7cm_x9o9es3dVbd7FE-HwzJYsjyjqlGAlyCu30,3121
|
|
@@ -1823,56 +1830,56 @@ mindroot/docs/programming_task.rst,sha256=VJ6euwtBUbjO5SmPz2jA-6P5FmX1TmDRr0jFl5
|
|
|
1823
1830
|
mindroot/docs/restart.png,sha256=PDzC8F1HdNs4A4hDOWtq-qzmAkXDTm-YN88bfUagzKc,19897
|
|
1824
1831
|
mindroot/docs/starting_mindroot.rst,sha256=3uj-IfHsEQbgs26HD_ifjiTR8dK9IGzS4JxfB4BMht4,287
|
|
1825
1832
|
mindroot/docs/user_documentation.rst,sha256=HuiU1bl2gQar83sEz4rB_qnrhNdLpyNgbK711bNCLfM,324
|
|
1826
|
-
mindroot/docs/_build/doctrees/chat_with_assistant.doctree,sha256=
|
|
1827
|
-
mindroot/docs/_build/doctrees/developer_documentation.doctree,sha256=
|
|
1828
|
-
mindroot/docs/_build/doctrees/environment.pickle,sha256=
|
|
1829
|
-
mindroot/docs/_build/doctrees/getting_started.doctree,sha256=
|
|
1830
|
-
mindroot/docs/_build/doctrees/index.doctree,sha256=
|
|
1831
|
-
mindroot/docs/_build/doctrees/install_plugins_with_tools.doctree,sha256=
|
|
1832
|
-
mindroot/docs/_build/doctrees/installation.doctree,sha256=
|
|
1833
|
-
mindroot/docs/_build/doctrees/llm_api_key.doctree,sha256=
|
|
1834
|
-
mindroot/docs/_build/doctrees/llm_plugin_installation.doctree,sha256=
|
|
1835
|
-
mindroot/docs/_build/doctrees/programming_task.doctree,sha256=
|
|
1836
|
-
mindroot/docs/_build/doctrees/starting_mindroot.doctree,sha256=
|
|
1837
|
-
mindroot/docs/_build/doctrees/user_documentation.doctree,sha256=
|
|
1838
|
-
mindroot/docs/_build/doctrees/source/ahp.doctree,sha256=
|
|
1839
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.admin.doctree,sha256=
|
|
1840
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.api_keys.doctree,sha256=
|
|
1841
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat.doctree,sha256=
|
|
1842
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat_avatar.doctree,sha256=
|
|
1843
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.check_list.doctree,sha256=
|
|
1844
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.credits.doctree,sha256=
|
|
1845
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.doctree,sha256=
|
|
1846
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.email.doctree,sha256=
|
|
1847
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.env_manager.doctree,sha256=
|
|
1848
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.events.doctree,sha256=
|
|
1849
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.doctree,sha256=
|
|
1850
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.handlers.doctree,sha256=
|
|
1851
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.jwt_auth.doctree,sha256=
|
|
1852
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.l8n.doctree,sha256=
|
|
1853
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.mcp_.doctree,sha256=
|
|
1854
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.persona.doctree,sha256=
|
|
1855
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.startup.doctree,sha256=
|
|
1856
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.subscriptions.doctree,sha256=
|
|
1857
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.usage.doctree,sha256=
|
|
1858
|
-
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.user_service.doctree,sha256=
|
|
1859
|
-
mindroot/docs/_build/doctrees/source/mindroot.doctree,sha256=
|
|
1860
|
-
mindroot/docs/_build/doctrees/source/mindroot.lib.auth.doctree,sha256=
|
|
1861
|
-
mindroot/docs/_build/doctrees/source/mindroot.lib.doctree,sha256=
|
|
1862
|
-
mindroot/docs/_build/doctrees/source/mindroot.lib.json_str_block.doctree,sha256=
|
|
1863
|
-
mindroot/docs/_build/doctrees/source/mindroot.lib.plugins.doctree,sha256=
|
|
1864
|
-
mindroot/docs/_build/doctrees/source/mindroot.lib.providers.backup.doctree,sha256=
|
|
1865
|
-
mindroot/docs/_build/doctrees/source/mindroot.lib.providers.doctree,sha256=
|
|
1866
|
-
mindroot/docs/_build/doctrees/source/mindroot.registry.doctree,sha256=
|
|
1867
|
-
mindroot/docs/_build/doctrees/source/modules.doctree,sha256=
|
|
1868
|
-
mindroot/docs/_build/doctrees/source/mr_agent_expert_instr.doctree,sha256=
|
|
1833
|
+
mindroot/docs/_build/doctrees/chat_with_assistant.doctree,sha256=OcZt4mECR0wFluCZqmaMNws8rAMVbGO0Zj2bUQ4ivcw,4264
|
|
1834
|
+
mindroot/docs/_build/doctrees/developer_documentation.doctree,sha256=tBQUD2vjXvPWKNNYGFSljGaP1Q91UeLBlTnNTDzgtis,12889
|
|
1835
|
+
mindroot/docs/_build/doctrees/environment.pickle,sha256=EXhso0dptNpZVOBLUJqKSxuhC_24eAEMC9VOxYMUgtA,2128458
|
|
1836
|
+
mindroot/docs/_build/doctrees/getting_started.doctree,sha256=gmV5T84IN3dnA_GYpF2K0Xr2u_PB2Pf188P09YOYpvQ,21756
|
|
1837
|
+
mindroot/docs/_build/doctrees/index.doctree,sha256=y1dyvKi-GRTderF1ZXZv1Gx-Fg2dCi5weExKDKkrQ3U,8054
|
|
1838
|
+
mindroot/docs/_build/doctrees/install_plugins_with_tools.doctree,sha256=WWE5nIfJUrd1ufmKY4xBdfNqW_JH_Ajrj95iPHSAOMM,5423
|
|
1839
|
+
mindroot/docs/_build/doctrees/installation.doctree,sha256=yOVZaq_9vrdOEbnoPNU9Qq7bnCZ3057sMPV65bOZFyo,5120
|
|
1840
|
+
mindroot/docs/_build/doctrees/llm_api_key.doctree,sha256=q6pmLCh4gaOLcsig3qdSfd4LGAoEOtaiwIHTqMBCGTo,5827
|
|
1841
|
+
mindroot/docs/_build/doctrees/llm_plugin_installation.doctree,sha256=U_1Mx5WaFb0xwC1K5QKrZ_liFfjalKOlSDM-Sr3hZ_U,6056
|
|
1842
|
+
mindroot/docs/_build/doctrees/programming_task.doctree,sha256=7vFQ-N5oBdaFpXpeEB6AE5swCaZeAWlB-QDW0BRHwss,3917
|
|
1843
|
+
mindroot/docs/_build/doctrees/starting_mindroot.doctree,sha256=Y55podOCUlTABOUDCHd0U3YQDQsHW96nQxARiEIN4mE,3954
|
|
1844
|
+
mindroot/docs/_build/doctrees/user_documentation.doctree,sha256=QHjr87Kmbo-nGBEKs90CbGVloqJHLMnuBzrV-8Nylac,3274
|
|
1845
|
+
mindroot/docs/_build/doctrees/source/ahp.doctree,sha256=xJL5x_aC4PgDSkb99Un70U43nJh_OCvVkf3Y5jTRlaE,2420
|
|
1846
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.admin.doctree,sha256=y7zLC8N3ufnri90sILR9lgTnJBdc3OgYCBAX0q1ywx8,755354
|
|
1847
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.api_keys.doctree,sha256=Ez1F01T0hsWRzLNrJ1DXKwOGoWo10o9z8KJMvWi4NAg,73162
|
|
1848
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat.doctree,sha256=ijIdtED6p8b6y2DKSqz5bM2EIk8Zrk6f7lZZkf15uYE,315902
|
|
1849
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.chat_avatar.doctree,sha256=vIDza2jjX2ecrzHpc0UhGiHap1ky07GeLel3mhe8yPU,3216
|
|
1850
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.check_list.doctree,sha256=BnLUAI_oKG78AU3ZbWvT0UqGC4fjwiW3zRnoXNQbdc4,36372
|
|
1851
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.credits.doctree,sha256=9ym-f1b7ZotFyqM_tQi2g2Tfeir8u6LOl3unB20MUPQ,255939
|
|
1852
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.doctree,sha256=gejUspCfhPkh4HLqd-h_2CTfZss4klB_ajcdsdF4EoQ,4445
|
|
1853
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.email.doctree,sha256=N9Zw2g2BjExwzBx5ZNtzbmKqzCAqgeUtuKd94GTK5zQ,113531
|
|
1854
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.env_manager.doctree,sha256=xUG-iTlJ-znyLJurNC5uUnugGkDAAZX7Ceim6934vT8,37111
|
|
1855
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.events.doctree,sha256=Mb3HTvjPMUTwi8A8MmEkXVjxv2Zju_qCoU6D1yIP5_o,14329
|
|
1856
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.doctree,sha256=PkPTPYV1y4K1sewIzq3lZQjq0xIorvg1rN13nYhwETI,148072
|
|
1857
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.index.handlers.doctree,sha256=AZUvgn1HDZAzXBgRNTzANxEOZxBx--358N7HNOOVM94,83396
|
|
1858
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.jwt_auth.doctree,sha256=HXAD3EazhqXExfHUnd32jUFlfamfaOpjZlgExjGBjCw,36120
|
|
1859
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.l8n.doctree,sha256=YXMtmYAjaQe_NkCkXAu0SZ90_bG0GBQNPupoknzddy4,176952
|
|
1860
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.mcp_.doctree,sha256=V2uBL17WCz7CLqpr1jC2Nzs4gc3FasZIJIxT-zJall8,389117
|
|
1861
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.persona.doctree,sha256=IGz6imSah5LA2-8Aibb1HlZJmWWLH55g6c0o196bHdo,21441
|
|
1862
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.startup.doctree,sha256=I7JdmXFWrsF_GOmfgn-8a7IaQFRdmnCtSop2vCS9TkQ,6358
|
|
1863
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.subscriptions.doctree,sha256=AZrLTN9SZcUQYS9cL5B_7GfY6HvVmwgXNQ7i9CXtETk,496326
|
|
1864
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.usage.doctree,sha256=EuzB5jh0Kmcf__5jKL3vlhJmN9QFIYbahLGJfp98DSo,180732
|
|
1865
|
+
mindroot/docs/_build/doctrees/source/mindroot.coreplugins.user_service.doctree,sha256=L2bDFiTLoj8pcW0OjLhxRRjfx5IR8IF4nUYWiJ1ZHbs,161569
|
|
1866
|
+
mindroot/docs/_build/doctrees/source/mindroot.doctree,sha256=inXwtQ0CQ0ja7mG6Gis3xZN5GifGTgz_80awPVnK264,99550
|
|
1867
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.auth.doctree,sha256=8WCaOpYg63elXZ9zyAcaanQzM8UGIeLyWQG7whmSblA,28807
|
|
1868
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.doctree,sha256=AQCKnObFGURObV_Xovvdn_vMNZLUsnPioDUEFhgUr7Y,476976
|
|
1869
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.json_str_block.doctree,sha256=Nmsw3IkrxR56l5a6JWRfOmMuqGzYZG8ERWWv7r99qRw,9789
|
|
1870
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.plugins.doctree,sha256=pEw6NLsk5Zhl5LOdeIN4fpKgmxHp_iTrHizjABhspAY,197660
|
|
1871
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.providers.backup.doctree,sha256=vEU3v7o0z0XwqH2RRXFWkahenl7y-OHtZ-fgC7T2gNk,2796
|
|
1872
|
+
mindroot/docs/_build/doctrees/source/mindroot.lib.providers.doctree,sha256=B1PR5AaJam28G37VmPp_XwZayEEHbB-PFceO02DQUj4,81943
|
|
1873
|
+
mindroot/docs/_build/doctrees/source/mindroot.registry.doctree,sha256=fGLWhjDMmB7NneYDcqRuIeUO_6qnSyMS90aM5Zo9ELA,47430
|
|
1874
|
+
mindroot/docs/_build/doctrees/source/modules.doctree,sha256=Zm-Prb2i5f8puNAo8Zyyqx6ph6qOyK12XFw9blHEwqI,2755
|
|
1875
|
+
mindroot/docs/_build/doctrees/source/mr_agent_expert_instr.doctree,sha256=wHhax95_Tkun_5kT6tRwH6LnLankQBC3qL4NgCP-lKI,2516
|
|
1869
1876
|
mindroot/docs/_build/html/.buildinfo,sha256=8Up6x1Rxu7r3hp72Ib-q0FFQsbuTEppZImpB-D6lmMM,231
|
|
1870
1877
|
mindroot/docs/_build/html/.buildinfo.bak,sha256=aZ0R1M-Ug-ZgU5Nku3lnM8YVfx-qeaP8qbPiKHSCErc,231
|
|
1871
1878
|
mindroot/docs/_build/html/chat_with_assistant.html,sha256=FCy1WCjiLL8Hji9npZ6vuez5weToJIddSx7Gk2z1vG0,16129
|
|
1872
|
-
mindroot/docs/_build/html/developer_documentation.html,sha256=
|
|
1879
|
+
mindroot/docs/_build/html/developer_documentation.html,sha256=G447uqbneVHuNTZfFnRwANOrdf_aF83SkGy_S0I4jlU,18137
|
|
1873
1880
|
mindroot/docs/_build/html/genindex.html,sha256=B0XfFCrHXHgzDaY8FxOgabnNOSerK-nRfNgVggeRDLs,317992
|
|
1874
|
-
mindroot/docs/_build/html/getting_started.html,sha256=
|
|
1875
|
-
mindroot/docs/_build/html/index.html,sha256=
|
|
1881
|
+
mindroot/docs/_build/html/getting_started.html,sha256=MkdpOulFON5B3JULx8ES1zZF5zfpnfQ_Y_KBMkOoLEs,21384
|
|
1882
|
+
mindroot/docs/_build/html/index.html,sha256=9Q6anXD-XoItT8bGe5PgpdSIupeHdeNRBFuyXQWdQRc,18327
|
|
1876
1883
|
mindroot/docs/_build/html/install_plugins_with_tools.html,sha256=WmLS7bxnUqxMTA6p74MLMdMLsEk7GIjcDiEXr3qUjuM,16421
|
|
1877
1884
|
mindroot/docs/_build/html/installation.html,sha256=DRCjfWkhPuciP4dpFapHYK5WTDBvAML_QoQmYkX7BgA,16848
|
|
1878
1885
|
mindroot/docs/_build/html/llm_api_key.html,sha256=q7ROf1qGq4slzUHyIcuPFzdP_kqzgXxloIOdoR4Dgp4,16488
|
|
@@ -1881,7 +1888,7 @@ mindroot/docs/_build/html/objects.inv,sha256=M8P7ZgJ6lTX1CVuGJWhZdAQrfKa7o3kyhCR
|
|
|
1881
1888
|
mindroot/docs/_build/html/programming_task.html,sha256=3AFM9PwfQs_5w3XN9nrnCfJURVkUwiS8gYJ1JhzIRZI,16172
|
|
1882
1889
|
mindroot/docs/_build/html/py-modindex.html,sha256=OwyOg3EusolCOrjUL7pdgu0mhdAMXFHOaiCOL2WQYUQ,58148
|
|
1883
1890
|
mindroot/docs/_build/html/search.html,sha256=RBwQZLstAJPTlnlEcH4tsZwTF2kRQ2TptkJR9Gmg5VU,14563
|
|
1884
|
-
mindroot/docs/_build/html/searchindex.js,sha256=
|
|
1891
|
+
mindroot/docs/_build/html/searchindex.js,sha256=ZDARmf0DrVOJfMawhdZPzoLdJfCVCtPQ5ho-w3hsAvk,238639
|
|
1885
1892
|
mindroot/docs/_build/html/starting_mindroot.html,sha256=Rn1mS0DCwTVJoY8p3nV6Y1LvFHz_YYTgnT2TPxXNSa8,16249
|
|
1886
1893
|
mindroot/docs/_build/html/user_documentation.html,sha256=Tqtzmp-BXIntFvBabSMS-u9CQIKA1uNVAW2R_X4E7sM,16612
|
|
1887
1894
|
mindroot/docs/_build/html/_images/envvar.png,sha256=wn4-KEK3odPHyPdQCMK9Co3WZrXExNMyUFeAe-T0_h0,58855
|
|
@@ -1893,7 +1900,7 @@ mindroot/docs/_build/html/_images/openrouter.png,sha256=AMdqvwBpi6c44-slXnuda79_
|
|
|
1893
1900
|
mindroot/docs/_build/html/_images/restart.png,sha256=PDzC8F1HdNs4A4hDOWtq-qzmAkXDTm-YN88bfUagzKc,19897
|
|
1894
1901
|
mindroot/docs/_build/html/_modules/index.html,sha256=8S-kzPpe3dq5qQviHVf-l7EYrNulAk_DG2YVJBV7Gpc,27769
|
|
1895
1902
|
mindroot/docs/_build/html/_modules/mindroot/migrate.html,sha256=8bhBEs_EeMuPz98AfDuksW3DGk7ql0wVhTAo0Yckvm0,10613
|
|
1896
|
-
mindroot/docs/_build/html/_modules/mindroot/server.html,sha256=
|
|
1903
|
+
mindroot/docs/_build/html/_modules/mindroot/server.html,sha256=I7w1R25EncNHDHaFXqVkwFgIKABYOOqIUfUPsnYsQ0Y,47676
|
|
1897
1904
|
mindroot/docs/_build/html/_modules/mindroot/server_missing_normal_args.html,sha256=STGE2jYYjkFP0QZoxYkjR4vucAZ0XCTkfL4TShS20fY,34171
|
|
1898
1905
|
mindroot/docs/_build/html/_modules/mindroot/server_prev.html,sha256=4ZSCL9jWLQ5kihM5NNg0tv8kuVEKKI6fuwlD8oA2E6w,29607
|
|
1899
1906
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/agent_importer.html,sha256=jxCIaayppnxo_Yi-aEl6MjG4OLQibP0gbX63RWHXqVA,34804
|
|
@@ -1915,7 +1922,7 @@ mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/registry_settings_
|
|
|
1915
1922
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/router.html,sha256=-ir7XTdQ2KZy34tg_NHpRU9WcNWyKvPMlnETSHHqBU8,27010
|
|
1916
1923
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/server_router.html,sha256=Xy-Xy7vgmvDhVgl0OgX1lsQMwoJqaEzmlPUNx-r4LSk,21614
|
|
1917
1924
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/service_models.html,sha256=sprNodsnzYVLqgCl9kLwtaWSgBDxZqF8W3pne-zztZk,16566
|
|
1918
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/settings_router.html,sha256=
|
|
1925
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/admin/settings_router.html,sha256=Rp6FptBNHnrJjl-3XeP36Dod2NsgYWpVHX0RSe225Q4,57470
|
|
1919
1926
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/api_key_manager.html,sha256=CvK88Bzsib3hq_-wiSfGcOsgV5WwYw6M1NzUHY6G-BI,19360
|
|
1920
1927
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/mod.html,sha256=sQT8gdfZ6ZxaQrPfXG8eZO7xAaHGyFX_YnN-DuoXJgw,7502
|
|
1921
1928
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/api_keys/router.html,sha256=AIacsVxpS_TuklJCkNsggV6j3_msgDiNiW3ojqbR3aI,13012
|
|
@@ -1950,7 +1957,7 @@ mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/agent_ops
|
|
|
1950
1957
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/index_ops.html,sha256=t504hKFMXwJu51J2N1zAWFQgeN43ZLK3QtI4R9C0w-g,21942
|
|
1951
1958
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/plugin_ops.html,sha256=P0Chxhxkf_Sdehgi8MsBzpEwkDOBmSVA3AeownrFTjw,30460
|
|
1952
1959
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/index/handlers/publish.html,sha256=uHZMeL4LZr5YMNgEqoaDh8SWLKuxE1jpUcaPaNryBx0,23418
|
|
1953
|
-
mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/middleware.html,sha256=
|
|
1960
|
+
mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/middleware.html,sha256=FpMzFjsXYnc5H2_b8hIMcRcozCTM1sVBRwEkBlFlIkg,60094
|
|
1954
1961
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/mod.html,sha256=2kcOkCaN7zLByCi8KpSkBUrxygmS2Z5PIfLw3K7mf8I,12217
|
|
1955
1962
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/jwt_auth/router.html,sha256=ScmfpvMjaWDqgPs5-U32-dRLijQOpLxrbyhK6R5EEr0,8181
|
|
1956
1963
|
mindroot/docs/_build/html/_modules/mindroot/coreplugins/l8n/language_detection.html,sha256=uSDJ-do7r8gwX36zlp4qbrxPRYk6DYSRnj4W-iAFD-U,21631
|
|
@@ -2005,7 +2012,7 @@ mindroot/docs/_build/html/_modules/mindroot/lib/providers.html,sha256=mAwz2fu_mm
|
|
|
2005
2012
|
mindroot/docs/_build/html/_modules/mindroot/lib/route_decorators.html,sha256=26aeDmxcp4v4ecaQzY5hNZgDUA_afqkm8Mvw5GcdEXA,14479
|
|
2006
2013
|
mindroot/docs/_build/html/_modules/mindroot/lib/session_files.html,sha256=HchjjwRKnjSX_pVOhXq7N08pPS3v7HT3_PnGs5eRGqw,10577
|
|
2007
2014
|
mindroot/docs/_build/html/_modules/mindroot/lib/streamcmd.html,sha256=nvS1cLpSokJO6hN3m4ZJ6OdNz_HTTTkdqPxl7vqhBaQ,25154
|
|
2008
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/templates.html,sha256=
|
|
2015
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/templates.html,sha256=944F2dqRTqEWFwz8Mxw0x7R3m5iptUtSGYyBwTD2S6U,109186
|
|
2009
2016
|
mindroot/docs/_build/html/_modules/mindroot/lib/token_counter.html,sha256=1vf0CqEkggZPCZ2Q_lZAW_ieKbVYJtZlOpe3d9tXFDk,34613
|
|
2010
2017
|
mindroot/docs/_build/html/_modules/mindroot/lib/auth/api_key.html,sha256=hm-v7O4It52GONlNBoTKkiMBJ8O29TIOxiACPgPtjlg,7108
|
|
2011
2018
|
mindroot/docs/_build/html/_modules/mindroot/lib/auth/auth.html,sha256=cZRBi-P6KN_37tBfJ4_J08cf0nEE_RXF4JVG9wBd9Ls,14844
|
|
@@ -2020,12 +2027,12 @@ mindroot/docs/_build/html/_modules/mindroot/lib/plugins/paths.html,sha256=_eKdHH
|
|
|
2020
2027
|
mindroot/docs/_build/html/_modules/mindroot/lib/providers/commands.html,sha256=ZVlta7VSx9wNoTGYATix6MRkoKtQz7r0gSqEXRLdEoc,7517
|
|
2021
2028
|
mindroot/docs/_build/html/_modules/mindroot/lib/providers/hooks.html,sha256=lDb6YKnpohCeDy3a-d_w3Uk7tuMxPhK0ICw2-b3zRS8,5692
|
|
2022
2029
|
mindroot/docs/_build/html/_modules/mindroot/lib/providers/missing.html,sha256=kiuvCov9PbnB9ht-kdZqrJ3PUaz4XJtCXhO66cAjWzA,13540
|
|
2023
|
-
mindroot/docs/_build/html/_modules/mindroot/lib/providers/model_preferences_v2.html,sha256=
|
|
2030
|
+
mindroot/docs/_build/html/_modules/mindroot/lib/providers/model_preferences_v2.html,sha256=xGhoElgKV60pr9fIB7Y8sb03cliZQdIcrnTRPEdDk48,43951
|
|
2024
2031
|
mindroot/docs/_build/html/_modules/mindroot/lib/providers/services.html,sha256=mYGDuumSqYTwJzdFLysiZoQw4Ha3Z65s5_UzXQZicxY,6966
|
|
2025
2032
|
mindroot/docs/_build/html/_modules/mindroot/registry/component_manager.html,sha256=UNeEPeTdznMkAQJwotFBCJMMxHjkO8x-tAXMAtyHCBU,9881
|
|
2026
2033
|
mindroot/docs/_build/html/_modules/mindroot/registry/data_access.html,sha256=ZyRmmEbeVwbEqE5ab1jZLp0VnPQDulshP_aK1cPUxFY,34054
|
|
2027
2034
|
mindroot/docs/_build/html/_sources/chat_with_assistant.rst.txt,sha256=1TteDcoZsBqPgp-PbbD_3ASaJe-0G7Wfb_aaLc8HEC4,389
|
|
2028
|
-
mindroot/docs/_build/html/_sources/developer_documentation.rst.txt,sha256=
|
|
2035
|
+
mindroot/docs/_build/html/_sources/developer_documentation.rst.txt,sha256=Quub3w5qGl1ph6INqsYKYAIM3edv-UhEFzfHwlttiIU,1176
|
|
2029
2036
|
mindroot/docs/_build/html/_sources/getting_started.rst.txt,sha256=jAd5O7cm_x9o9es3dVbd7FE-HwzJYsjyjqlGAlyCu30,3121
|
|
2030
2037
|
mindroot/docs/_build/html/_sources/index.rst.txt,sha256=v3sabLY14cqmVUy-Emv7-OZ3hst-aVx3bOiak9o-eSQ,942
|
|
2031
2038
|
mindroot/docs/_build/html/_sources/install_plugins_with_tools.rst.txt,sha256=jhVVbgMjtSCirvbMb7PQ8oqXS-3ns19K46dTjIT9DhQ,489
|
|
@@ -2137,34 +2144,34 @@ mindroot/docs/_build/html/_static/styles/furo.css,sha256=_VadhXUHMzTBCFYkutwKheV
|
|
|
2137
2144
|
mindroot/docs/_build/html/_static/styles/furo.css.map,sha256=fsUcXMqaSwEFTorfGfQjJ8xnUzkkWIjGkGfAgxKj5lA,76865
|
|
2138
2145
|
mindroot/docs/_build/html/source/ahp.html,sha256=DNIj-sLw-O4UaR4r-oQZX4IVBq8BsDb5POWKJrsbBcs,14709
|
|
2139
2146
|
mindroot/docs/_build/html/source/mindroot.coreplugins.admin.html,sha256=hj5ccArbuMPQtY7rHZKP5uJZdEGMmihN9y5UeAXIEOQ,351714
|
|
2140
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.api_keys.html,sha256=
|
|
2147
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.api_keys.html,sha256=_dnk28enenOqQg-3K2qN9Snv9J2pYyE2SUOAsSpW-oQ,46370
|
|
2141
2148
|
mindroot/docs/_build/html/source/mindroot.coreplugins.chat.html,sha256=RQxlR7c81-xOMnmocIg8Itu9HOJlRYYiqJ6kRUmxog0,148812
|
|
2142
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.chat_avatar.html,sha256=
|
|
2143
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.check_list.html,sha256=
|
|
2144
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.credits.html,sha256=
|
|
2149
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.chat_avatar.html,sha256=I5RckRll99gkXhQ0pZZxWZee8PKZuG8tUt2cFemuf3c,15605
|
|
2150
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.check_list.html,sha256=japgD_0Unr_24G9aCK_RF9TKhJkX9kw4FSXN0Y3UKBY,28646
|
|
2151
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.credits.html,sha256=GVdlz9QoYNRVsu6Upz6N1U11d-xFW_oVLOm5jCoUOQ8,117454
|
|
2145
2152
|
mindroot/docs/_build/html/source/mindroot.coreplugins.email.html,sha256=6fGWvdrYECSUhlns1ln58FUG3w-mxe_dxEZUlO0h2u8,62516
|
|
2146
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.env_manager.html,sha256=
|
|
2147
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.events.html,sha256=
|
|
2153
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.env_manager.html,sha256=MlWkGEOfJN4Frrx0l-9S5dQxoeLPR-5f8U4t3tTPEqA,29626
|
|
2154
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.events.html,sha256=ARx2QfHtxc_LyFU05Tny2RV1SR4eC0zqyAYcjcngrvQ,20219
|
|
2148
2155
|
mindroot/docs/_build/html/source/mindroot.coreplugins.html,sha256=7HgbwJywjnnPsDViO44s3-WzA9ZUrES120xnpqLhvEk,286936
|
|
2149
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.index.handlers.html,sha256=
|
|
2150
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.index.html,sha256=
|
|
2156
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.index.handlers.html,sha256=Zlq2CYU7G9qofNobi6HHHieat8M6-uH6y3u-y--a4WE,50931
|
|
2157
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.index.html,sha256=WXD_hEu8X6G93piBgPtpcNFlosH34gqnSsoNK3BxZFk,82725
|
|
2151
2158
|
mindroot/docs/_build/html/source/mindroot.coreplugins.jwt_auth.html,sha256=ydxOw6gB6c8StExG19X0bFqbZvtG4dNR4wA3smc66ek,31784
|
|
2152
2159
|
mindroot/docs/_build/html/source/mindroot.coreplugins.l8n.html,sha256=mzbb7itPDSytsErRt0bnK_1afNkqZMSJ2din36aZdw8,88885
|
|
2153
2160
|
mindroot/docs/_build/html/source/mindroot.coreplugins.mcp_.html,sha256=zCr7B98M66TxUAvTdBEjLCVQ-h5u0ejvowKRVf5FavA,180266
|
|
2154
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.persona.html,sha256=
|
|
2155
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.startup.html,sha256=
|
|
2156
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.subscriptions.html,sha256=
|
|
2157
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.usage.html,sha256=
|
|
2158
|
-
mindroot/docs/_build/html/source/mindroot.coreplugins.user_service.html,sha256=
|
|
2161
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.persona.html,sha256=WhLs4k99VJYGuYn7Yxs7CL6WHxwLyTsqMfD4xoNpnfc,23820
|
|
2162
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.startup.html,sha256=ftfGRaBRR87VgDga2NXslQXt8k7qEy9HqxINEbwFpJk,17193
|
|
2163
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.subscriptions.html,sha256=1KrY1nMG5kBeNCZ5yfCy3iuOK3xC65b70e93dKUjFg8,229507
|
|
2164
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.usage.html,sha256=ow5IQ94m1huvKLuYRtynGWGQ7CCGOt6x7MwJKVg5hzM,90383
|
|
2165
|
+
mindroot/docs/_build/html/source/mindroot.coreplugins.user_service.html,sha256=C79dGzNbp_nFFyKf1F2HHsYBnGJ46e0WcPoY_UxBjTE,86440
|
|
2159
2166
|
mindroot/docs/_build/html/source/mindroot.html,sha256=sUS-oFpoTHBQAeXXZ-TY1JO0TGWu_7KIC4loph184no,99743
|
|
2160
|
-
mindroot/docs/_build/html/source/mindroot.lib.auth.html,sha256=
|
|
2161
|
-
mindroot/docs/_build/html/source/mindroot.lib.html,sha256=
|
|
2162
|
-
mindroot/docs/_build/html/source/mindroot.lib.json_str_block.html,sha256=
|
|
2163
|
-
mindroot/docs/_build/html/source/mindroot.lib.plugins.html,sha256=
|
|
2167
|
+
mindroot/docs/_build/html/source/mindroot.lib.auth.html,sha256=JEggU_zlPboEC1kgNLNLT9z6nXP6BZNAWINwebtPLbQ,25214
|
|
2168
|
+
mindroot/docs/_build/html/source/mindroot.lib.html,sha256=DB87ScspOmOOg623y92lgMmlvRWdFGqOIs89spoKXS8,233838
|
|
2169
|
+
mindroot/docs/_build/html/source/mindroot.lib.json_str_block.html,sha256=El3OqpWlj2JRTfOeXk2nxwDFty2p702FNxiCxJ343Xc,17774
|
|
2170
|
+
mindroot/docs/_build/html/source/mindroot.lib.plugins.html,sha256=XzNgwVk6PF8aV_1-VwtQvsImtcoGO-Bv61ji5Xkio2g,90570
|
|
2164
2171
|
mindroot/docs/_build/html/source/mindroot.lib.providers.backup.html,sha256=47Xao4sSwCTDd02NInfuSWDJkw6PpSUvWMRRiim0x30,15481
|
|
2165
2172
|
mindroot/docs/_build/html/source/mindroot.lib.providers.html,sha256=uKjFUOjiFEndZDcvg7plbE5KxmKeKF6DoOlNirv1HhE,53710
|
|
2166
|
-
mindroot/docs/_build/html/source/mindroot.registry.html,sha256=
|
|
2167
|
-
mindroot/docs/_build/html/source/modules.html,sha256=
|
|
2173
|
+
mindroot/docs/_build/html/source/mindroot.registry.html,sha256=tsXpElYsYKc1k1kKtxzw8IYylHQjbk_fYZMV5L3ARmg,42189
|
|
2174
|
+
mindroot/docs/_build/html/source/modules.html,sha256=lFqTxGSbhgqjY1BDDVpLnQCswi_IKch-8yEaiC0oPak,25755
|
|
2168
2175
|
mindroot/docs/_build/html/source/mr_agent_expert_instr.html,sha256=ljFJrXMFlt2Jw5LtyWGlVfWpDKdvcoxKyvB-b0xaLGk,14799
|
|
2169
2176
|
mindroot/docs/_static/custom.css,sha256=k7q2cdR0iERQpcJsl5QWXeG3LyrTVV9h9MqG-n4Jo7U,479
|
|
2170
2177
|
mindroot/docs/data/equivalent_flags.json,sha256=2U-3S-gIRTDd4g6ixRL4S9Fk9w40MwFqV5MD_ObqHlo,33
|
|
@@ -2217,9 +2224,10 @@ mindroot/docs/source/mr_agent_expert_instr.rst,sha256=SWz277SscvWbpGnxtbacMTyQ7L
|
|
|
2217
2224
|
mindroot/lib/__init__.py,sha256=388n_hMskU0TnZ4xT10US_kFkya-EPBjWcv7AZf_HOk,74
|
|
2218
2225
|
mindroot/lib/buchatlog.py,sha256=LJZc3ksKgJcStltmHrrwNLaON3EDzhOKVAWj0Wl22wk,5861
|
|
2219
2226
|
mindroot/lib/buchatlog2.py,sha256=Va9FteBWePEjWD9OZcw-OtQfEb-IoCVGTmJeMRaX9is,13729
|
|
2227
|
+
mindroot/lib/buchatlog3.py,sha256=SAvcK2m_CW0Jw8p1pqnbrTexcx24PotrsJTqvQ_D290,24573
|
|
2220
2228
|
mindroot/lib/butemplates.py,sha256=gfHGPTOjvoEenXsR7xokNuqMjOAPuC2DawheH1Ae4bU,12196
|
|
2221
2229
|
mindroot/lib/chatcontext.py,sha256=CXk-pX-7RG3NiRFsAZWERWxnuFJOHH7FHtOLm-kGRXE,12437
|
|
2222
|
-
mindroot/lib/chatlog.py,sha256=
|
|
2230
|
+
mindroot/lib/chatlog.py,sha256=JuUffRUhs966d7MhE_xt8iSviZCULSRpwCtvnpjNd4Y,26139
|
|
2223
2231
|
mindroot/lib/chatlog_optimized.py,sha256=rL7KBP-V4_cGgMLihxPm3HoKcjFEyA1uEtPtqvkOa3A,20011
|
|
2224
2232
|
mindroot/lib/json_escape.py,sha256=5cAmAdNbnYX2uyfQcnse2fFtNI0CdB-AfZ23RwaDm-k,884
|
|
2225
2233
|
mindroot/lib/model_selector.py,sha256=Wz-8NZoiclmnhLeCNnI3WCuKFmjsO5HE4bK5F8GpZzU,1397
|
|
@@ -2273,9 +2281,9 @@ mindroot/protocols/services/stream_chat.py,sha256=fMnPfwaB5fdNMBLTEg8BXKAGvrELKH
|
|
|
2273
2281
|
mindroot/registry/__init__.py,sha256=40Xy9bmPHsgdIrOzbtBGzf4XMqXVi9P8oZTJhn0r654,151
|
|
2274
2282
|
mindroot/registry/component_manager.py,sha256=WZFNPg4SNvpqsM5NFiC2DpgmrJQCyR9cNhrCBpp30Qk,995
|
|
2275
2283
|
mindroot/registry/data_access.py,sha256=81In5TwETpaqnnY1_-tBQM7rfWvUxZUZkG7lEelRUfU,5321
|
|
2276
|
-
mindroot-
|
|
2277
|
-
mindroot-
|
|
2278
|
-
mindroot-
|
|
2279
|
-
mindroot-
|
|
2280
|
-
mindroot-
|
|
2281
|
-
mindroot-
|
|
2284
|
+
mindroot-10.0.0.dist-info/licenses/LICENSE,sha256=8plAmZh8y9ccuuqFFz4kp7G-cO_qsPgAOoHNvabSB4U,1070
|
|
2285
|
+
mindroot-10.0.0.dist-info/METADATA,sha256=2vDWtBX3R98u5X5FXEgU3luyiNFtn_MbEggRRai4MnQ,1035
|
|
2286
|
+
mindroot-10.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
2287
|
+
mindroot-10.0.0.dist-info/entry_points.txt,sha256=0bpyjMccLttx6VcjDp6zfJPN0Kk0rffor6IdIbP0j4c,50
|
|
2288
|
+
mindroot-10.0.0.dist-info/top_level.txt,sha256=gwKm7DmNjhdrCJTYCrxa9Szne4lLpCtrEBltfsX-Mm8,9
|
|
2289
|
+
mindroot-10.0.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|