LICENSE
MANIFEST.in
README.md
kryden_bootstrap.py
kryden_constants.py
kryden_logging.py
kryden_state.py
kryden_time.py
model_tools.py
pyproject.toml
run_agent.py
setup.py
toolsets.py
utils.py
agent/__init__.py
agent/account_usage.py
agent/agent_init.py
agent/agent_runtime_helpers.py
agent/anthropic_adapter.py
agent/async_utils.py
agent/auxiliary_client.py
agent/azure_identity_adapter.py
agent/background_review.py
agent/bedrock_adapter.py
agent/browser_provider.py
agent/browser_registry.py
agent/chat_completion_helpers.py
agent/codex_responses_adapter.py
agent/codex_runtime.py
agent/coding_context.py
agent/context_compressor.py
agent/context_engine.py
agent/context_references.py
agent/conversation_compression.py
agent/conversation_loop.py
agent/copilot_acp_client.py
agent/credential_persistence.py
agent/credential_pool.py
agent/credential_sources.py
agent/credits_tracker.py
agent/curator.py
agent/curator_backup.py
agent/display.py
agent/error_classifier.py
agent/file_safety.py
agent/first_party_memory.py
agent/gemini_cloudcode_adapter.py
agent/gemini_native_adapter.py
agent/gemini_schema.py
agent/google_code_assist.py
agent/google_oauth.py
agent/i18n.py
agent/image_gen_provider.py
agent/image_gen_registry.py
agent/image_routing.py
agent/insights.py
agent/iteration_budget.py
agent/jiter_preload.py
agent/kryden_rate_guard.py
agent/lmstudio_reasoning.py
agent/manual_compression_feedback.py
agent/markdown_tables.py
agent/memory_manager.py
agent/memory_policy.py
agent/memory_provider.py
agent/message_sanitization.py
agent/metacognitive_router.py
agent/model_metadata.py
agent/models_dev.py
agent/moonshot_schema.py
agent/onboarding.py
agent/persistent_mind_loop.py
agent/plugin_llm.py
agent/portal_tags.py
agent/process_bootstrap.py
agent/prompt_builder.py
agent/prompt_caching.py
agent/rate_limit_tracker.py
agent/redact.py
agent/retry_utils.py
agent/runtime_cwd.py
agent/shell_hooks.py
agent/skill_bundles.py
agent/skill_commands.py
agent/skill_preprocessing.py
agent/skill_utils.py
agent/stream_diag.py
agent/subdirectory_hints.py
agent/system_prompt.py
agent/think_scrubber.py
agent/title_generator.py
agent/tool_dispatch_helpers.py
agent/tool_executor.py
agent/tool_guardrails.py
agent/tool_result_classification.py
agent/trajectory.py
agent/turn_context.py
agent/turn_finalizer.py
agent/turn_retry_state.py
agent/usage_pricing.py
agent/video_gen_provider.py
agent/video_gen_registry.py
agent/web_search_provider.py
agent/web_search_registry.py
agent/lsp/__init__.py
agent/lsp/client.py
agent/lsp/eventlog.py
agent/lsp/install.py
agent/lsp/manager.py
agent/lsp/protocol.py
agent/lsp/range_shift.py
agent/lsp/reporter.py
agent/lsp/servers.py
agent/lsp/workspace.py
agent/secret_sources/__init__.py
agent/secret_sources/bitwarden.py
agent/transports/__init__.py
agent/transports/anthropic.py
agent/transports/base.py
agent/transports/bedrock.py
agent/transports/chat_completions.py
agent/transports/codex.py
agent/transports/codex_app_server.py
agent/transports/codex_app_server_session.py
agent/transports/codex_event_projector.py
agent/transports/types.py
cron/__init__.py
cron/blueprint_catalog.py
cron/failure_cluster_registry.py
cron/jobs.py
cron/scheduler.py
cron/suggestion_catalog.py
cron/suggestions.py
cron/scripts/__init__.py
cron/scripts/classify_items.py
kryden_agent.egg-info/PKG-INFO
kryden_agent.egg-info/SOURCES.txt
kryden_agent.egg-info/dependency_links.txt
kryden_agent.egg-info/entry_points.txt
kryden_agent.egg-info/requires.txt
kryden_agent.egg-info/top_level.txt
kryden_runtime/__init__.py
kryden_runtime/_subprocess_compat.py
kryden_runtime/auth.py
kryden_runtime/azure_detect.py
kryden_runtime/build_info.py
kryden_runtime/codex_models.py
kryden_runtime/colors.py
kryden_runtime/config.py
kryden_runtime/copilot_auth.py
kryden_runtime/default_soul.py
kryden_runtime/dep_ensure.py
kryden_runtime/desktop_backend.py
kryden_runtime/env_loader.py
kryden_runtime/fallback_config.py
kryden_runtime/inventory.py
kryden_runtime/managed_uv.py
kryden_runtime/middleware.py
kryden_runtime/model_catalog.py
kryden_runtime/model_cost_guard.py
kryden_runtime/model_normalize.py
kryden_runtime/models.py
kryden_runtime/plugins.py
kryden_runtime/process_utils.py
kryden_runtime/profiles.py
kryden_runtime/prompt_size.py
kryden_runtime/providers.py
kryden_runtime/runtime_provider.py
kryden_runtime/secret_prompt.py
kryden_runtime/session_context.py
kryden_runtime/timeouts.py
kryden_runtime/tools_config.py
plugins/__init__.py
plugins/plugin_utils.py
plugins/browser/browser_use/__init__.py
plugins/browser/browser_use/plugin.yaml
plugins/browser/browser_use/provider.py
plugins/browser/browserbase/__init__.py
plugins/browser/browserbase/plugin.yaml
plugins/browser/browserbase/provider.py
plugins/browser/firecrawl/__init__.py
plugins/browser/firecrawl/plugin.yaml
plugins/browser/firecrawl/provider.py
plugins/context_engine/__init__.py
plugins/disk-cleanup/README.md
plugins/disk-cleanup/__init__.py
plugins/disk-cleanup/disk_cleanup.py
plugins/disk-cleanup/plugin.yaml
plugins/image_gen/fal/__init__.py
plugins/image_gen/fal/plugin.yaml
plugins/image_gen/krea/__init__.py
plugins/image_gen/krea/plugin.yaml
plugins/image_gen/openai/__init__.py
plugins/image_gen/openai/plugin.yaml
plugins/image_gen/openai-codex/__init__.py
plugins/image_gen/openai-codex/plugin.yaml
plugins/image_gen/xai/__init__.py
plugins/image_gen/xai/plugin.yaml
plugins/memory/__init__.py
plugins/model-providers/README.md
plugins/model-providers/alibaba/__init__.py
plugins/model-providers/alibaba/plugin.yaml
plugins/model-providers/alibaba-coding-plan/__init__.py
plugins/model-providers/alibaba-coding-plan/plugin.yaml
plugins/model-providers/anthropic/__init__.py
plugins/model-providers/anthropic/plugin.yaml
plugins/model-providers/arcee/__init__.py
plugins/model-providers/arcee/plugin.yaml
plugins/model-providers/azure-foundry/__init__.py
plugins/model-providers/azure-foundry/plugin.yaml
plugins/model-providers/bedrock/__init__.py
plugins/model-providers/bedrock/plugin.yaml
plugins/model-providers/copilot/__init__.py
plugins/model-providers/copilot/plugin.yaml
plugins/model-providers/copilot-acp/__init__.py
plugins/model-providers/copilot-acp/plugin.yaml
plugins/model-providers/custom/__init__.py
plugins/model-providers/custom/plugin.yaml
plugins/model-providers/deepseek/__init__.py
plugins/model-providers/deepseek/plugin.yaml
plugins/model-providers/gemini/__init__.py
plugins/model-providers/gemini/plugin.yaml
plugins/model-providers/gmi/__init__.py
plugins/model-providers/gmi/plugin.yaml
plugins/model-providers/huggingface/__init__.py
plugins/model-providers/huggingface/plugin.yaml
plugins/model-providers/kilocode/__init__.py
plugins/model-providers/kilocode/plugin.yaml
plugins/model-providers/kimi-coding/__init__.py
plugins/model-providers/kimi-coding/plugin.yaml
plugins/model-providers/minimax/__init__.py
plugins/model-providers/minimax/plugin.yaml
plugins/model-providers/novita/__init__.py
plugins/model-providers/novita/plugin.yaml
plugins/model-providers/nvidia/__init__.py
plugins/model-providers/nvidia/plugin.yaml
plugins/model-providers/ollama-cloud/__init__.py
plugins/model-providers/ollama-cloud/plugin.yaml
plugins/model-providers/openai-codex/__init__.py
plugins/model-providers/openai-codex/plugin.yaml
plugins/model-providers/opencode-zen/__init__.py
plugins/model-providers/opencode-zen/plugin.yaml
plugins/model-providers/openrouter/__init__.py
plugins/model-providers/openrouter/plugin.yaml
plugins/model-providers/qwen-oauth/__init__.py
plugins/model-providers/qwen-oauth/plugin.yaml
plugins/model-providers/stepfun/__init__.py
plugins/model-providers/stepfun/plugin.yaml
plugins/model-providers/xai/__init__.py
plugins/model-providers/xai/plugin.yaml
plugins/model-providers/xiaomi/__init__.py
plugins/model-providers/xiaomi/plugin.yaml
plugins/model-providers/zai/__init__.py
plugins/model-providers/zai/plugin.yaml
providers/__init__.py
providers/base.py
skills/apple/DESCRIPTION.md
skills/apple/apple-notes/SKILL.md
skills/apple/apple-reminders/SKILL.md
skills/apple/findmy/SKILL.md
skills/creative/DESCRIPTION.md
skills/creative/architecture-diagram/SKILL.md
skills/creative/architecture-diagram/templates/template.html
skills/creative/ascii-art/SKILL.md
skills/creative/design-md/SKILL.md
skills/creative/design-md/templates/starter.md
skills/creative/pretext/SKILL.md
skills/creative/pretext/references/patterns.md
skills/creative/pretext/templates/donut-orbit.html
skills/creative/pretext/templates/hello-orb-flow.html
skills/creative/sketch/SKILL.md
skills/creative/songwriting-and-ai-music/SKILL.md
skills/email/DESCRIPTION.md
skills/media/DESCRIPTION.md
skills/media/gif-search/SKILL.md
skills/media/youtube-content/SKILL.md
skills/media/youtube-content/references/output-formats.md
skills/media/youtube-content/scripts/fetch_transcript.py
skills/note-taking/DESCRIPTION.md
skills/note-taking/obsidian/SKILL.md
skills/productivity/DESCRIPTION.md
skills/productivity/airtable/SKILL.md
skills/productivity/maps/SKILL.md
skills/productivity/maps/scripts/maps_client.py
skills/productivity/nano-pdf/SKILL.md
skills/productivity/notion/SKILL.md
skills/productivity/notion/references/block-types.md
skills/productivity/ocr-and-documents/DESCRIPTION.md
skills/productivity/ocr-and-documents/SKILL.md
skills/productivity/ocr-and-documents/scripts/extract_marker.py
skills/productivity/ocr-and-documents/scripts/extract_pymupdf.py
skills/productivity/powerpoint/LICENSE.txt
skills/productivity/powerpoint/SKILL.md
skills/productivity/powerpoint/editing.md
skills/productivity/powerpoint/pptxgenjs.md
skills/productivity/powerpoint/scripts/__init__.py
skills/productivity/powerpoint/scripts/add_slide.py
skills/productivity/powerpoint/scripts/clean.py
skills/productivity/powerpoint/scripts/office/pack.py
skills/productivity/powerpoint/scripts/office/helpers/__init__.py
skills/productivity/powerpoint/scripts/office/helpers/merge_runs.py
skills/productivity/powerpoint/scripts/office/helpers/simplify_redlines.py
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd
skills/productivity/powerpoint/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd
skills/productivity/powerpoint/scripts/office/schemas/ecma/fourth-edition/opc-contentTypes.xsd
skills/productivity/powerpoint/scripts/office/schemas/ecma/fourth-edition/opc-coreProperties.xsd
skills/productivity/powerpoint/scripts/office/schemas/ecma/fourth-edition/opc-digSig.xsd
skills/productivity/powerpoint/scripts/office/schemas/ecma/fourth-edition/opc-relationships.xsd
skills/productivity/powerpoint/scripts/office/schemas/mce/mc.xsd
skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-2010.xsd
skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-2012.xsd
skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-2018.xsd
skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-cex-2018.xsd
skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-cid-2016.xsd
skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd
skills/productivity/powerpoint/scripts/office/schemas/microsoft/wml-symex-2015.xsd
skills/smart-home/DESCRIPTION.md
skills/social-media/DESCRIPTION.md
tests/test_conversation_loop.py
tests/test_desktop_backend.py
tests/test_desktop_prompt.py
tests/test_desktop_turn_visibility.py
tests/test_file_mutation_verifier.py
tests/test_memory_store.py
tools/__init__.py
tools/ansi_strip.py
tools/approval.py
tools/binary_extensions.py
tools/browser_camofox.py
tools/browser_camofox_state.py
tools/browser_cdp_tool.py
tools/browser_dialog_tool.py
tools/browser_supervisor.py
tools/browser_tool.py
tools/budget_config.py
tools/checkpoint_manager.py
tools/clarify_tool.py
tools/code_execution_tool.py
tools/computer_use_tool.py
tools/credential_files.py
tools/cronjob_tools.py
tools/debug_helpers.py
tools/delegate_tool.py
tools/env_passthrough.py
tools/env_probe.py
tools/fal_common.py
tools/file_operations.py
tools/file_state.py
tools/file_tools.py
tools/fuzzy_match.py
tools/homeassistant_tool.py
tools/image_generation_tool.py
tools/interrupt.py
tools/lazy_deps.py
tools/managed_tool_gateway.py
tools/memory_tool.py
tools/microsoft_graph_auth.py
tools/microsoft_graph_client.py
tools/mixture_of_agents_tool.py
tools/openrouter_client.py
tools/patch_parser.py
tools/path_security.py
tools/process_registry.py
tools/read_terminal_tool.py
tools/registry.py
tools/schema_sanitizer.py
tools/session_search_tool.py
tools/skill_manager_tool.py
tools/skill_provenance.py
tools/skill_usage.py
tools/skills_ast_audit.py
tools/skills_guard.py
tools/skills_tool.py
tools/terminal_tool.py
tools/thread_context.py
tools/threat_patterns.py
tools/tirith_security.py
tools/todo_tool.py
tools/tool_backend_helpers.py
tools/tool_output_limits.py
tools/tool_result_storage.py
tools/tool_search.py
tools/url_safety.py
tools/video_generation_tool.py
tools/vision_tools.py
tools/web_tools.py
tools/website_policy.py
tools/write_approval.py
tools/x_search_tool.py
tools/xai_http.py
tools/computer_use/__init__.py
tools/computer_use/backend.py
tools/computer_use/cua_backend.py
tools/computer_use/schema.py
tools/computer_use/tool.py
tools/computer_use/vision_routing.py
tools/environments/__init__.py
tools/environments/base.py
tools/environments/daytona.py
tools/environments/docker.py
tools/environments/file_sync.py
tools/environments/local.py
tools/environments/managed_modal.py
tools/environments/modal.py
tools/environments/modal_utils.py
tools/environments/singularity.py
tools/environments/ssh.py