README.md
pyproject.toml
ai_research_os.egg-info/PKG-INFO
ai_research_os.egg-info/SOURCES.txt
ai_research_os.egg-info/dependency_links.txt
ai_research_os.egg-info/entry_points.txt
ai_research_os.egg-info/requires.txt
ai_research_os.egg-info/top_level.txt
completions/bash
completions/fish
completions/zsh
core/__init__.py
core/basics.py
core/cache.py
core/exceptions.py
core/i18n.py
core/retry.py
db/__init__.py
db/database.py
db/migrate.py
extable/__init__.py
extable/detector.py
extable/parser.py
extable/storage.py
kg/__init__.py
kg/integration.py
kg/manager.py
kg/queries.py
llm/__init__.py
llm/client.py
llm/client_async.py
llm/generate.py
llm/parse.py
notes/__init__.py
notes/cnote.py
notes/frontmatter.py
notes/keyword_tags.py
notes/mnote.py
notes/pnotes.py
parsers/__init__.py
parsers/arxiv.py
parsers/arxiv_search.py
parsers/crossref.py
parsers/input_detection.py
pdf/__init__.py
pdf/extract.py
pdf/extract_async.py
pdf/parser.py
rankers/__init__.py
rankers/base.py
rankers/cosine.py
rankers/score.py
renderers/__init__.py
renderers/cnote.py
renderers/mnote.py
renderers/pnote.py
research_loop/__init__.py
scoring/__init__.py
scoring/momentum.py
sections/__init__.py
sections/segment.py
tests/test_ai_research_os.py
tests/test_arun_research.py
tests/test_arxiv_search.py
tests/test_cli_citations.py
tests/test_cli_cite_graph.py
tests/test_cli_cite_import.py
tests/test_cli_dedup.py
tests/test_cli_import.py
tests/test_cli_merge.py
tests/test_cli_search.py
tests/test_db.py
tests/test_db_embeddings.py
tests/test_extable.py
tests/test_integration.py
tests/test_kg_manager.py
tests/test_kg_queries.py
tests/test_llm_parse.py
tests/test_notes_cnote.py
tests/test_parsers.py
tests/test_pdf_extract.py
tests/test_pdf_parser.py
tests/test_rankers.py
tests/test_research_loop.py
tests/test_retry.py
tests/test_scoring_momentum.py
tests/test_search.py
tests/test_sections_segment.py
tests/test_trends_forecaster.py
tests/test_unit_ai.py
tests/test_unit_notes.py
tests/test_updaters.py
tests/test_viz.py
trends/__init__.py
trends/forecaster.py
updaters/__init__.py
updaters/radar.py
updaters/timeline.py
viz/__init__.py
viz/d3_renderer.py
viz/pyvis_renderer.py
web/app.py