CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
./agentic_commands_stego/README.md
./agentic_commands_stego/__init__.py
./agentic_commands_stego/requirements.txt
./agentic_commands_stego/simple_test.py
./agentic_commands_stego/test_mcp_cli.py
./agentic_commands_stego/test_mcp_integration.py
./agentic_commands_stego/test_video_functionality.py
./agentic_commands_stego/working_test.py
./agentic_commands_stego/crypto/__init__.py
./agentic_commands_stego/crypto/cipher.py
./agentic_commands_stego/decode/__init__.py
./agentic_commands_stego/decode/audio_decoder.py
./agentic_commands_stego/decode/ultrasonic_decoder.py
./agentic_commands_stego/decode/video_decoder.py
./agentic_commands_stego/docs/README.md
./agentic_commands_stego/docs/advanced-usage.md
./agentic_commands_stego/docs/api-complete.md
./agentic_commands_stego/docs/api-reference.md
./agentic_commands_stego/docs/architecture.md
./agentic_commands_stego/docs/cli-usage.md
./agentic_commands_stego/docs/deployment.md
./agentic_commands_stego/docs/developer-guide.md
./agentic_commands_stego/docs/fastmcp-integration-plan.md
./agentic_commands_stego/docs/index.md
./agentic_commands_stego/docs/installation.md
./agentic_commands_stego/docs/mcp-integration.md
./agentic_commands_stego/docs/security.md
./agentic_commands_stego/docs/troubleshooting.md
./agentic_commands_stego/docs/user-guide.md
./agentic_commands_stego/embed/__init__.py
./agentic_commands_stego/embed/audio_embedder.py
./agentic_commands_stego/embed/ultrasonic_encoder.py
./agentic_commands_stego/embed/video_embedder.py
./agentic_commands_stego/examples/README.md
./agentic_commands_stego/examples/api_client.py
./agentic_commands_stego/examples/audio_file_processing.py
./agentic_commands_stego/examples/basic_encoding.py
./agentic_commands_stego/mcp_tools/__init__.py
./agentic_commands_stego/mcp_tools/cli.py
./agentic_commands_stego/mcp_tools/server.py
./agentic_commands_stego/mcp_tools/schemas/__init__.py
./agentic_commands_stego/mcp_tools/schemas/config.py
./agentic_commands_stego/mcp_tools/schemas/decode.py
./agentic_commands_stego/mcp_tools/schemas/embed.py
./agentic_commands_stego/mcp_tools/tools/__init__.py
./agentic_commands_stego/mcp_tools/tools/config_tools.py
./agentic_commands_stego/mcp_tools/tools/decode_tools.py
./agentic_commands_stego/mcp_tools/tools/embed_tools.py
./agentic_commands_stego/server/__init__.py
./agentic_commands_stego/server/api.py
./agentic_commands_stego/tests/__init__.py
./agentic_commands_stego/tests/conftest.py
./agentic_commands_stego/tests/test_api_endpoints.py
./agentic_commands_stego/tests/test_audio_embedder.py
./agentic_commands_stego/tests/test_calibration.py
./agentic_commands_stego/tests/test_cipher.py
./agentic_commands_stego/tests/test_enhanced_error_correction.py
./agentic_commands_stego/tests/test_integration.py
./agentic_commands_stego/tests/test_minimal_integration.py
./agentic_commands_stego/tests/test_simple_calibration.py
./agentic_commands_stego/tests/test_ultrasonic_decoder.py
./agentic_commands_stego/tests/test_ultrasonic_encoder.py
agentic_commands_stego/README.md
agentic_commands_stego/__init__.py
agentic_commands_stego/requirements.txt
agentic_commands_stego/simple_test.py
agentic_commands_stego/test_mcp_cli.py
agentic_commands_stego/test_mcp_integration.py
agentic_commands_stego/test_video_functionality.py
agentic_commands_stego/working_test.py
agentic_commands_stego/crypto/__init__.py
agentic_commands_stego/crypto/cipher.py
agentic_commands_stego/decode/__init__.py
agentic_commands_stego/decode/audio_decoder.py
agentic_commands_stego/decode/ultrasonic_decoder.py
agentic_commands_stego/decode/video_decoder.py
agentic_commands_stego/docs/README.md
agentic_commands_stego/docs/advanced-usage.md
agentic_commands_stego/docs/api-complete.md
agentic_commands_stego/docs/api-reference.md
agentic_commands_stego/docs/architecture.md
agentic_commands_stego/docs/cli-usage.md
agentic_commands_stego/docs/deployment.md
agentic_commands_stego/docs/developer-guide.md
agentic_commands_stego/docs/fastmcp-integration-plan.md
agentic_commands_stego/docs/index.md
agentic_commands_stego/docs/installation.md
agentic_commands_stego/docs/mcp-integration.md
agentic_commands_stego/docs/security.md
agentic_commands_stego/docs/troubleshooting.md
agentic_commands_stego/docs/user-guide.md
agentic_commands_stego/embed/__init__.py
agentic_commands_stego/embed/audio_embedder.py
agentic_commands_stego/embed/ultrasonic_encoder.py
agentic_commands_stego/embed/video_embedder.py
agentic_commands_stego/examples/README.md
agentic_commands_stego/examples/api_client.py
agentic_commands_stego/examples/audio_file_processing.py
agentic_commands_stego/examples/basic_encoding.py
agentic_commands_stego/mcp_tools/__init__.py
agentic_commands_stego/mcp_tools/cli.py
agentic_commands_stego/mcp_tools/server.py
agentic_commands_stego/mcp_tools/schemas/__init__.py
agentic_commands_stego/mcp_tools/schemas/config.py
agentic_commands_stego/mcp_tools/schemas/decode.py
agentic_commands_stego/mcp_tools/schemas/embed.py
agentic_commands_stego/mcp_tools/tools/__init__.py
agentic_commands_stego/mcp_tools/tools/config_tools.py
agentic_commands_stego/mcp_tools/tools/decode_tools.py
agentic_commands_stego/mcp_tools/tools/embed_tools.py
agentic_commands_stego/server/__init__.py
agentic_commands_stego/server/api.py
agentic_commands_stego/tests/__init__.py
agentic_commands_stego/tests/conftest.py
agentic_commands_stego/tests/test_api_endpoints.py
agentic_commands_stego/tests/test_audio_embedder.py
agentic_commands_stego/tests/test_calibration.py
agentic_commands_stego/tests/test_cipher.py
agentic_commands_stego/tests/test_enhanced_error_correction.py
agentic_commands_stego/tests/test_integration.py
agentic_commands_stego/tests/test_minimal_integration.py
agentic_commands_stego/tests/test_simple_calibration.py
agentic_commands_stego/tests/test_ultrasonic_decoder.py
agentic_commands_stego/tests/test_ultrasonic_encoder.py
coordination/COORDINATION_GUIDE.md
src/README.md