README.md
pyproject.toml
src/aicd/__init__.py
src/aicd/__main__.py
src/aicd/api_runtime.py
src/aicd/api_serve.py
src/aicd/app.py
src/aicd/capabilities.py
src/aicd/cli_encoding.py
src/aicd/config.py
src/aicd/config_migration.py
src/aicd/config_settings.py
src/aicd/env_probe.py
src/aicd/home.py
src/aicd/home_instance_lock.py
src/aicd/host_dispatch.py
src/aicd/host_stdio.py
src/aicd/host_tokens.py
src/aicd/invocation.py
src/aicd/network_policy.py
src/aicd/runtime.py
src/aicd/runtime_task_context.py
src/aicd/session_log.py
src/aicd/session_workspace.py
src/aicd/setup_wizard.py
src/aicd/tui_compat.py
src/aicd/tui_prefs.py
src/aicd/version.py
src/aicd/workspace_chat_once.py
src/aicd.egg-info/PKG-INFO
src/aicd.egg-info/SOURCES.txt
src/aicd.egg-info/dependency_links.txt
src/aicd.egg-info/entry_points.txt
src/aicd.egg-info/requires.txt
src/aicd.egg-info/top_level.txt
src/aicd/agent/__init__.py
src/aicd/agent/chat_context.py
src/aicd/agent/chat_serialize.py
src/aicd/agent/context_adaptive.py
src/aicd/agent/idle_pulse.py
src/aicd/agent/llm.py
src/aicd/agent/llm_profile_resolve.py
src/aicd/agent/loop.py
src/aicd/agent/mode_suggest.py
src/aicd/agent/model_context_probe.py
src/aicd/agent/prompts.py
src/aicd/agent/tool_args_coerce.py
src/aicd/agent/tool_router.py
src/aicd/agent/tools_openai.py
src/aicd/agent/workflow_profile.py
src/aicd/agent/handlers/__init__.py
src/aicd/agent/handlers/agent_registry.py
src/aicd/agent/handlers/agent_settings.py
src/aicd/agent/handlers/ai_viz.py
src/aicd/agent/handlers/artifact_access.py
src/aicd/agent/handlers/chat_history.py
src/aicd/agent/handlers/data_kit.py
src/aicd/agent/handlers/db_remote.py
src/aicd/agent/handlers/desktop_gui.py
src/aicd/agent/handlers/doc_browser_code.py
src/aicd/agent/handlers/doc_project_handlers.py
src/aicd/agent/handlers/drawio_tools.py
src/aicd/agent/handlers/fs.py
src/aicd/agent/handlers/home_scripts_handlers.py
src/aicd/agent/handlers/interactive_process.py
src/aicd/agent/handlers/llm_profiles.py
src/aicd/agent/handlers/media_tools.py
src/aicd/agent/handlers/net_tools.py
src/aicd/agent/handlers/plugin_tools.py
src/aicd/agent/handlers/registry.py
src/aicd/agent/handlers/runtime_env.py
src/aicd/agent/handlers/site_bookmarks_handlers.py
src/aicd/agent/handlers/tasks.py
src/aicd/agent/handlers/text_process.py
src/aicd/agent/handlers/validate_tools.py
src/aicd/agent/handlers/visio_tools.py
src/aicd/agent/handlers/vision.py
src/aicd/agent/prompt_blocks/__init__.py
src/aicd/agent/prompt_blocks/builtin_text.py
src/aicd/agent/prompt_blocks/compose.py
src/aicd/bus/__init__.py
src/aicd/bus/event_bus.py
src/aicd/db/__init__.py
src/aicd/db/registry_seed.py
src/aicd/db/schema.py
src/aicd/db/store.py
src/aicd/kit/__init__.py
src/aicd/kit/chart_spec.py
src/aicd/kit/crypto_codec.py
src/aicd/kit/drawio_spec.py
src/aicd/kit/format_data.py
src/aicd/kit/math_stats.py
src/aicd/kit/script_syntax.py
src/aicd/kit/script_templates.py
src/aicd/kit/text_regex.py
src/aicd/kit/time_log.py
src/aicd/kit/validate_viz.py
src/aicd/kit/workspace_metrics.py
src/aicd/plugins/__init__.py
src/aicd/plugins/backup.py
src/aicd/plugins/bootstrap.py
src/aicd/plugins/loader.py
src/aicd/plugins/manifest.py
src/aicd/plugins/plugin_log.py
src/aicd/plugins/registry.py
src/aicd/res/README.txt
src/aicd/res/chart.umd.min.js
src/aicd/res/mermaid.min.js
src/aicd/res/vis-network.min.css
src/aicd/res/vis-network.min.js
src/aicd/tasks/__init__.py
src/aicd/tasks/main_inbox.py
src/aicd/tasks/manager.py
src/aicd/tasks/safe_ids.py
src/aicd/tasks/task_create_helpers.py
src/aicd/tools/__init__.py
src/aicd/tools/agent_scripts_lib.py
src/aicd/tools/artifact_query.py
src/aicd/tools/browser_automation.py
src/aicd/tools/browser_cdp.py
src/aicd/tools/code_gen_tree.py
src/aicd/tools/code_gen_tree_outline.py
src/aicd/tools/code_gen_tree_query.py
src/aicd/tools/code_gen_tree_store.py
src/aicd/tools/code_intel.py
src/aicd/tools/db_multi.py
src/aicd/tools/desktop_gui.py
src/aicd/tools/doc_analysis_kit.py
src/aicd/tools/doc_normalize.py
src/aicd/tools/docs_convert.py
src/aicd/tools/document_outline.py
src/aicd/tools/docx_compose.py
src/aicd/tools/docx_to_pdf.py
src/aicd/tools/drawio_embed_export.py
src/aicd/tools/fs_tool.py
src/aicd/tools/github_repo_read.py
src/aicd/tools/host_desktop_open.py
src/aicd/tools/html_dom_extract.py
src/aicd/tools/html_screenshot.py
src/aicd/tools/http_tool.py
src/aicd/tools/image_crop.py
src/aicd/tools/image_transform.py
src/aicd/tools/interactive_process.py
src/aicd/tools/markdown_chunk.py
src/aicd/tools/markdown_regex_scan.py
src/aicd/tools/markdown_slice.py
src/aicd/tools/markdown_to_pdf.py
src/aicd/tools/markitdown_bridge.py
src/aicd/tools/mermaid_png.py
src/aicd/tools/office_text_norm.py
src/aicd/tools/office_write.py
src/aicd/tools/ollama_context.py
src/aicd/tools/path_policy.py
src/aicd/tools/pdf_compose_rl.py
src/aicd/tools/pptx_from_html.py
src/aicd/tools/process_tool.py
src/aicd/tools/raster_document_fit.py
src/aicd/tools/run_command_hints.py
src/aicd/tools/script_backup.py
src/aicd/tools/script_tool.py
src/aicd/tools/search_api_tools.py
src/aicd/tools/session_logs_tool.py
src/aicd/tools/site_bookmarks.py
src/aicd/tools/style_reference.py
src/aicd/tools/text_encoding.py
src/aicd/tools/text_tool.py
src/aicd/tools/visio_flowchart.py
src/aicd/tools/viz_assets.py
src/aicd/tools/web_extract.py
src/aicd/tools/xlsx_workbook.py
src/aicd/tools/xlsx_xlsxwriter_export.py
src/aicd/tools/doc_project/__init__.py
src/aicd/tools/doc_project/kit.py
src/aicd/tools/static_site/__init__.py
src/aicd/tools/static_site/bundle.py
src/aicd/ui/__init__.py
src/aicd/ui/cli_headless.py
src/aicd/ui/gui_tk.py
src/aicd/ui/shell_log_sanitize.py
src/aicd/ui/slash_commands.py
src/aicd/ui/slash_suggester.py
src/aicd/ui/task_lifecycle_bus.py
src/aicd/ui/textual_stdin_utf8_patch.py
src/aicd/ui/tui.py
src/aicd/ui/tui_chat_render.py
tests/test_agent_loop_chat_strip.py
tests/test_agent_registry_bool.py
tests/test_agent_scripts_lib.py
tests/test_agent_startup_config.py
tests/test_api_serve.py
tests/test_api_serve_runtime.py
tests/test_app_cli.py
tests/test_artifact_query.py
tests/test_browser_automation.py
tests/test_browser_channel.py
tests/test_capabilities.py
tests/test_chat_context_openai_valid.py
tests/test_chat_context_trim_shrink.py
tests/test_chat_hydrate_layers.py
tests/test_chat_serialize.py
tests/test_chat_session_attach.py
tests/test_chat_store.py
tests/test_chat_supplement_format.py
tests/test_cli_encoding.py
tests/test_code_gen_tree.py
tests/test_config_agent_llm.py
tests/test_context_adaptive.py
tests/test_context_chunk_suggest.py
tests/test_crypto_format_kit.py
tests/test_db_multi.py
tests/test_desktop_gui.py
tests/test_doc_project_kit.py
tests/test_docs_convert.py
tests/test_document_outline.py
tests/test_docx_compose.py
tests/test_docx_style_rpr.py
tests/test_docx_to_pdf.py
tests/test_drawio_export_png.py
tests/test_drawio_spec.py
tests/test_env_probe.py
tests/test_fs_read_encoding.py
tests/test_fs_read_range.py
tests/test_github_repo_read.py
tests/test_home_instance_lock.py
tests/test_home_session.py
tests/test_host_desktop_open.py
tests/test_host_dispatch_auth.py
tests/test_host_dispatch_main_inbox.py
tests/test_host_dispatch_supplement.py
tests/test_html_dom_extract.py
tests/test_html_screenshot.py
tests/test_image_crop.py
tests/test_image_transform.py
tests/test_interactive_process.py
tests/test_invocation.py
tests/test_kit_chart_spec.py
tests/test_kit_math_stats.py
tests/test_kit_text_regex.py
tests/test_kit_time_log.py
tests/test_llm_profile_context_priority.py
tests/test_llm_profile_resolve.py
tests/test_llm_retry.py
tests/test_llm_supports_vision.py
tests/test_main_chat_mode.py
tests/test_main_chat_phase_hint.py
tests/test_markdown_doc_tools.py
tests/test_markdown_to_docx.py
tests/test_markdown_to_pdf.py
tests/test_markitdown_bridge.py
tests/test_mermaid_png.py
tests/test_mode_suggest.py
tests/test_model_context_probe.py
tests/test_network_policy.py
tests/test_office_text_norm.py
tests/test_pdf_compose_rl.py
tests/test_plugin_handler_robust.py
tests/test_plugins.py
tests/test_pptx_from_html.py
tests/test_process_shell.py
tests/test_raster_document_fit.py
tests/test_run_command_hints.py
tests/test_script_backup.py
tests/test_script_tool_precheck.py
tests/test_search_api_tools.py
tests/test_session_log.py
tests/test_session_logs_tool.py
tests/test_session_workspace.py
tests/test_shell_python_c_warn.py
tests/test_site_bookmarks.py
tests/test_slash_commands.py
tests/test_slash_suggester.py
tests/test_smoke.py
tests/test_startup_banner.py
tests/test_static_site_bundle.py
tests/test_style_reference_office.py
tests/test_subprocess_stream_decode.py
tests/test_task_collab.py
tests/test_task_create_ai_work_mode_inherit.py
tests/test_task_create_helpers.py
tests/test_task_lifecycle_bus.py
tests/test_task_timing.py
tests/test_task_timing_helpers.py
tests/test_tool_args_coerce.py
tests/test_tool_result_spill.py
tests/test_tool_router_kit.py
tests/test_tui_chat_render.py
tests/test_tui_clipboard.py
tests/test_tui_prefs_resolve.py
tests/test_validate_viz.py
tests/test_version.py
tests/test_visio_flowchart.py
tests/test_vision_analyze.py
tests/test_viz_assets.py
tests/test_web_extract.py
tests/test_workflow_profile.py
tests/test_workspace_chat_once.py
tests/test_workspace_metrics.py
tests/test_xlsx_workbook.py