LICENSE
README.md
pyproject.toml
src/aawm/__init__.py
src/aawm/anchor.py
src/aawm/audit.py
src/aawm/binding.py
src/aawm/cli.py
src/aawm/coding.py
src/aawm/collocation.py
src/aawm/content.py
src/aawm/decoder.py
src/aawm/embedder.py
src/aawm/greenlist.py
src/aawm/keys.py
src/aawm/meta_store.py
src/aawm/stats.py
src/aawm/synonym_data.py
src/aawm/transforms.py
src/aawm/verifier.py
src/aawm/zh.py
src/aawm/data/en_synonyms.json
src/aawm/data/en_zero_cost.json
src/aawm/data/zh_synonyms.json
src/aawm/data/zh_zero_cost.json
src/aawm/data/demo_corpus/agent_embedding_guide.md
src/aawm/data/demo_corpus/ai_text_judgment_report.md
src/aawm/data/demo_corpus/deployment.md
src/aawm/data/demo_corpus/performance.md
src/aawm/data/demo_corpus/research_notes.md
src/aawm/plugins/__init__.py
src/aawm/plugins/context.py
src/aawm/plugins/facade.py
src/aawm/plugins/keystore.py
src/aawm/plugins/middleware.py
src/aawm/plugins/registry.py
src/aawm/plugins/streaming.py
src/aawm/plugins/adapters/__init__.py
src/aawm/plugins/adapters/autogen_v1.py
src/aawm/plugins/adapters/crewai_v1.py
src/aawm/plugins/adapters/langchain_v1.py
src/aawm/plugins/adapters/litellm_proxy.py
src/aawm/plugins/adapters/openai_v1.py
src/aawm/proxy/__init__.py
src/aawm/proxy/app.py
src/aawm/server/__init__.py
src/aawm/server/api.py
src/aawm/server/metrics.py
src/acrostic_agent_watermark.egg-info/PKG-INFO
src/acrostic_agent_watermark.egg-info/SOURCES.txt
src/acrostic_agent_watermark.egg-info/dependency_links.txt
src/acrostic_agent_watermark.egg-info/entry_points.txt
src/acrostic_agent_watermark.egg-info/requires.txt
src/acrostic_agent_watermark.egg-info/top_level.txt
tests/test_basic.py
tests/test_binding.py
tests/test_calibration.py
tests/test_cli_server.py
tests/test_content_anchor.py
tests/test_dict_expansion.py
tests/test_e2e_integration.py
tests/test_facade_archived_uid.py
tests/test_greenlist.py
tests/test_greenlist_zh.py
tests/test_plugin_core.py
tests/test_plugin_en_zero_cost.py
tests/test_proxy.py
tests/test_proxy_streamer_factory.py
tests/test_soft_match.py
tests/test_streaming_guard.py
tests/test_v013_features.py
tests/test_v0141_issue_fixes.py
tests/test_zh.py