LICENSE
README.md
pyproject.toml
config/__init__.py
config/settings.example.yaml
mcp_server/__init__.py
mcp_server/atoms_tools.py
mcp_server/frontier_tools.py
mcp_server/hopper_tools.py
mcp_server/onboard_tools.py
mcp_server/oracle_tools.py
mcp_server/server.py
mcp_server/sitting_tools.py
opyt.egg-info/PKG-INFO
opyt.egg-info/SOURCES.txt
opyt.egg-info/dependency_links.txt
opyt.egg-info/entry_points.txt
opyt.egg-info/requires.txt
opyt.egg-info/top_level.txt
opyt_core/__init__.py
opyt_core/bootstrap.py
opyt_core/config.py
opyt_core/credentials_registry.py
opyt_core/install_client.py
opyt_core/kb.py
opyt_core/kb_remote.py
opyt_core/key_paste.py
opyt_core/keys.py
opyt_core/local_auth.py
opyt_core/openrouter_oauth.py
opyt_core/paths.py
opyt_core/push.py
opyt_core/readiness.py
opyt_core/redeem.py
pipeline/__init__.py
pipeline/circuit_breaker.py
pipeline/concurrency.py
pipeline/config.py
pipeline/credentials.py
pipeline/dedup_store.py
pipeline/image_cache.py
pipeline/jitter.py
pipeline/llm_client.py
pipeline/llm_providers.py
pipeline/llm_spend.py
pipeline/llm_telemetry.py
pipeline/model_routing.py
pipeline/ocr_cascade.py
pipeline/rank.py
pipeline/slug.py
pipeline/sqlite_db.py
pipeline/sync_lock.py
pipeline/timeparse.py
pipeline/artifacts/__init__.py
pipeline/artifacts/github_client.py
pipeline/artifacts/repos.py
pipeline/ingestion/__init__.py
pipeline/ingestion/browser_cookies.py
pipeline/ingestion/discover_profile.py
pipeline/ingestion/handle_match.py
pipeline/ingestion/source_classify.py
pipeline/ingestion/trust_edges.py
pipeline/ingestion/trust_graph.py
pipeline/ingestion/trust_types.py
pipeline/ingestion/url_canon.py
pipeline/ingestion/utils.py
pipeline/ingestion/x_graphql.py
pipeline/ingestion/x_graphql_core.py
pipeline/ingestion/x_likes.py
pipeline/ingestion/x_lists.py
pipeline/ingestion/x_twitterapi.py
pipeline/ingestion/sources/__init__.py
pipeline/ingestion/sources/blog.py
pipeline/ingestion/sources/github.py
pipeline/ingestion/sources/substack.py
pipeline/kb/__init__.py
pipeline/kb/bookmark_catchup.py
pipeline/kb/candidate_probe.py
pipeline/kb/candidate_search.py
pipeline/kb/chunk.py
pipeline/kb/content_gate.py
pipeline/kb/curation_catchup.py
pipeline/kb/curation_state.py
pipeline/kb/derive.py
pipeline/kb/eligibility.py
pipeline/kb/embed.py
pipeline/kb/embed_surface.py
pipeline/kb/expand.py
pipeline/kb/export.py
pipeline/kb/frontier_admit.py
pipeline/kb/frontier_execute.py
pipeline/kb/frontier_queries.py
pipeline/kb/frontier_sources.py
pipeline/kb/frontier_surface.py
pipeline/kb/hopper.py
pipeline/kb/ingest_blog.py
pipeline/kb/ingest_common.py
pipeline/kb/ingest_curation.py
pipeline/kb/ingest_github.py
pipeline/kb/ingest_papers.py
pipeline/kb/ingest_substack.py
pipeline/kb/ingest_x.py
pipeline/kb/ingest_x_footprint.py
pipeline/kb/link_discovery.py
pipeline/kb/link_router.py
pipeline/kb/onboard_footprint.py
pipeline/kb/onboard_state.py
pipeline/kb/oracle_refresh.py
pipeline/kb/oracle_refresh_state.py
pipeline/kb/oracles.py
pipeline/kb/peers.py
pipeline/kb/probe_catchup.py
pipeline/kb/probe_search.py
pipeline/kb/probe_store.py
pipeline/kb/rail_budgets.py
pipeline/kb/rail_runtime.py
pipeline/kb/raw_store.py
pipeline/kb/reader_core.py
pipeline/kb/rechunk.py
pipeline/kb/resolve.py
pipeline/kb/retrieve.py
pipeline/kb/run_ingest.py
pipeline/kb/schema.py
pipeline/kb/screen.py
pipeline/kb/sitting_builder.py
pipeline/kb/sitting_claims.py
pipeline/kb/sitting_lenses.py
pipeline/kb/sitting_reader.py
pipeline/kb/sitting_render.py
pipeline/kb/sitting_scheduler.py
pipeline/kb/sitting_store.py
pipeline/kb/sitting_surface.py
pipeline/kb/sitting_vectors.py
pipeline/kb/sitting_zoom.py
pipeline/kb/source_adapters.py
pipeline/kb/vision.py
pipeline/processing/__init__.py
tests/test_concurrency.py
tests/test_config_resolution.py
tests/test_credentials_registry.py
tests/test_credentials_validation.py
tests/test_key_paste.py
tests/test_llm_client.py
tests/test_llm_cost_accounting.py
tests/test_llm_upstream_attribution.py
tests/test_local_auth.py
tests/test_migration_guards.py
tests/test_model_routing.py
tests/test_ocr_lead_in.py
tests/test_onboard_tool.py
tests/test_openrouter_oauth.py
tests/test_openrouter_provider_deny.py
tests/test_prose_sweep.py
tests/test_readiness.py
tests/test_s2_api_key.py
tests/test_server_instructions.py
tests/test_slug.py