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/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