README.md
pyproject.toml
src/aicd/__init__.py
src/aicd/__main__.py
src/aicd/api_serve.py
src/aicd/app.py
src/aicd/cli_encoding.py
src/aicd/config.py
src/aicd/config_settings.py
src/aicd/env_probe.py
src/aicd/home.py
src/aicd/runtime.py
src/aicd/runtime_task_context.py
src/aicd/session_log.py
src/aicd/setup_wizard.py
src/aicd/version.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/idle_pulse.py
src/aicd/agent/llm.py
src/aicd/agent/loop.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/handlers/__init__.py
src/aicd/agent/handlers/agent_settings.py
src/aicd/agent/handlers/ai_viz.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/doc_browser_code.py
src/aicd/agent/handlers/drawio_tools.py
src/aicd/agent/handlers/fs.py
src/aicd/agent/handlers/media_tools.py
src/aicd/agent/handlers/registry.py
src/aicd/agent/handlers/runtime_env.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/vision.py
src/aicd/bus/__init__.py
src/aicd/bus/event_bus.py
src/aicd/db/__init__.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/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/manager.py
src/aicd/tasks/safe_ids.py
src/aicd/tools/__init__.py
src/aicd/tools/browser_cdp.py
src/aicd/tools/code_intel.py
src/aicd/tools/db_multi.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/http_tool.py
src/aicd/tools/image_crop.py
src/aicd/tools/image_transform.py
src/aicd/tools/mermaid_png.py
src/aicd/tools/path_policy.py
src/aicd/tools/process_tool.py
src/aicd/tools/script_tool.py
src/aicd/tools/text_tool.py
src/aicd/tools/viz_assets.py
src/aicd/ui/__init__.py
src/aicd/ui/cli_headless.py
src/aicd/ui/slash_commands.py
src/aicd/ui/slash_suggester.py
src/aicd/ui/tui.py
tests/test_agent_loop_chat_strip.py
tests/test_api_serve.py
tests/test_app_cli.py
tests/test_chat_context_openai_valid.py
tests/test_chat_serialize.py
tests/test_chat_store.py
tests/test_cli_encoding.py
tests/test_config_agent_llm.py
tests/test_crypto_format_kit.py
tests/test_db_multi.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_home_session.py
tests/test_image_crop.py
tests/test_image_transform.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_retry.py
tests/test_mermaid_png.py
tests/test_process_shell.py
tests/test_session_log.py
tests/test_shell_python_c_warn.py
tests/test_slash_commands.py
tests/test_slash_suggester.py
tests/test_smoke.py
tests/test_startup_banner.py
tests/test_task_collab.py
tests/test_task_timing.py
tests/test_tool_args_coerce.py
tests/test_tool_router_kit.py
tests/test_validate_viz.py
tests/test_version.py
tests/test_vision_analyze.py
tests/test_viz_assets.py