LICENSE
README.md
pyproject.toml
automagik_tools/__init__.py
automagik_tools/cli.py
automagik_tools/hub.py
automagik_tools.egg-info/PKG-INFO
automagik_tools.egg-info/SOURCES.txt
automagik_tools.egg-info/dependency_links.txt
automagik_tools.egg-info/entry_points.txt
automagik_tools.egg-info/requires.txt
automagik_tools.egg-info/top_level.txt
automagik_tools/ai_processors/__init__.py
automagik_tools/ai_processors/enhanced_response.py
automagik_tools/ai_processors/json_markdown_processor.py
automagik_tools/ai_processors/openapi_processor.py
automagik_tools/tools/__init__.py
automagik_tools/tools/automagik/__init__.py
automagik_tools/tools/automagik/__main__.py
automagik_tools/tools/automagik/config.py
automagik_tools/tools/automagik_hive/__init__.py
automagik_tools/tools/automagik_hive/__main__.py
automagik_tools/tools/automagik_hive/config.py
automagik_tools/tools/automagik_hive/server.py
automagik_tools/tools/evolution_api/__init__.py
automagik_tools/tools/evolution_api/__main__.py
automagik_tools/tools/evolution_api/client.py
automagik_tools/tools/evolution_api/config.py
automagik_tools/tools/gemini_assistant/__init__.py
automagik_tools/tools/gemini_assistant/__main__.py
automagik_tools/tools/gemini_assistant/config.py
automagik_tools/tools/gemini_assistant/server.py
automagik_tools/tools/genie/__init__.py
automagik_tools/tools/genie/__main__.py
automagik_tools/tools/genie/config.py
automagik_tools/tools/genie/mcp_wrapper.py
automagik_tools/tools/genie-omni/__init__.py
automagik_tools/tools/genie-omni/client.py
automagik_tools/tools/genie-omni/config.py
automagik_tools/tools/genie-omni/models.py
automagik_tools/tools/genie-omni/server.py
automagik_tools/tools/genie-omni/tools/__init__.py
automagik_tools/tools/genie-omni/tools/admin.py
automagik_tools/tools/genie-omni/tools/contacts.py
automagik_tools/tools/genie-omni/tools/discovery.py
automagik_tools/tools/genie-omni/tools/identity.py
automagik_tools/tools/genie-omni/tools/messaging.py
automagik_tools/tools/genie-omni/tools/multimodal.py
automagik_tools/tools/genie-omni/tools/reading.py
automagik_tools/tools/google_calendar/__init__.py
automagik_tools/tools/google_calendar/calendar_tools.py
automagik_tools/tools/google_chat/__init__.py
automagik_tools/tools/google_chat/chat_tools.py
automagik_tools/tools/google_docs/__init__.py
automagik_tools/tools/google_docs/docs_helpers.py
automagik_tools/tools/google_docs/docs_structure.py
automagik_tools/tools/google_docs/docs_tables.py
automagik_tools/tools/google_docs/docs_tools.py
automagik_tools/tools/google_docs/managers/__init__.py
automagik_tools/tools/google_docs/managers/batch_operation_manager.py
automagik_tools/tools/google_docs/managers/header_footer_manager.py
automagik_tools/tools/google_docs/managers/table_operation_manager.py
automagik_tools/tools/google_docs/managers/validation_manager.py
automagik_tools/tools/google_drive/__init__.py
automagik_tools/tools/google_drive/drive_helpers.py
automagik_tools/tools/google_drive/drive_tools.py
automagik_tools/tools/google_forms/__init__.py
automagik_tools/tools/google_forms/forms_tools.py
automagik_tools/tools/google_gmail/__init__.py
automagik_tools/tools/google_gmail/gmail_tools.py
automagik_tools/tools/google_search/__init__.py
automagik_tools/tools/google_search/search_tools.py
automagik_tools/tools/google_sheets/__init__.py
automagik_tools/tools/google_sheets/sheets_tools.py
automagik_tools/tools/google_slides/__init__.py
automagik_tools/tools/google_slides/slides_tools.py
automagik_tools/tools/google_tasks/__init__.py
automagik_tools/tools/google_tasks/tasks_tools.py
automagik_tools/tools/google_workspace/__init__.py
automagik_tools/tools/google_workspace/config.py
automagik_tools/tools/google_workspace/auth/__init__.py
automagik_tools/tools/google_workspace/auth/auth_info_middleware.py
automagik_tools/tools/google_workspace/auth/credential_store.py
automagik_tools/tools/google_workspace/auth/external_oauth_provider.py
automagik_tools/tools/google_workspace/auth/google_auth.py
automagik_tools/tools/google_workspace/auth/mcp_session_middleware.py
automagik_tools/tools/google_workspace/auth/oauth21_session_store.py
automagik_tools/tools/google_workspace/auth/oauth_callback_server.py
automagik_tools/tools/google_workspace/auth/oauth_config.py
automagik_tools/tools/google_workspace/auth/oauth_responses.py
automagik_tools/tools/google_workspace/auth/oauth_types.py
automagik_tools/tools/google_workspace/auth/scopes.py
automagik_tools/tools/google_workspace/auth/service_decorator.py
automagik_tools/tools/google_workspace/core/__init__.py
automagik_tools/tools/google_workspace/core/api_enablement.py
automagik_tools/tools/google_workspace/core/comments.py
automagik_tools/tools/google_workspace/core/config.py
automagik_tools/tools/google_workspace/core/context.py
automagik_tools/tools/google_workspace/core/log_formatter.py
automagik_tools/tools/google_workspace/core/server.py
automagik_tools/tools/google_workspace/core/tool_registry.py
automagik_tools/tools/google_workspace/core/tool_tier_loader.py
automagik_tools/tools/google_workspace/core/utils.py
automagik_tools/tools/google_workspace/services/__init__.py
automagik_tools/tools/google_workspace/services/calendar_tools.py
automagik_tools/tools/google_workspace/services/chat_tools.py
automagik_tools/tools/google_workspace/services/docs_helpers.py
automagik_tools/tools/google_workspace/services/docs_structure.py
automagik_tools/tools/google_workspace/services/docs_tables.py
automagik_tools/tools/google_workspace/services/docs_tools.py
automagik_tools/tools/google_workspace/services/drive_helpers.py
automagik_tools/tools/google_workspace/services/drive_tools.py
automagik_tools/tools/google_workspace/services/forms_tools.py
automagik_tools/tools/google_workspace/services/gmail_tools.py
automagik_tools/tools/google_workspace/services/search_tools.py
automagik_tools/tools/google_workspace/services/sheets_tools.py
automagik_tools/tools/google_workspace/services/slides_tools.py
automagik_tools/tools/google_workspace/services/tasks_tools.py
automagik_tools/tools/google_workspace/services/managers/__init__.py
automagik_tools/tools/google_workspace/services/managers/batch_operation_manager.py
automagik_tools/tools/google_workspace/services/managers/header_footer_manager.py
automagik_tools/tools/google_workspace/services/managers/table_operation_manager.py
automagik_tools/tools/google_workspace/services/managers/validation_manager.py
automagik_tools/tools/google_workspace_core/__init__.py
automagik_tools/tools/google_workspace_core/config.py
automagik_tools/tools/google_workspace_core/auth/__init__.py
automagik_tools/tools/google_workspace_core/auth/auth_checker.py
automagik_tools/tools/google_workspace_core/auth/auth_info_middleware.py
automagik_tools/tools/google_workspace_core/auth/credential_store.py
automagik_tools/tools/google_workspace_core/auth/error_messages.py
automagik_tools/tools/google_workspace_core/auth/external_oauth_provider.py
automagik_tools/tools/google_workspace_core/auth/google_auth.py
automagik_tools/tools/google_workspace_core/auth/mcp_session_middleware.py
automagik_tools/tools/google_workspace_core/auth/oauth21_session_store.py
automagik_tools/tools/google_workspace_core/auth/oauth_callback_server.py
automagik_tools/tools/google_workspace_core/auth/oauth_config.py
automagik_tools/tools/google_workspace_core/auth/oauth_responses.py
automagik_tools/tools/google_workspace_core/auth/oauth_types.py
automagik_tools/tools/google_workspace_core/auth/retry_handler.py
automagik_tools/tools/google_workspace_core/auth/scopes.py
automagik_tools/tools/google_workspace_core/auth/service_decorator.py
automagik_tools/tools/google_workspace_core/auth/session_manager.py
automagik_tools/tools/google_workspace_core/auth/token_storage_adapter.py
automagik_tools/tools/google_workspace_core/core/__init__.py
automagik_tools/tools/google_workspace_core/core/api_enablement.py
automagik_tools/tools/google_workspace_core/core/comments.py
automagik_tools/tools/google_workspace_core/core/config.py
automagik_tools/tools/google_workspace_core/core/context.py
automagik_tools/tools/google_workspace_core/core/log_formatter.py
automagik_tools/tools/google_workspace_core/core/server.py
automagik_tools/tools/google_workspace_core/core/tool_registry.py
automagik_tools/tools/google_workspace_core/core/tool_tier_loader.py
automagik_tools/tools/google_workspace_core/core/utils.py
automagik_tools/tools/google_workspace_core/services/__init__.py
automagik_tools/tools/google_workspace_core/services/calendar_tools.py
automagik_tools/tools/google_workspace_core/services/chat_tools.py
automagik_tools/tools/google_workspace_core/services/docs_helpers.py
automagik_tools/tools/google_workspace_core/services/docs_structure.py
automagik_tools/tools/google_workspace_core/services/docs_tables.py
automagik_tools/tools/google_workspace_core/services/docs_tools.py
automagik_tools/tools/google_workspace_core/services/drive_helpers.py
automagik_tools/tools/google_workspace_core/services/drive_tools.py
automagik_tools/tools/google_workspace_core/services/forms_tools.py
automagik_tools/tools/google_workspace_core/services/gmail_tools.py
automagik_tools/tools/google_workspace_core/services/search_tools.py
automagik_tools/tools/google_workspace_core/services/sheets_tools.py
automagik_tools/tools/google_workspace_core/services/slides_tools.py
automagik_tools/tools/google_workspace_core/services/tasks_tools.py
automagik_tools/tools/google_workspace_core/services/managers/__init__.py
automagik_tools/tools/google_workspace_core/services/managers/batch_operation_manager.py
automagik_tools/tools/google_workspace_core/services/managers/header_footer_manager.py
automagik_tools/tools/google_workspace_core/services/managers/table_operation_manager.py
automagik_tools/tools/google_workspace_core/services/managers/validation_manager.py
automagik_tools/tools/json_to_google_docs/__init__.py
automagik_tools/tools/json_to_google_docs/__main__.py
automagik_tools/tools/json_to_google_docs/client.py
automagik_tools/tools/json_to_google_docs/config.py
automagik_tools/tools/json_to_google_docs/processor.py
automagik_tools/tools/omni/__init__.py
automagik_tools/tools/omni/__main__.py
automagik_tools/tools/omni/client.py
automagik_tools/tools/omni/config.py
automagik_tools/tools/omni/models.py
automagik_tools/tools/spark/__init__.py
automagik_tools/tools/spark/__main__.py
automagik_tools/tools/spark/client.py
automagik_tools/tools/spark/config.py
automagik_tools/tools/spark/models.py
automagik_tools/tools/wait/__init__.py
automagik_tools/tools/wait/__main__.py
automagik_tools/tools/wait/config.py
tests/test_actual_execution.py
tests/test_all_tools_basic.py
tests/test_cli_additional.py
tests/test_cli_comprehensive.py
tests/test_cli_simple.py
tests/test_fastmcp_client.py
tests/test_final_coverage_push.py
tests/test_hub.py
tests/test_integration.py
tests/test_mcp_protocol.py
tests/test_unit_fast.py