LICENSE.md
MANIFEST.in
README.md
pyproject.toml
ietf_llm/__init__.py
ietf_llm/__main__.py
ietf_llm/access_stamp.py
ietf_llm/atomicio.py
ietf_llm/coverage.py
ietf_llm/datatracker_api.py
ietf_llm/export.py
ietf_llm/freshness.py
ietf_llm/log.py
ietf_llm/months.py
ietf_llm/notebooklm.py
ietf_llm/paths.py
ietf_llm/py.typed
ietf_llm/serve_metrics.py
ietf_llm/text.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/cli/__init__.py
ietf_llm/cli/completion.py
ietf_llm/cli/export.py
ietf_llm/cli/list.py
ietf_llm/cli/main.py
ietf_llm/cli/search.py
ietf_llm/cli/skill_install.py
ietf_llm/config/__init__.py
ietf_llm/config/fs.py
ietf_llm/config/service.py
ietf_llm/config/store.py
ietf_llm/corpus/__init__.py
ietf_llm/corpus/canonical.py
ietf_llm/corpus/identity.py
ietf_llm/corpus/routing.py
ietf_llm/data/mcp-instructions.md
ietf_llm/data/skills/VENDORED.md
ietf_llm/data/skills/ietf-contributing/SKILL.md
ietf_llm/data/skills/ietf-interpreting/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/oai_compat.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/child.py
ietf_llm/gather/cli.py
ietf_llm/gather/pipeline.py
ietf_llm/gather/plan.py
ietf_llm/gather/runner.py
ietf_llm/gather/sequencer.py
ietf_llm/gather/stages.py
ietf_llm/gather/sources/__init__.py
ietf_llm/gather/sources/_mirror.py
ietf_llm/gather/sources/author.py
ietf_llm/gather/sources/ballots.py
ietf_llm/gather/sources/cache_sync.py
ietf_llm/gather/sources/catalog.py
ietf_llm/gather/sources/charter.py
ietf_llm/gather/sources/citations.py
ietf_llm/gather/sources/datatracker.py
ietf_llm/gather/sources/datatracker_github.py
ietf_llm/gather/sources/datatracker_history.py
ietf_llm/gather/sources/datatracker_people.py
ietf_llm/gather/sources/documents_manifest.py
ietf_llm/gather/sources/draft_authors.py
ietf_llm/gather/sources/drafts.py
ietf_llm/gather/sources/github.py
ietf_llm/gather/sources/github_users.py
ietf_llm/gather/sources/group_info.py
ietf_llm/gather/sources/identity_cache.py
ietf_llm/gather/sources/issue_files.py
ietf_llm/gather/sources/json_store.py
ietf_llm/gather/sources/mail_threads.py
ietf_llm/gather/sources/materials_manifest.py
ietf_llm/gather/sources/mbox.py
ietf_llm/gather/sources/meetings.py
ietf_llm/gather/sources/message_citations.py
ietf_llm/gather/sources/pdf_extract.py
ietf_llm/gather/sources/recent_drafts.py
ietf_llm/gather/sources/repo_discovery.py
ietf_llm/gather/sources/rfcs.py
ietf_llm/gather/sources/session_polls.py
ietf_llm/gather/sources/transcript_context.py
ietf_llm/gather/sources/transcripts.py
ietf_llm/live_lookup/__init__.py
ietf_llm/live_lookup/cache.py
ietf_llm/live_lookup/drafts.py
ietf_llm/live_lookup/meetings.py
ietf_llm/mcp/__init__.py
ietf_llm/mcp/chunks.py
ietf_llm/mcp/citations.py
ietf_llm/mcp/common.py
ietf_llm/mcp/corpus.py
ietf_llm/mcp/debug_log.py
ietf_llm/mcp/digest.py
ietf_llm/mcp/drafts.py
ietf_llm/mcp/gather.py
ietf_llm/mcp/meetings.py
ietf_llm/mcp/norms.py
ietf_llm/mcp/rfcs.py
ietf_llm/mcp/search.py
ietf_llm/mcp/serve.py
ietf_llm/mcp/server.py
ietf_llm/mcp/stdio.py
ietf_llm/mcp/topic.py
ietf_llm/net/__init__.py
ietf_llm/net/http_governor.py
ietf_llm/net/http_metrics.py
ietf_llm/net/transport.py
ietf_llm/people/__init__.py
ietf_llm/people/digest.py
ietf_llm/people/linking.py
ietf_llm/people/meetings.py
ietf_llm/people/positions.py
ietf_llm/seed/__init__.py
ietf_llm/seed/catalog.py
ietf_llm/seed/fetch.py
ietf_llm/seed/format.py
ietf_llm/seed/publish.py
ietf_llm/singletons/__init__.py
ietf_llm/singletons/catalog.py
ietf_llm/singletons/rfcs.py
ietf_llm/store/__init__.py
ietf_llm/store/blobs.py
ietf_llm/store/blobs_s3.py
ietf_llm/store/cloud.py
ietf_llm/store/control.py
ietf_llm/store/corpus.py
ietf_llm/store/kv.py
ietf_llm/store/kv_s3.py
ietf_llm/store/s3.py
tests/test_access_stamp.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_config_store.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_draft_authors_tool.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_subprocess.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_live_lookup.py
tests/test_logging.py
tests/test_mail_threads.py
tests/test_materials_manifest.py
tests/test_mbox_sync.py
tests/test_mcp_server.py
tests/test_mcp_transport.py
tests/test_meeting_clusters.py
tests/test_meeting_participation.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_seed_fetch.py
tests/test_seed_format.py
tests/test_seed_gather.py
tests/test_seed_publish.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