Skip to content

Maintenance

Domain: maintenance

Operations and maintenance domain covering cache hygiene, token budget, environment diagnostics, artifact cleanup, extension management, and secure sandbox execution.

Profiles

  • workflow
  • full

Typical scenarios

  • Diagnose dependencies
  • Clean retained artifacts
  • Reload plugins and workflows
  • Execute custom scripts in a secure sandbox

Common combinations

  • maintenance + workflow
  • maintenance + extensions

Full tool list (13)

ToolDescription
get_token_budget_statsGet token budget usage stats, warnings, and optimization suggestions.
manual_token_cleanupClear stale entries and reset counters to free 10-30% of token budget.
reset_token_budgetHard-reset all token budget counters. Destructive — prefer manual_token_cleanup.
get_cache_statsGet cache statistics: entries, sizes, hit rates, and cleanup recommendations.
smart_cache_cleanupEvict LRU and stale entries while preserving hot data.
clear_all_cachesClear all internal caches. Destructive — prefer smart_cache_cleanup.
cleanup_artifactsClean generated artifacts by age and size.
doctor_environmentRun environment doctor: dependencies, bridges, platform limits.
list_extensionsList all loaded plugins, workflows, and extension tools.
reload_extensionsReload plugins and workflows from configured directories, and directly register extension tools visible in the current profile.
browse_extension_registryBrowse the online extension registry for installable plugins and workflows.
install_extensionInstall an extension from the remote registry.
execute_sandbox_scriptExecute JavaScript in an isolated sandbox.

Released under AGPL-3.0-only