CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
docs/architecture.png
docs/how_it_works.md
examples/advanced_features.py
examples/text_compression.py
examples/video_streaming.py
integrations/README.md
integrations/requirements-integrations.txt
integrations/claude_code_skill/README.md
integrations/claude_code_skill/SKILL.md
integrations/continue_dev/README.md
integrations/continue_dev/config.json
integrations/cursor/.cursorrules
integrations/cursor/README.md
integrations/cursor/mcp_config.json
integrations/langchain/README.md
integrations/llamaindex/README.md
integrations/mcp_server/README.md
integrations/openai_functions/README.md
latent_gate/__init__.py
latent_gate/__main__.py
latent_gate/api_server.py
latent_gate/async_pipeline.py
latent_gate/cache.py
latent_gate/cli.py
latent_gate/config.py
latent_gate/config_loader.py
latent_gate/cost_tracker.py
latent_gate/fast_client.py
latent_gate/local_processor.py
latent_gate/logging_config.py
latent_gate/mcp_server.py
latent_gate/multilang.py
latent_gate/payload.py
latent_gate/pipeline.py
latent_gate/plugin_system.py
latent_gate/remote_decoder.py
latent_gate/selective_decoder.py
latent_gate/text_processor.py
latent_gate/video_processor.py
latent_gate.egg-info/PKG-INFO
latent_gate.egg-info/SOURCES.txt
latent_gate.egg-info/dependency_links.txt
latent_gate.egg-info/entry_points.txt
latent_gate.egg-info/requires.txt
latent_gate.egg-info/top_level.txt
tests/test_config.py
tests/test_local_processor.py
tests/test_payload.py
tests/test_pipeline.py
tests/test_remote_decoder.py
tests/test_selective_decoder.py
tests/test_text_processor.py