.gitignore
LICENSE
README.md
getting_started.ipynb
mkdocs.yml
pyproject.toml
tutorial.ipynb
.github/workflows/deploy-docs.yml
.github/workflows/publish-pypi.yml
ai_research.egg-info/PKG-INFO
ai_research.egg-info/SOURCES.txt
ai_research.egg-info/dependency_links.txt
ai_research.egg-info/requires.txt
ai_research.egg-info/top_level.txt
air/__init__.py
air/client.py
air/exceptions.py
air/executor.py
air/project.py
air/ws_session.py
docs/api_ref.md
docs/error.md
docs/examples_tools.md
docs/get_started.md
docs/index.md
docs/install.md
docs/star_catalog_project.ipynb
docs/css/extra.css
docs/css/mkdocstrings.css
examples/arxiv.py
examples/deep_research.py
examples/end_to_end.py
examples/example_idea.md
examples/idea.py
examples/idea_edit_and_push.py
examples/keywords.py
examples/ocr.py
examples/one_shot.py
examples/pull_and_write_paper.py
examples/push_and_run_methods.py
examples/research_projects.ipynb
examples/standalone_tools.ipynb
examples/star_catalog_project.ipynb
examples/synthetic_drug_dev_portfolio.csv
examples/synthetic_drug_project.ipynb
examples/text_enhancement.py
tests/__init__.py
tests/stress_test.py
tests/test_client.py
tests/test_integration.py
tests/test_project.py