LICENSE
README.md
pyproject.toml
automagik_tools/__init__.py
automagik_tools/cli.py
automagik_tools/hub.py
automagik_tools/hub_http.py
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/hub/__init__.py
automagik_tools/hub/activation.py
automagik_tools/hub/api_routes.py
automagik_tools/hub/auth.py
automagik_tools/hub/auth_middleware.py
automagik_tools/hub/auth_routes.py
automagik_tools/hub/authorization.py
automagik_tools/hub/bootstrap.py
automagik_tools/hub/config_injection.py
automagik_tools/hub/config_manager.py
automagik_tools/hub/credentials.py
automagik_tools/hub/database.py
automagik_tools/hub/discovery_routes.py
automagik_tools/hub/execution.py
automagik_tools/hub/filesystem_routes.py
automagik_tools/hub/google_credential_store.py
automagik_tools/hub/middleware.py
automagik_tools/hub/models.py
automagik_tools/hub/multi_tenant_tool.py
automagik_tools/hub/network_routes.py
automagik_tools/hub/permissions.py
automagik_tools/hub/registry.py
automagik_tools/hub/security_middleware.py
automagik_tools/hub/server_control.py
automagik_tools/hub/start.py
automagik_tools/hub/tool_instances.py
automagik_tools/hub/tool_migration_helpers.py
automagik_tools/hub/tools.py
automagik_tools/hub/workspaces.py
automagik_tools/hub/audit/__init__.py
automagik_tools/hub/audit/logger.py
automagik_tools/hub/auth/__init__.py
automagik_tools/hub/auth/middleware.py
automagik_tools/hub/auth/google/__init__.py
automagik_tools/hub/auth/google/auth_info_middleware.py
automagik_tools/hub/auth/google/credential_store.py
automagik_tools/hub/auth/google/external_oauth_provider.py
automagik_tools/hub/auth/google/google_auth.py
automagik_tools/hub/auth/google/mcp_session_middleware.py
automagik_tools/hub/auth/google/oauth21_session_store.py
automagik_tools/hub/auth/google/oauth_callback_server.py
automagik_tools/hub/auth/google/oauth_config.py
automagik_tools/hub/auth/google/oauth_responses.py
automagik_tools/hub/auth/google/oauth_types.py
automagik_tools/hub/auth/google/scopes.py
automagik_tools/hub/auth/google/service_decorator.py
automagik_tools/hub/discovery/__init__.py
automagik_tools/hub/discovery/agent_parser.py
automagik_tools/hub/discovery/cache.py
automagik_tools/hub/discovery/file_watcher.py
automagik_tools/hub/discovery/frontmatter_utils.py
automagik_tools/hub/discovery/project_scanner.py
automagik_tools/hub/setup/__init__.py
automagik_tools/hub/setup/config_store.py
automagik_tools/hub/setup/encryption.py
automagik_tools/hub/setup/local_auth.py
automagik_tools/hub/setup/middleware.py
automagik_tools/hub/setup/mode_manager.py
automagik_tools/hub/setup/wizard_routes.py
automagik_tools/hub/webhooks/__init__.py
automagik_tools/hub/webhooks/directory_sync.py
automagik_tools/tools/__init__.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-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/genie_tool/__init__.py
automagik_tools/tools/genie_tool/__main__.py
automagik_tools/tools/genie_tool/config.py
automagik_tools/tools/genie_tool/mcp_wrapper.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_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/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
iflow_mcp_namastexlabs_automagik_tools.egg-info/PKG-INFO
iflow_mcp_namastexlabs_automagik_tools.egg-info/SOURCES.txt
iflow_mcp_namastexlabs_automagik_tools.egg-info/dependency_links.txt
iflow_mcp_namastexlabs_automagik_tools.egg-info/entry_points.txt
iflow_mcp_namastexlabs_automagik_tools.egg-info/requires.txt
iflow_mcp_namastexlabs_automagik_tools.egg-info/top_level.txt
tests/test_actual_execution.py
tests/test_all_tools_basic.py
tests/test_bootstrap.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