LICENSE
README.md
pyproject.toml
src/ag2_assistant.egg-info/PKG-INFO
src/ag2_assistant.egg-info/SOURCES.txt
src/ag2_assistant.egg-info/dependency_links.txt
src/ag2_assistant.egg-info/entry_points.txt
src/ag2_assistant.egg-info/requires.txt
src/ag2_assistant.egg-info/top_level.txt
src/assistant/__init__.py
src/assistant/a2ui.py
src/assistant/agent.py
src/assistant/attachments.py
src/assistant/cli.py
src/assistant/codex_auth.py
src/assistant/config.py
src/assistant/events.py
src/assistant/feedback.py
src/assistant/filesearch.py
src/assistant/folders.py
src/assistant/live_configs.py
src/assistant/llm_configs.py
src/assistant/memory.py
src/assistant/middleware.py
src/assistant/observability.py
src/assistant/observers.py
src/assistant/onboarding.py
src/assistant/permissions.py
src/assistant/profiles.py
src/assistant/scheduler_lock.py
src/assistant/secrets.py
src/assistant/self_tools.py
src/assistant/settings.py
src/assistant/skills.py
src/assistant/skills_install.py
src/assistant/storage.py
src/assistant/system_tools.py
src/assistant/title.py
src/assistant/usage.py
src/assistant/version.py
src/assistant/voice.py
src/assistant/voice_providers.py
src/assistant/workspace.py
src/assistant/channels/__init__.py
src/assistant/channels/base.py
src/assistant/channels/discord.py
src/assistant/channels/formatting.py
src/assistant/channels/slack.py
src/assistant/channels/telegram.py
src/assistant/coding/__init__.py
src/assistant/coding/bridge_client.py
src/assistant/coding/bridge_protocol.py
src/assistant/coding/bridge_server.py
src/assistant/coding/config.py
src/assistant/coding/detect.py
src/assistant/coding/diff.py
src/assistant/coding/session.py
src/assistant/coding/surface.py
src/assistant/gateway/__init__.py
src/assistant/gateway/app.py
src/assistant/gateway/core.py
src/assistant/gateway/profile_manager.py
src/assistant/gateway/repair.py
src/assistant/gateway/stream_bridge.py
src/assistant/gateway/tasks_service.py
src/assistant/gateway/wire.py
src/assistant/gateway/static/favicondark.svg
src/assistant/gateway/static/faviconlight.svg
src/assistant/gateway/static/app/index.html
src/assistant/gateway/static/app/assets/cloudy-CiNZVDOc.js
src/assistant/gateway/static/app/assets/engine-CpCNOAM6.js
src/assistant/gateway/static/app/assets/foggy-BZ4SJ3Hu.js
src/assistant/gateway/static/app/assets/helvetiker_bold.typeface-Ct6_dhxe.json
src/assistant/gateway/static/app/assets/index-B_FRiNkg.js
src/assistant/gateway/static/app/assets/index-CD90qz96.css
src/assistant/gateway/static/app/assets/ollama-2ntROlNc.svg
src/assistant/gateway/static/app/assets/rainy-CFa3pJsA.js
src/assistant/gateway/static/app/assets/snow-B7Sk1MXh.js
src/assistant/gateway/static/app/assets/sunny-BtijXi7m.js
src/assistant/gateway/static/app/assets/thunderstorm-CZs-O6EA.js
src/assistant/gateway/static/app/assets/windy-98cnJk20.js
src/assistant/hitl/__init__.py
src/assistant/hitl/base.py
src/assistant/hitl/channel.py
src/assistant/hitl/desktop.py
src/assistant/hitl/gateway.py
src/assistant/hitl/inquiry.py
src/assistant/integrations/__init__.py
src/assistant/integrations/google_auth.py
src/assistant/skills/email-drafting/SKILL.md
src/assistant/skills/pdf-tools/SKILL.md
src/assistant/skills/self-knowledge/SKILL.md
src/assistant/skills/web-research/SKILL.md
src/assistant/tasks/__init__.py
src/assistant/tasks/model.py
src/assistant/tasks/scheduling.py
src/assistant/tasks/store.py
src/assistant/tasks/summary.py
src/assistant/tools/__init__.py
src/assistant/tools/_mcp_compat.py
src/assistant/tools/approval.py
src/assistant/tools/ask.py
src/assistant/tools/coding.py
src/assistant/tools/docker_sandbox.py
src/assistant/tools/files.py
src/assistant/tools/finance.py
src/assistant/tools/google.py
src/assistant/tools/image_gen.py
src/assistant/tools/mcp.py
src/assistant/tools/weather.py
src/assistant/tools/web_fetch.py
tests/test_a2ui.py
tests/test_agent.py
tests/test_attachments.py
tests/test_channel_notify.py
tests/test_channels.py
tests/test_chat_update.py
tests/test_cli_profiles.py
tests/test_codex_auth.py
tests/test_codex_gateway.py
tests/test_coding_bridge.py
tests/test_coding_config.py
tests/test_coding_detect.py
tests/test_coding_diff.py
tests/test_coding_integration.py
tests/test_coding_session.py
tests/test_coding_surface.py
tests/test_coding_tool.py
tests/test_config.py
tests/test_context.py
tests/test_discord.py
tests/test_docker_sandbox.py
tests/test_events.py
tests/test_feedback.py
tests/test_file_tools.py
tests/test_finance_tool.py
tests/test_folders.py
tests/test_formatting.py
tests/test_gateway.py
tests/test_gateway_channels.py
tests/test_gateway_files.py
tests/test_gateway_files_mentions.py
tests/test_gateway_files_search.py
tests/test_gateway_folder_files.py
tests/test_gateway_folder_mutate.py
tests/test_gateway_folder_tree.py
tests/test_gateway_folders.py
tests/test_gateway_permissions.py
tests/test_gateway_profiles.py
tests/test_gateway_skills.py
tests/test_gateway_skills_delete.py
tests/test_gateway_skills_install.py
tests/test_gateway_skills_profile.py
tests/test_gateway_skills_source.py
tests/test_gateway_streams.py
tests/test_gateway_task_routes.py
tests/test_google.py
tests/test_hitl.py
tests/test_image_gen.py
tests/test_inquiry.py
tests/test_live_configs.py
tests/test_llm_configs.py
tests/test_memory.py
tests/test_middleware.py
tests/test_no_global_defaults.py
tests/test_observability.py
tests/test_observers.py
tests/test_onboarding.py
tests/test_packaging.py
tests/test_permissions.py
tests/test_profile_isolation.py
tests/test_profile_manager.py
tests/test_profiles.py
tests/test_run_stream_task_resolution.py
tests/test_scheduler_lock.py
tests/test_scheduling.py
tests/test_secret_store.py
tests/test_secrets.py
tests/test_seen.py
tests/test_self_tools.py
tests/test_settings.py
tests/test_settings_config.py
tests/test_skills.py
tests/test_skills_state.py
tests/test_slack.py
tests/test_slack_formatting.py
tests/test_stream_bridge.py
tests/test_system_tools.py
tests/test_task_model.py
tests/test_task_scheduling.py
tests/test_task_store.py
tests/test_task_summary.py
tests/test_tasks_service.py
tests/test_title.py
tests/test_tools.py
tests/test_turn_persistence.py
tests/test_turn_recovery.py
tests/test_usage.py
tests/test_weather_tool.py
tests/test_workspace.py