-
Notifications
You must be signed in to change notification settings - Fork 0
Go mapping #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Go mapping #25
Conversation
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
- Create ontology_mapping agent directory structure - Add unit tests for data models (OntologyMapping, OntologyMappingResponse) - Tests currently failing (RED) - models not yet implemented - Following TDD workflow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Add OntologyMapping and OntologyMappingResponse Pydantic models - All unit tests now passing (GREEN) - Models include comprehensive Google-style docstrings with RST syntax - Support for optional fields and metadata 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Test configuration loading from environment variables - Test default values for target ontologies - Test custom ontology list parsing - Test workdir creation - Tests currently failing - config not yet implemented 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Add OntologyMappingDependencies dataclass - Support environment-based configuration (WORKDIR, TARGET_ONTOLOGIES) - Auto-create workdir if it doesn't exist - All configuration tests passing (GREEN) - Comprehensive Google-style docstrings with RST syntax 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Add search functions for GO, CL, UBERON, ChEBI ontologies - Use OAKlib to query Ontology Lookup Service (OLS) - Include error handling and logging - Limit results to top 10 matches per search - Google-style docstrings with RST syntax 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Test agent building and configuration - Test mapping biological processes to GO - Test mapping cellular components to GO - Test handling of unmapped terms - Test custom model configuration - Tests currently failing - agent not yet implemented 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Add oaklib>=0.6.21 to dependencies - Sync dependencies with uv - Required for OLS (Ontology Lookup Service) integration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Add main agent with factory function build_ontology_mapping_agent() - Add helper function map_terms_to_go() for convenient usage - Register OAKlib search tools (GO, CL, UBERON, ChEBI) - Implement GO-focused system prompt - Fix Unicode encoding issues in system prompt - Update __init__.py to export agent functions - Fix integration tests for agent building - Agent building tests passing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Change result.data to result.output (correct pydantic-ai API) - Fix Unicode arrow characters in docstrings - Integration tests should now pass 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
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.