LICENSE
README.md
pyproject.toml
agent/__init__.py
agent/api.py
ai_dataset_radar.egg-info/PKG-INFO
ai_dataset_radar.egg-info/SOURCES.txt
ai_dataset_radar.egg-info/dependency_links.txt
ai_dataset_radar.egg-info/requires.txt
ai_dataset_radar.egg-info/top_level.txt
mcp_server/server.py
src/__init__.py
src/_version.py
src/alerting.py
src/db.py
src/filters.py
src/intel_report.py
src/main.py
src/main_intel.py
src/notifiers.py
src/output_formatter.py
src/report.py
src/analyzers/__init__.py
src/analyzers/author_filter.py
src/analyzers/change_tracker.py
src/analyzers/competitor_matrix.py
src/analyzers/data_type_classifier.py
src/analyzers/dataset_lineage.py
src/analyzers/model_card_analyzer.py
src/analyzers/model_dataset.py
src/analyzers/opportunities.py
src/analyzers/org_detector.py
src/analyzers/org_graph.py
src/analyzers/paper_filter.py
src/analyzers/quality_scorer.py
src/analyzers/trend.py
src/analyzers/value_scorer.py
src/scrapers/__init__.py
src/scrapers/arxiv.py
src/scrapers/base.py
src/scrapers/blog_rss.py
src/scrapers/github.py
src/scrapers/github_org.py
src/scrapers/hf_papers.py
src/scrapers/huggingface.py
src/scrapers/modelscope.py
src/scrapers/paperswithcode.py
src/scrapers/pwc_sota.py
src/scrapers/registry.py
src/scrapers/semantic_scholar.py
src/trackers/__init__.py
src/trackers/blog_tracker.py
src/trackers/github_tracker.py
src/trackers/org_tracker.py
src/trackers/reddit_tracker.py
src/trackers/x_tracker.py
src/utils/__init__.py
src/utils/async_http.py
src/utils/cache.py
src/utils/http.py
src/utils/keywords.py
src/utils/llm_client.py
src/utils/logging_config.py
src/utils/watermark.py
tests/test_agent_api.py
tests/test_alerting.py
tests/test_analyzers.py
tests/test_async_http.py
tests/test_blog_tracker.py
tests/test_business_intel.py
tests/test_change_tracker.py
tests/test_competitor_matrix.py
tests/test_data_type_classifier.py
tests/test_dataset_lineage.py
tests/test_db.py
tests/test_dedup.py
tests/test_filtering.py
tests/test_github.py
tests/test_github_tracker.py
tests/test_hf_papers.py
tests/test_huggingface.py
tests/test_intel_report.py
tests/test_json_output.py
tests/test_llm_client.py
tests/test_mcp_search_diff.py
tests/test_mcp_server.py
tests/test_mcp_trend_history.py
tests/test_modelscope.py
tests/test_notifiers.py
tests/test_org_graph.py
tests/test_org_tracker.py
tests/test_reddit_tracker.py
tests/test_value_analysis.py
tests/test_watermark.py
tests/test_x_tracker.py