Commit History

feat: add HuggingFace Spaces deployment configuration
7915030

yakilee Claude Opus 4.6 commited on

test(medgemma): add tests for Gemma chat template formatting
a73e01d

yakilee Claude Opus 4.6 commited on

refactor(ui): simplify pipeline progress display with st.progress bar
70f82ca

yakilee Claude Opus 4.6 commited on

fix(logging): configure stdlib logging and structlog integration
9edb6c6

yakilee Claude Opus 4.6 commited on

feat(medgemma): switch to text_generation with Gemma chat template
cd8cf7c

yakilee Claude Opus 4.6 commited on

docs: add lessons learned and cognitive notes to CLAUDE.md
51220b7

yakilee Claude Opus 4.6 commited on

fix: correct logger variable and test mocks for enhanced search_direct
008813e

yakilee Claude Opus 4.6 commited on

test: add tests for SearchAnchors new fields and enhanced MCP search
9b26c81

yakilee Claude Opus 4.6 commited on

feat(pipeline): switch to multi-variant search for broader trial recall
9a1cb2e

yakilee Claude Opus 4.6 commited on

feat(gemini): update search anchors prompt for interventions and eligibility keywords
65a898a

yakilee Claude Opus 4.6 commited on

feat(mcp): enhance search with intervention and eligibility dimensions
c986538

yakilee Claude Opus 4.6 commited on

feat(models): add interventions and eligibility_keywords to SearchAnchors
cb1a9ab

yakilee Claude Opus 4.6 commited on

test: update tests for evidence-linked mock data and new features
f8adedd

yakilee Claude Opus 4.6 commited on

feat: add Parlant configurable log level
dc97d01

yakilee Claude Opus 4.6 commited on

feat: enhance UI with evidence links, journey guards, and gap phrasing
28604f7

yakilee Claude Opus 4.6 commited on

feat: add journey state guards and progress tracking
af3d261

yakilee Claude Opus 4.6 commited on

feat: add pipeline progress reporting and parallel evaluation
cd532eb

yakilee Claude Opus 4.6 commited on

feat: add Gemini rate limiting and structured logging
478fd41

yakilee Claude Opus 4.6 commited on

feat: improve MedGemma retry logic and criterion evaluation
7f55e37

yakilee Claude Opus 4.6 commited on

feat: add direct ClinicalTrials.gov API v2 search methods
7c6f7d3

yakilee Claude Opus 4.6 commited on

feat: enhance mock data with evidence pointers and MOCK-NCT IDs
434ddb9

yakilee Claude Opus 4.6 commited on

feat: init structured logging and dotenv in app entrypoint
ec40c1c

yakilee Claude Opus 4.6 commited on

chore: update CLAUDE.md with background script guidelines
5d1a8fb

yakilee Claude Opus 4.6 commited on

deps: add structlog, aiohttp, pytest-timeout and test markers
2ea3e5e

yakilee Claude Opus 4.6 commited on

feat: wire real API pipeline with demo mode and Gemini truncation fix
94adbfa

yakilee Claude Opus 4.6 commited on

fix: update MCP test mocks for streaming HTTP transport
64e85ba

yakilee Claude Opus 4.6 commited on

security: remove .env from repo, add to .gitignore
4595745

yakilee Claude Opus 4.6 commited on

style: apply ruff format to entire codebase
e46883d

yakilee Claude Opus 4.6 commited on

ci: add GitHub Actions CI and pre-commit hooks
4dac062

yakilee Claude Opus 4.6 commited on

feat: add ty type checker and fix async/type correctness
97aee42

yakilee Claude Opus 4.6 commited on

docs: add ARCHITECTURE directory with mermaid diagrams and process docs
e05c99c

yakilee Claude Opus 4.6 commited on

fix: make GeminiPlanner truly async with asyncio.to_thread
6ba35c5

yakilee Claude Opus 4.6 commited on

fix: cache service instances in Parlant tools to avoid per-call overhead
565148b

yakilee Claude Opus 4.6 commited on

fix: replace asyncio.run() with thread-safe sync bridge for Streamlit
974edcf

yakilee Claude Opus 4.6 commited on

chore: fix lint issues across agent and test files
20094af

yakilee Claude Opus 4.6 commited on

feat: add e2e smoke test
6bb2c30

yakilee Claude Opus 4.6 commited on

feat: add shared fixtures and service integration tests
743ac52

yakilee Claude Opus 4.6 commited on

feat: connect UI pages to Parlant
75d55ad

yakilee Claude Opus 4.6 commited on

feat: add Parlant bridge for Streamlit
26679f2

yakilee Claude Opus 4.6 commited on

feat: add orchestrator entry point
ac32b0a

yakilee Claude Opus 4.6 commited on

feat: implement 5-state Parlant journey
9c28f17

yakilee Claude Opus 4.6 commited on

feat: configure Parlant guidelines
a8ebe97

yakilee Claude Opus 4.6 commited on

feat: implement 7 Parlant tools
601f310

yakilee Claude Opus 4.6 commited on

feat: implement Parlant agent setup
4b8585c

yakilee Claude Opus 4.6 commited on

feat: add trial normalization and retry logic to MCP client
4fa7598

yakilee Claude Opus 4.6 commited on

feat: complete Gemini planner with all 6 methods
945a629

yakilee Claude Opus 4.6 commited on

feat: wire MedGemma extractor to HF Inference Endpoint
c11341c

yakilee Claude Opus 4.6 commited on

feat: add config module and update dependencies
6efdf9e

yakilee Claude Opus 4.6 commited on

Initial PoC codebase
b760d9a

yakilee Claude Opus 4.6 commited on

fix: make advance_journey idempotent for same-state transitions
6563704

yakilee Claude Opus 4.6 commited on