LICENSE
README.md
pyproject.toml
./baml_client/__init__.py
./baml_client/async_client.py
./baml_client/globals.py
./baml_client/inlinedbaml.py
./baml_client/partial_types.py
./baml_client/sync_client.py
./baml_client/tracing.py
./baml_client/type_builder.py
./baml_client/types.py
./ii_researcher/__init__.py
./ii_researcher/cli.py
./ii_researcher/config.py
./ii_researcher/events.py
./ii_researcher/pipeline/__init__.py
./ii_researcher/pipeline/agent.py
./ii_researcher/pipeline/evaluator.py
./ii_researcher/pipeline/schemas.py
./ii_researcher/pipeline/state.py
./ii_researcher/pipeline/action_handler/__init__.py
./ii_researcher/pipeline/action_handler/answer.py
./ii_researcher/pipeline/action_handler/base.py
./ii_researcher/pipeline/action_handler/reflect.py
./ii_researcher/pipeline/action_handler/search.py
./ii_researcher/pipeline/action_handler/visit.py
./ii_researcher/reasoning/__init__.py
./ii_researcher/reasoning/agent.py
./ii_researcher/reasoning/config.py
./ii_researcher/reasoning/utils.py
./ii_researcher/reasoning/clients/__init__.py
./ii_researcher/reasoning/clients/openai_client.py
./ii_researcher/reasoning/clients/report.py
./ii_researcher/reasoning/models/__init__.py
./ii_researcher/reasoning/models/action.py
./ii_researcher/reasoning/models/output.py
./ii_researcher/reasoning/models/trace.py
./ii_researcher/reasoning/tools/__init__.py
./ii_researcher/reasoning/tools/base.py
./ii_researcher/reasoning/tools/registry.py
./ii_researcher/reasoning/tools/tool_history.py
./ii_researcher/reasoning/tools/web_scraper.py
./ii_researcher/reasoning/tools/web_search.py
./ii_researcher/tools/__init__.py
./ii_researcher/tools/duck_search.py
./ii_researcher/tools/read.py
./ii_researcher/tools/web_scraper_compressor.py
./ii_researcher/tools/compressor/__init__.py
./ii_researcher/tools/compressor/base.py
./ii_researcher/tools/compressor/context_compressor.py
./ii_researcher/tools/compressor/embedding_compressor.py
./ii_researcher/tools/compressor/llm_compressor.py
./ii_researcher/tools/scraper/__init__.py
./ii_researcher/tools/scraper/scraper.py
./ii_researcher/tools/scraper/utils.py
./ii_researcher/tools/scraper/beautiful_soup/__init__.py
./ii_researcher/tools/scraper/beautiful_soup/beautiful_soup.py
./ii_researcher/tools/scraper/browser/__init__.py
./ii_researcher/tools/scraper/browser/browser.py
./ii_researcher/tools/scraper/browser/processing/__init__.py
./ii_researcher/tools/scraper/browser/processing/html.py
./ii_researcher/tools/scraper/browser/processing/scrape_skills.py
./ii_researcher/tools/scraper/firecrawl/__init__.py
./ii_researcher/tools/scraper/firecrawl/firecrawl.py
./ii_researcher/tools/scraper/pymupdf/__init__.py
./ii_researcher/tools/scraper/pymupdf/pymupdf.py
./ii_researcher/tools/scraper/tavily_extract/__init__.py
./ii_researcher/tools/scraper/tavily_extract/tavily_extract.py
./ii_researcher/tools/scraper/youtube/__init__.py
./ii_researcher/tools/scraper/youtube/youtube.py
./ii_researcher/utils/__init__.py
./ii_researcher/utils/prompt.py
./ii_researcher/utils/stream.py
./ii_researcher/utils/text_tools.py
./ii_researcher/utils/url_tools.py
./mcp/server.py
./tests/test_context_compressor.py
baml_client/__init__.py
baml_client/async_client.py
baml_client/globals.py
baml_client/inlinedbaml.py
baml_client/partial_types.py
baml_client/sync_client.py
baml_client/tracing.py
baml_client/type_builder.py
baml_client/types.py
ii_researcher/__init__.py
ii_researcher/cli.py
ii_researcher/config.py
ii_researcher/events.py
ii_researcher.egg-info/PKG-INFO
ii_researcher.egg-info/SOURCES.txt
ii_researcher.egg-info/dependency_links.txt
ii_researcher.egg-info/requires.txt
ii_researcher.egg-info/top_level.txt
ii_researcher/pipeline/__init__.py
ii_researcher/pipeline/agent.py
ii_researcher/pipeline/evaluator.py
ii_researcher/pipeline/schemas.py
ii_researcher/pipeline/state.py
ii_researcher/pipeline/action_handler/__init__.py
ii_researcher/pipeline/action_handler/answer.py
ii_researcher/pipeline/action_handler/base.py
ii_researcher/pipeline/action_handler/reflect.py
ii_researcher/pipeline/action_handler/search.py
ii_researcher/pipeline/action_handler/visit.py
ii_researcher/reasoning/__init__.py
ii_researcher/reasoning/agent.py
ii_researcher/reasoning/config.py
ii_researcher/reasoning/utils.py
ii_researcher/reasoning/clients/__init__.py
ii_researcher/reasoning/clients/openai_client.py
ii_researcher/reasoning/clients/report.py
ii_researcher/reasoning/models/__init__.py
ii_researcher/reasoning/models/action.py
ii_researcher/reasoning/models/output.py
ii_researcher/reasoning/models/trace.py
ii_researcher/reasoning/tools/__init__.py
ii_researcher/reasoning/tools/base.py
ii_researcher/reasoning/tools/registry.py
ii_researcher/reasoning/tools/tool_history.py
ii_researcher/reasoning/tools/web_scraper.py
ii_researcher/reasoning/tools/web_search.py
ii_researcher/tools/__init__.py
ii_researcher/tools/duck_search.py
ii_researcher/tools/read.py
ii_researcher/tools/web_scraper_compressor.py
ii_researcher/tools/compressor/__init__.py
ii_researcher/tools/compressor/base.py
ii_researcher/tools/compressor/context_compressor.py
ii_researcher/tools/compressor/embedding_compressor.py
ii_researcher/tools/compressor/llm_compressor.py
ii_researcher/tools/scraper/__init__.py
ii_researcher/tools/scraper/scraper.py
ii_researcher/tools/scraper/utils.py
ii_researcher/tools/scraper/beautiful_soup/__init__.py
ii_researcher/tools/scraper/beautiful_soup/beautiful_soup.py
ii_researcher/tools/scraper/browser/__init__.py
ii_researcher/tools/scraper/browser/browser.py
ii_researcher/tools/scraper/browser/processing/__init__.py
ii_researcher/tools/scraper/browser/processing/html.py
ii_researcher/tools/scraper/browser/processing/scrape_skills.py
ii_researcher/tools/scraper/firecrawl/__init__.py
ii_researcher/tools/scraper/firecrawl/firecrawl.py
ii_researcher/tools/scraper/pymupdf/__init__.py
ii_researcher/tools/scraper/pymupdf/pymupdf.py
ii_researcher/tools/scraper/tavily_extract/__init__.py
ii_researcher/tools/scraper/tavily_extract/tavily_extract.py
ii_researcher/tools/scraper/youtube/__init__.py
ii_researcher/tools/scraper/youtube/youtube.py
ii_researcher/utils/__init__.py
ii_researcher/utils/prompt.py
ii_researcher/utils/stream.py
ii_researcher/utils/text_tools.py
ii_researcher/utils/url_tools.py
mcp/server.py
tests/test_context_compressor.py