README.md
pyproject.toml
src/ai_parrot_integrations.egg-info/PKG-INFO
src/ai_parrot_integrations.egg-info/SOURCES.txt
src/ai_parrot_integrations.egg-info/dependency_links.txt
src/ai_parrot_integrations.egg-info/requires.txt
src/ai_parrot_integrations.egg-info/top_level.txt
src/parrot/human/channels/teams.py
src/parrot/human/channels/telegram.py
src/parrot/integrations/__init__.py
src/parrot/integrations/manager.py
src/parrot/integrations/models.py
src/parrot/integrations/parser.py
src/parrot/integrations/version.py
src/parrot/integrations/core/__init__.py
src/parrot/integrations/core/state.py
src/parrot/integrations/matrix/__init__.py
src/parrot/integrations/matrix/a2a_transport.py
src/parrot/integrations/matrix/appservice.py
src/parrot/integrations/matrix/client.py
src/parrot/integrations/matrix/events.py
src/parrot/integrations/matrix/hook.py
src/parrot/integrations/matrix/models.py
src/parrot/integrations/matrix/registration.py
src/parrot/integrations/matrix/streaming.py
src/parrot/integrations/matrix/crew/__init__.py
src/parrot/integrations/matrix/crew/config.py
src/parrot/integrations/matrix/crew/coordinator.py
src/parrot/integrations/matrix/crew/crew_wrapper.py
src/parrot/integrations/matrix/crew/delegation.py
src/parrot/integrations/matrix/crew/mention.py
src/parrot/integrations/matrix/crew/registry.py
src/parrot/integrations/matrix/crew/session.py
src/parrot/integrations/matrix/crew/session_models.py
src/parrot/integrations/matrix/crew/transport.py
src/parrot/integrations/msteams/__init__.py
src/parrot/integrations/msteams/adapter.py
src/parrot/integrations/msteams/graph.py
src/parrot/integrations/msteams/handler.py
src/parrot/integrations/msteams/hitl_adapter.py
src/parrot/integrations/msteams/hitl_cards.py
src/parrot/integrations/msteams/models.py
src/parrot/integrations/msteams/proactive.py
src/parrot/integrations/msteams/wrapper.py
src/parrot/integrations/msteams/dialogs/__init__.py
src/parrot/integrations/msteams/dialogs/factory.py
src/parrot/integrations/msteams/dialogs/models.py
src/parrot/integrations/msteams/dialogs/orchestrator.py
src/parrot/integrations/msteams/dialogs/presets/__init__.py
src/parrot/integrations/msteams/dialogs/presets/base.py
src/parrot/integrations/msteams/dialogs/presets/conversational.py
src/parrot/integrations/msteams/dialogs/presets/simple_form.py
src/parrot/integrations/msteams/dialogs/presets/wizard.py
src/parrot/integrations/msteams/dialogs/presets/wizard_summary.py
src/parrot/integrations/msteams/tools/__init__.py
src/parrot/integrations/msteams/voice/__init__.py
src/parrot/integrations/msteams/voice/backend.py
src/parrot/integrations/msteams/voice/faster_whisper_backend.py
src/parrot/integrations/msteams/voice/models.py
src/parrot/integrations/msteams/voice/openai_backend.py
src/parrot/integrations/msteams/voice/transcriber.py
src/parrot/integrations/slack/__init__.py
src/parrot/integrations/slack/assistant.py
src/parrot/integrations/slack/dedup.py
src/parrot/integrations/slack/files.py
src/parrot/integrations/slack/interactive.py
src/parrot/integrations/slack/models.py
src/parrot/integrations/slack/security.py
src/parrot/integrations/slack/socket_handler.py
src/parrot/integrations/slack/wrapper.py
src/parrot/integrations/telegram/__init__.py
src/parrot/integrations/telegram/auth.py
src/parrot/integrations/telegram/callbacks.py
src/parrot/integrations/telegram/combined_callback.py
src/parrot/integrations/telegram/context.py
src/parrot/integrations/telegram/decorators.py
src/parrot/integrations/telegram/filters.py
src/parrot/integrations/telegram/human_tool.py
src/parrot/integrations/telegram/jira_commands.py
src/parrot/integrations/telegram/manager.py
src/parrot/integrations/telegram/mcp_commands.py
src/parrot/integrations/telegram/mcp_persistence.py
src/parrot/integrations/telegram/models.py
src/parrot/integrations/telegram/oauth2_callback.py
src/parrot/integrations/telegram/oauth2_providers.py
src/parrot/integrations/telegram/office365_commands.py
src/parrot/integrations/telegram/post_auth.py
src/parrot/integrations/telegram/post_auth_jira.py
src/parrot/integrations/telegram/utils.py
src/parrot/integrations/telegram/wrapper.py
src/parrot/integrations/telegram/crew/__init__.py
src/parrot/integrations/telegram/crew/agent_card.py
src/parrot/integrations/telegram/crew/config.py
src/parrot/integrations/telegram/crew/coordinator.py
src/parrot/integrations/telegram/crew/crew_wrapper.py
src/parrot/integrations/telegram/crew/mention.py
src/parrot/integrations/telegram/crew/payload.py
src/parrot/integrations/telegram/crew/registry.py
src/parrot/integrations/telegram/crew/transport.py
src/parrot/integrations/whatsapp/__init__.py
src/parrot/integrations/whatsapp/bridge_config.py
src/parrot/integrations/whatsapp/bridge_wrapper.py
src/parrot/integrations/whatsapp/handler.py
src/parrot/integrations/whatsapp/models.py
src/parrot/integrations/whatsapp/utils.py
src/parrot/integrations/whatsapp/wrapper.py
src/parrot/voice/__init__.py
src/parrot/voice/handler.py
src/parrot/voice/models.py
src/parrot/voice/server.py
src/parrot/voice/session.py
src/parrot/voice/transcriber/__init__.py
src/parrot/voice/transcriber/backend.py
src/parrot/voice/transcriber/faster_whisper_backend.py
src/parrot/voice/transcriber/models.py
src/parrot/voice/transcriber/openai_backend.py
src/parrot/voice/transcriber/transcriber.py
tests/test_graph_client.py
tests/test_hitl_cards.py
tests/test_import_isolation.py
tests/test_matrix_appservice.py
tests/test_matrix_collaborative_config.py
tests/test_matrix_collaborative_session.py
tests/test_matrix_crew.py
tests/test_matrix_delegation.py
tests/test_matrix_hook.py
tests/test_matrix_reply_to.py
tests/test_matrix_session_models.py
tests/test_matrix_transport.py
tests/test_matrix_transport_collaborative.py
tests/test_proactive.py
tests/test_slack_integration.py
tests/test_teams_channel.py
tests/test_teams_hitl_integration.py
tests/test_telegram_integration.py