LICENSE.md
MANIFEST.in
README.md
pyproject.toml
ietf_llm/__init__.py
ietf_llm/__main__.py
ietf_llm/_debug_log.py
ietf_llm/_stdio_transport.py
ietf_llm/canonical.py
ietf_llm/catalog.py
ietf_llm/cli_list.py
ietf_llm/config.py
ietf_llm/corpus.py
ietf_llm/corpus_blobs.py
ietf_llm/corpus_blobs_s3.py
ietf_llm/corpus_store.py
ietf_llm/corpus_store_cloud.py
ietf_llm/coverage.py
ietf_llm/export.py
ietf_llm/export_cli.py
ietf_llm/freshness.py
ietf_llm/gather_cli.py
ietf_llm/gather_plan.py
ietf_llm/gather_runner.py
ietf_llm/gather_stages.py
ietf_llm/http_governor.py
ietf_llm/http_metrics.py
ietf_llm/kv_control.py
ietf_llm/kv_store.py
ietf_llm/kv_store_s3.py
ietf_llm/mcp_server.py
ietf_llm/notebooklm.py
ietf_llm/oai_compat.py
ietf_llm/paths.py
ietf_llm/people.py
ietf_llm/people_linking.py
ietf_llm/positions.py
ietf_llm/py.typed
ietf_llm/rfcs.py
ietf_llm/routing.py
ietf_llm/s3_backend.py
ietf_llm/search_cli.py
ietf_llm/serve_metrics.py
ietf_llm/service_config.py
ietf_llm/skill_install.py
ietf_llm/text.py
ietf_llm/utils.py
ietf_llm.egg-info/PKG-INFO
ietf_llm.egg-info/SOURCES.txt
ietf_llm.egg-info/dependency_links.txt
ietf_llm.egg-info/entry_points.txt
ietf_llm.egg-info/requires.txt
ietf_llm.egg-info/top_level.txt
ietf_llm/data/skills/ietf-contributing/SKILL.md
ietf_llm/data/skills/ietf-interpreting/SKILL.md
ietf_llm/data/skills/ietf-llm/SKILL.md
ietf_llm/digest/__init__.py
ietf_llm/digest/events.py
ietf_llm/digest/helpers.py
ietf_llm/digest/index.py
ietf_llm/digest/issues.py
ietf_llm/digest/overview.py
ietf_llm/digest/query.py
ietf_llm/digest/remote_summarizer.py
ietf_llm/digest/summarizer.py
ietf_llm/digest/threads.py
ietf_llm/digest/timeline.py
ietf_llm/embeddings/__init__.py
ietf_llm/embeddings/chunking.py
ietf_llm/embeddings/clustering.py
ietf_llm/embeddings/models.py
ietf_llm/embeddings/search.py
ietf_llm/embeddings/snippet.py
ietf_llm/embeddings/storage.py
ietf_llm/embeddings/topics.py
ietf_llm/gather/__init__.py
ietf_llm/gather/_mirror.py
ietf_llm/gather/author.py
ietf_llm/gather/ballots.py
ietf_llm/gather/cache_sync.py
ietf_llm/gather/catalog.py
ietf_llm/gather/charter.py
ietf_llm/gather/citations.py
ietf_llm/gather/datatracker.py
ietf_llm/gather/datatracker_github.py
ietf_llm/gather/datatracker_history.py
ietf_llm/gather/datatracker_people.py
ietf_llm/gather/documents_manifest.py
ietf_llm/gather/draft_authors.py
ietf_llm/gather/drafts.py
ietf_llm/gather/github.py
ietf_llm/gather/github_users.py
ietf_llm/gather/group_info.py
ietf_llm/gather/identity_cache.py
ietf_llm/gather/issue_files.py
ietf_llm/gather/json_store.py
ietf_llm/gather/mail_threads.py
ietf_llm/gather/materials_manifest.py
ietf_llm/gather/mbox.py
ietf_llm/gather/meetings.py
ietf_llm/gather/message_citations.py
ietf_llm/gather/pdf_extract.py
ietf_llm/gather/recent_drafts.py
ietf_llm/gather/repo_discovery.py
ietf_llm/gather/rfcs.py
ietf_llm/gather/session_polls.py
ietf_llm/gather/transcript_context.py
ietf_llm/gather/transcripts.py
tests/test_author.py
tests/test_ballots.py
tests/test_canonical.py
tests/test_catalog.py
tests/test_citations.py
tests/test_cli_list.py
tests/test_cloud_gather.py
tests/test_clustering.py
tests/test_completion.py
tests/test_config.py
tests/test_config_migration.py
tests/test_corpus_blobs.py
tests/test_corpus_blobs_s3.py
tests/test_corpus_describe.py
tests/test_corpus_shape.py
tests/test_corpus_store.py
tests/test_corpus_store_cloud.py
tests/test_corpus_store_lease.py
tests/test_coverage.py
tests/test_datatracker_github.py
tests/test_datatracker_history.py
tests/test_datatracker_people.py
tests/test_digest_helpers.py
tests/test_digest_index.py
tests/test_digest_issues.py
tests/test_digest_query.py
tests/test_digest_threads.py
tests/test_dirs_env.py
tests/test_documents_manifest.py
tests/test_draft_authors.py
tests/test_embed_concurrent.py
tests/test_embed_incremental.py
tests/test_embed_provenance.py
tests/test_embeddings_chunking.py
tests/test_embeddings_migration.py
tests/test_embeddings_remote.py
tests/test_export.py
tests/test_export_optional_dep.py
tests/test_extra_inputs.py
tests/test_find_related.py
tests/test_freshness.py
tests/test_gather_cache_sync.py
tests/test_gather_runner.py
tests/test_gather_stages.py
tests/test_gather_tools.py
tests/test_github_canonical.py
tests/test_github_prune.py
tests/test_github_users.py
tests/test_global_config.py
tests/test_grounding_frame.py
tests/test_group_metadata.py
tests/test_health.py
tests/test_http_cache.py
tests/test_http_governor.py
tests/test_http_metrics.py
tests/test_index_concurrency.py
tests/test_index_dir_placement.py
tests/test_issue_files.py
tests/test_kv_control.py
tests/test_kv_store.py
tests/test_kv_store_s3.py
tests/test_logging.py
tests/test_mail_threads.py
tests/test_materials_manifest.py
tests/test_mcp_server.py
tests/test_mcp_transport.py
tests/test_meeting_clusters.py
tests/test_mentioned_drafts.py
tests/test_message_citations.py
tests/test_months_policy.py
tests/test_oai_compat.py
tests/test_overview.py
tests/test_parallel_download.py
tests/test_participation_nudge.py
tests/test_pdf_extract.py
tests/test_people.py
tests/test_positions.py
tests/test_prewarm_remote.py
tests/test_read_path_cloud.py
tests/test_read_topic.py
tests/test_rebuild_schema.py
tests/test_recent_drafts.py
tests/test_repo_discovery.py
tests/test_rfcs.py
tests/test_routing.py
tests/test_search_corpora.py
tests/test_search_diversify.py
tests/test_search_filters.py
tests/test_search_readonly.py
tests/test_serve_config.py
tests/test_serve_metrics.py
tests/test_serve_torch_free.py
tests/test_serve_transport.py
tests/test_service_config.py
tests/test_session_polls.py
tests/test_skill_install.py
tests/test_snippet.py
tests/test_storage_hardening.py
tests/test_store_selection.py
tests/test_summarize_remote.py
tests/test_synthetic_wg.py
tests/test_timeline.py
tests/test_topics.py
tests/test_transcript_context.py
tests/test_write_if_changed.py