LICENSE
README.md
pyproject.toml
core/__init__.py
core/auto_discovery.py
core/branding.py
core/circuit_breaker.py
core/completions.py
core/content_annotations.py
core/elicitation.py
core/exception.py
core/input_validator.py
core/internal_tool.py
core/logging.py
core/mcp_patches.py
core/metrics.py
core/notifications.py
core/output_sanitizer.py
core/pagination.py
core/prompt_injection.py
core/rate_limiter.py
core/request_context.py
core/resilience.py
core/result_limit.py
core/sampling.py
core/security.py
core/server_card.py
core/source_enum.py
core/structured_output.py
core/subscription_handlers.py
core/task_queue.py
core/tool_annotations.py
core/tracing.py
core/utils.py
core/webmcp_adapter.py
core/auth/__init__.py
core/auth/auth_client.py
core/auth/authorization_client.py
core/auth/mcp_auth_service.py
core/auth/middleware.py
core/auth/org_context.py
core/cache/__init__.py
core/cache/redis_cache.py
core/clients/__init__.py
core/clients/minio_client.py
core/clients/model_client.py
core/clients/postgres_client.py
core/clients/qdrant_client.py
core/config/__init__.py
core/config/consul_config.py
core/config/infra_config.py
core/config/logging_config.py
core/config/mcp_config.py
core/config/model_config.py
core/config/security_config.py
core/config/service_config.py
core/database/__init__.py
core/database/transaction.py
core/middleware/__init__.py
core/middleware/api_version.py
core/middleware/client_disconnect.py
core/middleware/error_handler.py
core/middleware/feature_gate.py
core/middleware/principal.py
core/middleware/rate_limit.py
core/middleware/request_id.py
core/middleware/timeout.py
core/migrations/__init__.py
core/migrations/runner.py
core/skills/__init__.py
core/skills/validator.py
isa_mcp/__init__.py
isa_mcp/mcp_client.py
isa_mcp.egg-info/PKG-INFO
isa_mcp.egg-info/SOURCES.txt
isa_mcp.egg-info/dependency_links.txt
isa_mcp.egg-info/entry_points.txt
isa_mcp.egg-info/requires.txt
isa_mcp.egg-info/top_level.txt
isa_mcp/cli/__init__.py
isa_mcp/cli/config.py
isa_mcp/cli/marketplace.py
isa_mcp/cli/migrate.py
isa_mcp/cli/servers.py
isa_mcp/cli/skills.py
isa_mcp/cli/skills_graph.py
isa_mcp/cli/sync.py
isa_mcp/cli/tools.py
resources/__init__.py
resources/base_resource.py
resources/data_resources.py
resources/digital_resource.py
resources/guardrail_resources.py
resources/process_resource.py
resources/symbolic_model_resources.py
services/__init__.py
services/_billing_emitter.py
services/aggregator_service/__init__.py
services/aggregator_service/aggregator_service.py
services/aggregator_service/callbacks.py
services/aggregator_service/domain.py
services/aggregator_service/pagination.py
services/aggregator_service/plugin_tool.py
services/aggregator_service/prompt_aggregator.py
services/aggregator_service/request_router.py
services/aggregator_service/resource_aggregator.py
services/aggregator_service/server_registry.py
services/aggregator_service/session_manager.py
services/aggregator_service/tool_aggregator.py
services/aggregator_service/tool_provenance.py
services/job_service/__init__.py
services/job_service/job_callback.py
services/job_service/job_models.py
services/job_service/job_queue.py
services/job_service/job_repository.py
services/job_service/job_service.py
services/job_service/job_state_manager.py
services/job_service/job_watchdog.py
services/marketplace_service/__init__.py
services/marketplace_service/domain.py
services/marketplace_service/install_manager.py
services/marketplace_service/marketplace_service.py
services/marketplace_service/package_repository.py
services/marketplace_service/package_resolver.py
services/marketplace_service/registry_fetcher.py
services/marketplace_service/update_manager.py
services/mcp_prompts/__init__.py
services/mcp_prompts/base_prompt.py
services/mcp_prompts/data_prompts.py
services/mcp_prompts/default_prompts.py
services/mcp_prompts/shopify_prompts.py
services/mcp_prompts/apps/assistant/assistant_prompts.py
services/mcp_prompts/apps/dream/dream_prompts.py
services/mcp_prompts/apps/ds/ds_prompts.py
services/mcp_prompts/apps/hunt/hunt_prompts.py
services/mcp_prompts/apps/knowledge/knowledge_prompts.py
services/mcp_prompts/apps/omni/business_commerce_prompts.py
services/mcp_prompts/apps/omni/creative_artistic_prompts.py
services/mcp_prompts/apps/omni/custom_prompts.py
services/mcp_prompts/apps/omni/education_learning_prompts.py
services/mcp_prompts/apps/omni/health_wellness_prompts.py
services/mcp_prompts/apps/omni/lifestyle_personal_prompts.py
services/mcp_prompts/apps/omni/marketing_media_prompts.py
services/mcp_prompts/apps/omni/news_current_events_prompts.py
services/mcp_prompts/apps/omni/professional_career_prompts.py
services/mcp_prompts/apps/omni/science_research_prompts.py
services/mcp_prompts/apps/omni/technology_innovation_prompts.py
services/mcp_resources/__init__.py
services/mcp_resources/base_resource.py
services/mcp_resources/data_resources.py
services/mcp_resources/digital_resource.py
services/mcp_resources/guardrail_resources.py
services/mcp_resources/process_resource.py
services/mcp_resources/symbolic_model_resources.py
services/mcp_tools/__init__.py
services/mcp_tools/base_service.py
services/mcp_tools/base_tool.py
services/mcp_tools/connector_tools/__init__.py
services/mcp_tools/connector_tools/connector_tools.py
services/mcp_tools/connectors/__init__.py
services/mcp_tools/connectors/base_connector.py
services/mcp_tools/connectors/connector_registry.py
services/mcp_tools/connectors/vendor_writeback.py
services/mcp_tools/connectors/api/__init__.py
services/mcp_tools/connectors/api/base_api_connector.py
services/mcp_tools/connectors/api/openapi_generator.py
services/mcp_tools/connectors/event/__init__.py
services/mcp_tools/connectors/event/webhook_connector.py
services/mcp_tools/connectors/rpa/__init__.py
services/mcp_tools/connectors/rpa/base_rpa_connector.py
services/mcp_tools/connectors/rpa/power_automate_connector.py
services/mcp_tools/connectors/rpa/uipath_connector.py
services/mcp_tools/core/__init__.py
services/mcp_tools/core/tool_models.py
services/mcp_tools/creative_tools/__init__.py
services/mcp_tools/creative_tools/design_tools.py
services/mcp_tools/data_tools/__init__.py
services/mcp_tools/data_tools/datamcp_client.py
services/mcp_tools/data_tools/datamcp_tools.py
services/mcp_tools/data_tools/digital_client.py
services/mcp_tools/data_tools/digital_tools.py
services/mcp_tools/data_tools/document_tools.py
services/mcp_tools/example_tools/__init__.py
services/mcp_tools/example_tools/basic_example_tools.py
services/mcp_tools/example_tools/hil_example_tools.py
services/mcp_tools/example_tools/progress_example_tools.py
services/mcp_tools/general_tools/admin_tools.py
services/mcp_tools/general_tools/interaction_tools.py
services/mcp_tools/general_tools/utility_tools.py
services/mcp_tools/intelligent_tools/__init__.py
services/mcp_tools/intelligent_tools/audio_tools.py
services/mcp_tools/intelligent_tools/image_tools.py
services/mcp_tools/intelligent_tools/sandbox_tools.py
services/mcp_tools/intelligent_tools/speech_tools.py
services/mcp_tools/intelligent_tools/video_tools.py
services/mcp_tools/intelligent_tools/vision_tools.py
services/mcp_tools/intelligent_tools/audio/__init__.py
services/mcp_tools/intelligent_tools/audio/audio_analyzer.py
services/mcp_tools/intelligent_tools/audio/tests/test_audio_analyzer.py
services/mcp_tools/intelligent_tools/img/__init__.py
services/mcp_tools/intelligent_tools/img/image_intelligence_service.py
services/mcp_tools/intelligent_tools/img/tests/test_image_intelligence.py
services/mcp_tools/intelligent_tools/language/__init__.py
services/mcp_tools/intelligent_tools/language/embedding_generator.py
services/mcp_tools/intelligent_tools/language/text_extractor.py
services/mcp_tools/intelligent_tools/language/text_generator.py
services/mcp_tools/intelligent_tools/language/text_summarizer.py
services/mcp_tools/intelligent_tools/language/tests/test_embedding_generator.py
services/mcp_tools/intelligent_tools/language/tests/test_text_extractor.py
services/mcp_tools/intelligent_tools/language/tests/test_text_generator.py
services/mcp_tools/intelligent_tools/language/tests/test_text_summarizer.py
services/mcp_tools/intelligent_tools/vision/__init__.py
services/mcp_tools/intelligent_tools/vision/image_analyzer.py
services/mcp_tools/intelligent_tools/vision/ocr_extractor.py
services/mcp_tools/intelligent_tools/vision/ui_detector.py
services/mcp_tools/intelligent_tools/vision/helper/__init__.py
services/mcp_tools/intelligent_tools/vision/helper/image_helpers.py
services/mcp_tools/intelligent_tools/vision/helper/ui_helpers.py
services/mcp_tools/intelligent_tools/vision/helper/vision_cache_manager.py
services/mcp_tools/intelligent_tools/vision/tests/test_enhanced_vision_analyzer.py
services/mcp_tools/intelligent_tools/vision/tests/test_image_analyzer.py
services/mcp_tools/intelligent_tools/vision/tests/test_ocr_extract.py
services/mcp_tools/intelligent_tools/vision/tests/test_ui_detector.py
services/mcp_tools/intelligent_tools/vision/tests/test_ui_detector_caching.py
services/mcp_tools/intelligent_tools/vision/tests/test_vlm_matching.py
services/mcp_tools/isa_vibe_tools/__init__.py
services/mcp_tools/isa_vibe_tools/consul_tools.py
services/mcp_tools/isa_vibe_tools/graph_rag_tools.py
services/mcp_tools/isa_vibe_tools/nats_tools.py
services/mcp_tools/isa_vibe_tools/notebooklm_tools.py
services/mcp_tools/isa_vibe_tools/notion_tools.py
services/mcp_tools/isa_vibe_tools/postgres_tools.py
services/mcp_tools/isa_vibe_tools/redis_tools.py
services/mcp_tools/job_tools/__init__.py
services/mcp_tools/job_tools/job_tools.py
services/mcp_tools/memory_tools/__init__.py
services/mcp_tools/memory_tools/memory_client.py
services/mcp_tools/memory_tools/memory_tools.py
services/mcp_tools/meta_tools/__init__.py
services/mcp_tools/meta_tools/aggregator_tools.py
services/mcp_tools/meta_tools/discovery_tools.py
services/mcp_tools/meta_tools/marketplace_tools.py
services/mcp_tools/plan_tools/__init__.py
services/mcp_tools/plan_tools/plan_state_manager.py
services/mcp_tools/plan_tools/plan_tools.py
services/mcp_tools/services/__init__.py
services/mcp_tools/services/composio_service/__init__.py
services/mcp_tools/services/composio_service/composio_connector.py
services/mcp_tools/services/composio_service/composio_mcp_bridge.py
services/mcp_tools/services/composio_service/register_all_apps.py
services/mcp_tools/services/intelligence_service/__init__.py
services/mcp_tools/system_tools/__init__.py
services/mcp_tools/system_tools/bash_tools.py
services/mcp_tools/system_tools/file_tools.py
services/mcp_tools/system_tools/notebook_tools.py
services/mcp_tools/system_tools/search_tools.py
services/mcp_tools/user_tools/calendar_tools.py
services/mcp_tools/user_tools/event_tools.py
services/mcp_tools/user_tools/storage_tools.py
services/mcp_tools/user_tools/task_tools.py
services/mcp_tools/user_tools/tests/test_event_tools.py
services/mcp_tools/web_tools/__init__.py
services/mcp_tools/web_tools/browser_extract_tools.py
services/mcp_tools/web_tools/browser_fetch_tools.py
services/mcp_tools/web_tools/browser_login_tools.py
services/mcp_tools/web_tools/browser_observe_act_tools.py
services/mcp_tools/web_tools/browser_post_tools.py
services/mcp_tools/web_tools/browser_screenshot_tools.py
services/mcp_tools/web_tools/browser_tools.py
services/mcp_tools/web_tools/os_delegation.py
services/mcp_tools/web_tools/web_client.py
services/mcp_tools/web_tools/web_tools.py
services/migration/__init__.py
services/migration/domain_projection.py
services/migration/falkor_diff.py
services/migration/falkor_migration.py
services/migration/legacy_classification.py
services/migration/legacy_export.py
services/migration/phase_b_planner.py
services/migration/phase_b_runner.py
services/migration/phase_d_verifier.py
services/migration/reclassify_runner.py
services/migration/reclassify_verifier.py
services/progress_service/__init__.py
services/progress_service/progress_manager.py
services/prompt_service/__init__.py
services/prompt_service/prompt_repository.py
services/prompt_service/prompt_service.py
services/resource_service/__init__.py
services/resource_service/resource_repository.py
services/resource_service/resource_service.py
services/search_service/__init__.py
services/search_service/embedding_client.py
services/search_service/falkor_hierarchical_search_service.py
services/search_service/hierarchical_search_service.py
services/search_service/observability.py
services/search_service/search_factory.py
services/search_service/search_service.py
services/search_service/skill_match_service.py
services/search_service/unified_meta_search.py
services/skill_service/__init__.py
services/skill_service/external_skill_installer.py
services/skill_service/set_admin_service.py
services/skill_service/skill_ingestor.py
services/skill_service/skill_repository.py
services/skill_service/skill_search_text.py
services/skill_service/skill_service.py
services/skill_service/skill_validator.py
services/skill_service/system_skill_catalog.py
services/sync_service/__init__.py
services/sync_service/sync_job_registry.py
services/sync_service/sync_service.py
services/tool_service/__init__.py
services/tool_service/tool_repository.py
services/tool_service/tool_service.py
services/vector_service/__init__.py
services/vector_service/advanced_chunkers.py
services/vector_service/base_vector_db.py
services/vector_service/chunking_service.py
services/vector_service/hybrid_search_service.py
services/vector_service/incremental_update_service.py
services/vector_service/mmr_reranker.py
services/vector_service/qdrant_vector_db.py
services/vector_service/vector_db_factory.py
services/vector_service/vector_repository.py
tools/__init__.py
tools/base_service.py
tools/base_tool.py
tools/connector_tools/__init__.py
tools/connector_tools/connector_tools.py
tools/connectors/__init__.py
tools/connectors/base_connector.py
tools/connectors/connector_registry.py
tools/connectors/vendor_writeback.py
tools/connectors/api/__init__.py
tools/connectors/api/base_api_connector.py
tools/connectors/api/openapi_generator.py
tools/connectors/event/__init__.py
tools/connectors/event/webhook_connector.py
tools/connectors/rpa/__init__.py
tools/connectors/rpa/base_rpa_connector.py
tools/connectors/rpa/power_automate_connector.py
tools/connectors/rpa/uipath_connector.py
tools/core/__init__.py
tools/core/tool_models.py
tools/creative_tools/__init__.py
tools/creative_tools/design_tools.py
tools/data_tools/__init__.py
tools/data_tools/datamcp_client.py
tools/data_tools/datamcp_tools.py
tools/data_tools/digital_client.py
tools/data_tools/digital_tools.py
tools/data_tools/document_tools.py
tools/example_tools/__init__.py
tools/example_tools/basic_example_tools.py
tools/example_tools/hil_example_tools.py
tools/example_tools/progress_example_tools.py
tools/general_tools/admin_tools.py
tools/general_tools/interaction_tools.py
tools/general_tools/utility_tools.py
tools/intelligent_tools/__init__.py
tools/intelligent_tools/audio_tools.py
tools/intelligent_tools/image_tools.py
tools/intelligent_tools/sandbox_tools.py
tools/intelligent_tools/speech_tools.py
tools/intelligent_tools/video_tools.py
tools/intelligent_tools/vision_tools.py
tools/intelligent_tools/audio/__init__.py
tools/intelligent_tools/audio/audio_analyzer.py
tools/intelligent_tools/audio/tests/test_audio_analyzer.py
tools/intelligent_tools/img/__init__.py
tools/intelligent_tools/img/image_intelligence_service.py
tools/intelligent_tools/img/tests/test_image_intelligence.py
tools/intelligent_tools/language/__init__.py
tools/intelligent_tools/language/embedding_generator.py
tools/intelligent_tools/language/text_extractor.py
tools/intelligent_tools/language/text_generator.py
tools/intelligent_tools/language/text_summarizer.py
tools/intelligent_tools/language/tests/test_embedding_generator.py
tools/intelligent_tools/language/tests/test_text_extractor.py
tools/intelligent_tools/language/tests/test_text_generator.py
tools/intelligent_tools/language/tests/test_text_summarizer.py
tools/intelligent_tools/vision/__init__.py
tools/intelligent_tools/vision/image_analyzer.py
tools/intelligent_tools/vision/ocr_extractor.py
tools/intelligent_tools/vision/ui_detector.py
tools/intelligent_tools/vision/helper/__init__.py
tools/intelligent_tools/vision/helper/image_helpers.py
tools/intelligent_tools/vision/helper/ui_helpers.py
tools/intelligent_tools/vision/helper/vision_cache_manager.py
tools/intelligent_tools/vision/tests/test_enhanced_vision_analyzer.py
tools/intelligent_tools/vision/tests/test_image_analyzer.py
tools/intelligent_tools/vision/tests/test_ocr_extract.py
tools/intelligent_tools/vision/tests/test_ui_detector.py
tools/intelligent_tools/vision/tests/test_ui_detector_caching.py
tools/intelligent_tools/vision/tests/test_vlm_matching.py
tools/isa_vibe_tools/__init__.py
tools/isa_vibe_tools/consul_tools.py
tools/isa_vibe_tools/graph_rag_tools.py
tools/isa_vibe_tools/nats_tools.py
tools/isa_vibe_tools/notebooklm_tools.py
tools/isa_vibe_tools/notion_tools.py
tools/isa_vibe_tools/postgres_tools.py
tools/isa_vibe_tools/redis_tools.py
tools/job_tools/__init__.py
tools/job_tools/job_tools.py
tools/memory_tools/__init__.py
tools/memory_tools/memory_client.py
tools/memory_tools/memory_tools.py
tools/meta_tools/__init__.py
tools/meta_tools/aggregator_tools.py
tools/meta_tools/discovery_tools.py
tools/meta_tools/marketplace_tools.py
tools/plan_tools/__init__.py
tools/plan_tools/plan_state_manager.py
tools/plan_tools/plan_tools.py
tools/services/__init__.py
tools/services/composio_service/__init__.py
tools/services/composio_service/composio_connector.py
tools/services/composio_service/composio_mcp_bridge.py
tools/services/composio_service/register_all_apps.py
tools/services/intelligence_service/__init__.py
tools/system_tools/__init__.py
tools/system_tools/bash_tools.py
tools/system_tools/file_tools.py
tools/system_tools/notebook_tools.py
tools/system_tools/search_tools.py
tools/user_tools/calendar_tools.py
tools/user_tools/event_tools.py
tools/user_tools/storage_tools.py
tools/user_tools/task_tools.py
tools/user_tools/tests/test_event_tools.py
tools/web_tools/__init__.py
tools/web_tools/browser_extract_tools.py
tools/web_tools/browser_fetch_tools.py
tools/web_tools/browser_login_tools.py
tools/web_tools/browser_observe_act_tools.py
tools/web_tools/browser_post_tools.py
tools/web_tools/browser_screenshot_tools.py
tools/web_tools/browser_tools.py
tools/web_tools/os_delegation.py
tools/web_tools/web_client.py
tools/web_tools/web_tools.py