Merged
Conversation
I added file-backed prompt/config assets under [mcp_server/prompts/keeper_concept_sets](/ai-agent/HadesProject/OHDSI-Study-Agent/mcp_server/prompts/keeper_concept_sets) and a new MCP module at [keeper_concept_sets.py](/ai-agent/HadesProject/OHDSI-Study-Agent/mcp_server/study_agent_mcp/tools/keeper_concept_sets.py). That module registers: - `keeper_concept_set_bundle` - `vocab_search_standard` - `phoebe_related_concepts` - `vocab_filter_standard_concepts` - `vocab_remove_descendants` - `vocab_add_nonchildren` - `vocab_fetch_concepts` For this slice, the deterministic helpers are implemented and testable now. Provider-backed search/Phoebe calls are intentionally explicit stubs: they return `*_provider_unconfigured` or `*_provider_not_implemented` until we wire real Hecate / DB / generic search backends. I also updated MCP registration and added tests in [test_keeper_concept_sets_tools.py](/ai-agent/HadesProject/OHDSI-Study-Agent/tests/test_keeper_concept_sets_tools.py). Verification passed with: ```bash uv run pytest tests/test_keeper_concept_sets_tools.py tests/test_mcp_tools_registry.py tests/test_keeper_interface_specs.py tests/test_mcp_prompt_bundle.py ```
… an ACP flow for keeper_concept_sets_generate`
…r work to Keeper 2.0 but using services. A full test run demonstrates this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.