Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DataQuests
/
DeepCritical
like
3
Running
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
adds interface
#4
by
Tonic
- opened
7 days ago
base:
refs/heads/main
←
from:
refs/pr/4
Discussion
Files changed
+28729
-6865
initial commit
5affb13e
adds scaffolding
6fbbcdac
adds scaffolding
1465eefe
add initial documentation for DeepCritical project, including architecture overview, design patterns, and user guides
f2b4e490
refine design patterns documentation by adjusting formatting for improved clarity and consistency
0c3cb270
refine formatting in design patterns documentation for better readability
a496d9d2
docs: add alternative frameworks analysis and stretch goals
c7584c17
docs: update guides and add testing strategy documentation
b4aa4adf
docs: add reference repos, orchestration patterns, and 100% ironclad specs
18838b91
docs: add implementation specifications for phases 1 to 4
7c07ade4
docs: expand Phase 3 Judge implementation specifications
e35d6b16
docs: enhance implementation documentation for Phase 4 Orchestrator and UI
20ba79bd
docs: reorganize and update implementation documentation for phases 1 and 2
dde5c6f7
docs: finalize implementation documentation for Phase 4 Orchestrator and UI
62d32abd
docs: update implementation documentation for Phases 2, 3, and 4
7ecca955
docs: enhance implementation documentation for Phase 2 search tools
19808474
docs: expand Phase 3 Judge implementation with new models and prompts
b1310d37
docs: enhance Phase 4 documentation with detailed implementation and deployment instructions
d0b14c08
docs: enhance Phase 4 UI and Orchestrator documentation
5c8b0309
docs: update implementation documentation for Phases 1-4
77627ff7
docs: finalize Phase 4 implementation with Orchestrator and Gradio UI
33b0f43c
docs: update Phase 1 documentation with new directory structure and configuration details
d33aedd1
fix: add bash language identifier to code block (CodeRabbit)
481bdd70
fix: markdown lint warnings in roadmap.md
953b850e
feat(phase1): Foundation & Tooling complete
069f0a0a
feat(phase1): add Makefile for developer experience
32fcf601
feat(phase2): implement search slice (PubMed, Web, Orchestrator) (#4)
499170be
fix: resolve mypy divergence between make check and pre-commit
cace02fa
feat(phase2): add sample_evidence fixture to conftest.py
2457ae0f
ci: add GitHub Actions workflow for CI/CD
572b5691
fix(phase2): address CodeRabbit review feedback + add examples
32e3b61a
feat(phase3): implement judge slice (LLM Judge, Prompts, Models)
d7e5abb8
fix(tests): resolve mypy divergence and test failures
95d2e294
fix: add type ignore comment for Agent instantiation in JudgeHandler
9760706d
feat(phase4): Orchestrator and UI complete
25c3a8b6
refactor(phase4): address CodeRabbit review
36983aef
Merge pull request #7 from The-Obstacle-Is-The-Way/feat/phase4
35ebd091
fix: pydantic-ai v1 compatibility and Anthropic model update
47326678
fix: pass API keys explicitly to pydantic-ai providers
1f967353
fix: linting and types for phase 5
1922dbde
chore: vendor agent-framework for deployment (fix pre-commit)
7057335f
fix(phase5): align configs and add agent tests
15459e9e
fix(ci): skip agent tests when agent-framework not installed
5a821714
fix(ci): add E402/RUF100 to ignore for cross-env compatibility
ecbc47b1
feat(phase6): implement embeddings for semantic search and deduplication
53bf3951
feat(phase8): implement Report Agent for structured scientific report generation
27636723
feat(architecture): update system design and roadmap for Phases 1-8
2dc022a1
docs: comprehensive Phase 6-8 spec revisions (Senior Architect audit)
ec3d7dc0
Merge main: Phase 5 + Phase 6-8 doc revisions
24a58782
feat(phase6): Embeddings & Semantic Search implementation
3bacbf80
fix(phase6): critical fixes from senior audit
59afc842
fix: address CodeRabbit Phase 5 review feedback
d247864f
fix: address CodeRabbit Phase 6 review feedback
506a9c04
Merge pull request #10 from The-Obstacle-Is-The-Way/feat/phase6-embeddings
b25ffdba
feat(phase7): implement Hypothesis Agent for mechanistic reasoning
c690006b
fix: address CodeRabbit Phase 7 review feedback
bc745311
fix: address CodeRabbit Phase 7 nitpicks
a6398e46
fix: mock get_model in tests to avoid API key requirement in CI
ebc6429d
Merge pull request #11 from The-Obstacle-Is-The-Way/feat/phase7-hypothesis-agent
e993253c
fix: apply lazy init pattern and pydantic-ai fixes to ReportAgent (#12)
3139749e
fix: address all CodeRabbit Phase 8 review feedback
f1e4e5b6
feat(examples): add Phase 6-8 demos for full stack demonstration
0efdc2f0
refactor(examples): purge all mocks - real API calls only
cfb473dc
refactor(examples): apply CodeRabbit feedback (validations, complexity, formatting)
cd11dad9
fix(report): add explicit JSON structure guidance in prompt
d01e70da
Merge pull request #13 from The-Obstacle-Is-The-Way/dev
388cd058
feat(docs): update implementation roadmap and add specs for Phases 9-11
3fcd8e76
feat: Complete Phase 9 Source Cleanup (Remove WebTool) (#14)
cd004e16
feat: Implement Phase 10 (ClinicalTrials.gov) with requests
4e2ccbfe
chore: Update httpx dependency and remove unused extras in pyproject.toml and uv.lock
1efef063
refactor: address CodeRabbit nitpicks for Phase 10
1bc9785b
Merge pull request #15 from The-Obstacle-Is-The-Way/feat/phase10-clinicaltrials
17bd211d
feat: Integrate Mario's Modal code execution + LlamaIndex RAG
3aa91e9f
fix(rag): apply lazy imports and use centralized config
055a3a71
fix(rag): use get_content() for BaseNode compatibility
3f90da87
refactor: address CodeRabbit review feedback for Mario integration
cbd94a4a
fix(rag): address remaining CodeRabbit feedback
2f0030be
refactor: address final CodeRabbit feedback
b50fffd8
refactor: centralize embedding configuration in Settings
20c7bada
Merge pull request #16 from The-Obstacle-Is-The-Way/feat/mario-integration
31809fa7
feat: Phase 11 bioRxiv Preprint Integration (#19)
e67c99ff
docs: update demos to use all 3 search sources
8625dedb
docs: add comprehensive hackathon documentation and integration plans
7b20f5d0
docs: add Phase 12 MCP Server Integration specification
dd587c93
docs: add Phase 14 Demo Video & Hackathon Submission specification
e16b9e68
docs: enhance Phase 13 Modal integration documentation
0d84878d
chore: update Gradio dependency to include MCP extras and version bump
f5b2917f
feat: add MCP tool wrappers for biomedical search tools
c1146505
feat: enhance Gradio UI with MCP server support and new tool interfaces
10e234ce
docs: update MCP server integration documentation and status
cde8f480
docs: address CodeRabbit feedback for Phase 12 PR
f9cb2b7b
Merge pull request #20 from The-Obstacle-Is-The-Way/feat/phase12-mcp-server
5264b253
feat: implement phase 13 modal pipeline integration
7cc8b69f
fix: wire analyze_hypothesis MCP tool into Gradio app
521d97d3
docs: add AI agent context files for team collaboration
acdce611
docs: add AI agent context files for team collaboration
5e7604a3
fix: address CodeRabbit review feedback for Phase 13
f32a2ca9
refactor: address CodeRabbit nitpick suggestions
901acc3d
docs: sync AI agent context files and fix final nitpicks
8bac7505
Merge branch 'main' into feat/phase13-modal-integration
71665e50
Merge pull request #21 from The-Obstacle-Is-The-Way/feat/phase13-modal-integration
de588e7b
docs: update README for Phase 14 submission
27616320
docs: add Josephrp to team contributors
8f92b9fd
Merge pull request #22 from The-Obstacle-Is-The-Way/feat/phase14-demo-submission
13be9d7d
fix: make ResearchReport.references optional with default
f8826097
style: add pytest.mark.unit to test_models (CodeRabbit)
6af82681
Merge pull request #24 from The-Obstacle-Is-The-Way/fix/research-report-references-default
6dccda9f
chore: improve DevEx and clean up obsolete docs (#25)
f632ba82
chore: include coverage in make check for better DevEx
85d55c28
fix: update requirements.txt for HuggingFace Spaces build
ee048f16
chore: update README to specify Python version as 3.11 (#26)
5d9e8aab
fix: Gradio examples format for additional_inputs
f66a8622
feat: add smoke tests and fix Gradio 6.x compatibility
2bd94623
fix: remove duplicate typer dependency per CodeRabbit review
b001fefd
fix: upgrade Gradio to 5.32.0+ for MCP server support
1812a2ac
Merge pull request #28 from The-Obstacle-Is-The-Way/fix/gradio-upgrade-cleanup
16742859
feat: add demo mode warnings and BYOK (Bring Your Own Key) support
4d87419a
fix: use config settings for model names instead of hardcoded values
f5747b16
chore: clean up env config and upgrade model defaults
9e9bc6b1
fix: address CodeRabbit review feedback
923641cd
Merge pull request #29 from The-Obstacle-Is-The-Way/claude/debug-gradio-mock-data-01MDfoUPcbfZ7FLootfhe8zs
b455f8a7
Merge pull request #30 from The-Obstacle-Is-The-Way/chore/env-cleanup-model-upgrade
6c9bd427
fix: upgrade Gradio SDK to 6.0.1 and add fill_height for HF Spaces UI fix
f236de1d
Merge pull request #33 from The-Obstacle-Is-The-Way/fix/gradio-ui-scrolling
2ab9ddaf
fix: move title/description into ChatInterface for proper HF Spaces layout
998d05db
fix: correct UI layout ordering - title at top
e4a11294
fix: require Gradio 6.0+ for css in launch() API
e760d70f
Merge pull request #34 from The-Obstacle-Is-The-Way/dev
fea6e648
fix: resolve Gradio UI cutoff by removing fill_height=True and restructuring layout
87de5ef8
chore: update .env.example and config.py for LLM and agent settings
9dd37c60
Merge pull request #35 from The-Obstacle-Is-The-Way/fix/gradio-ui-final
d7ef283c
fix: remove header: mini from README to resolve desktop overlay issues
f9c67ed5
chore: trigger HF rebuild
39b452a4
docs: add bug report for intermittent gradio loading issues
b9919fb6
fix: disable ssr_mode to resolve intermittent gradio hydration issues
420d8ba0
fix: wire EmbeddingService to simple orchestrator + improve search quality
2e4a7607
feat: implement HFInferenceJudgeHandler for free-tier AI analysis
7fab6d4a
feat: add documentation for Magentic mode bug and implementation spec
fb7b8d78
feat: implement Magentic ChatAgent pattern with semantic state management
645a0511
docs: add P0 blockers documentation for Magentic mode implementation
c2f7da26
fix: address CodeRabbit feedback and P0 blockers
f9852242
fix: pin agent-framework-core and remove resolved bug doc
474538cc
chore: remove resolved bug documentation
a941b786
feat: HFInferenceJudgeHandler - Free AI analysis for hackathon judges (#36)
b1152292
Merge branch 'main' into dev
80368172
fix: simplify Gradio UI to fit single viewport
8dc3e50d
refactor: enhance Gradio UI for improved user experience
291b9e61
fix: exclude reference_repos from mypy and cleanup
0a480cb5
refactor(tools): replace BioRxiv with Europe PMC (Phase 01)
2f8ae1fa
feat(search): implement PubMed query preprocessing (Phase 02)
e502f0d9
feat(search): implement ClinicalTrials.gov filtering (Phase 03)
d55440b7
fix(config): increase max iterations to 10
72b2667f
refactor(tests): add type annotations and clean up test functions
05ffeb4f
fix: update references to Europe PMC in examples and documentation
9d21bf8d
fix: update remaining bioRxiv references to Europe PMC in examples
1515e72e
docs: replace completed bug docs with new Magentic bug report
8a980243
docs: add TDD fix plan for Magentic mode report generation
17d34a8e
fix(magentic): defensive text extraction & cleanup biorxiv refs
3bfd42c9
docs: update P1 bug report with actual Gradio accordion root cause
a46131e5
fix: address CodeRabbit feedback and CI failure
2ff16a36
fix: mock all agent creation in _build_workflow test
7323f55d
Merge pull request #38 from The-Obstacle-Is-The-Way/dev
5b5d2ca1
fix: repair Gradio accordion bug and cleanup env vars
fcc601a9
fix: address CodeRabbit feedback
be7e1a20
feat: add roadmap summary and detailed improvement plans for data sources
9286db51
feat: implement async-safe rate limiting (Phase 17) (#40)
316dc7d0
Merge branch 'dev'
b72f9f12
feat: implement dual-mode architecture (Simple + Advanced) (#45)
b2929fc3
feat: add hierarchical orchestration with web search (integrates PR #44) (#46)
20f762e4
fix: add limits package to requirements.txt for HuggingFace Spaces
4fb11a99
fix: add missing packages to requirements.txt for HuggingFace Spaces
4e438f3f
Merge pull request #1 from The-Obstacle-Is-The-Way/main
898cd378
adds the initial iterative and deep research workflows
731a241d
chore: update model names in .env.example and tests
58ff8fb5
style: auto-format 4 files (ruff)
a8057691
fix: skip Modal integration tests when package not installed
4e785f88
Merge branch 'dev' into feature/iterative-deep-research-workflows
e6c21427
adds the initial iterative and deep research workflows
687a1f1f
Merge branch 'feature/iterative-deep-research-workflows' of https://github.com/Josephrp/DeepCritical-HFSpace into feature/iterative-deep-research-workflows
66c7f79c
adds the initial iterative and deep research workflows
f78d2c11
Update tests/unit/agent_factory/test_graph_builder.py
1241da62
Update tests/integration/test_research_flows.py
b9de79de
adds tests , integration tests , github readme , and more!
96aa0624
Merge branch 'feature/iterative-deep-research-workflows' of https://github.com/Josephrp/DeepCritical-HFSpace into feature/iterative-deep-research-workflows
8c8dc90a
trigger workflows
310fb902
adds local embeddings and huggingface inference as defaults , adds tests , improves precommit and ci
cd46aca9
ruff format check solution
6811b678
ruff format check solution
3ab54ea9
Merge pull request #1 from Josephrp/feature/iterative-deep-research-workflows
40aa8de0
Add architecture section to README
67341ab2
demo launches
53c4c465
demo starts , needs debugging on huggingface spaces
c37620ba
demo starts , needs debugging on huggingface spaces
ca3a4f75
Initial demo testing (#4)
ab33e9d8
Merge branch 'main' into dev
bea30160
adds or improves : interface , tests, docs , ci , precommit , build , and demo
ce644a9a
ignores ci , hardens gradio select menus
448c6790
fix interface
cb48bd4b
Merge branch 'dev' into feat/demo-improvements
202f9180
fix interface
05d4430a
Merge branch 'feat/demo-improvements' of https://github.com/DeepCritical/GradioDemo into feat/demo-improvements
a9547e78
fix interface
12522e5f
Tonic
Data Quests for Open Science org
7 days ago
No description provided.
Tonic
changed pull request status to
open
7 days ago
Tonic
changed pull request status to
closed
6 days ago
Edit
Preview
Upload images, audio, and videos by dragging in the text input, pasting, or
clicking here
.
Tap or paste here to upload images
Comment
·
Sign up
or
log in
to comment