Add inat-to-wildbook-import served agent skill - #1694
Open
JasonWildMe wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1694 +/- ##
=======================================
Coverage 51.55% 51.55%
=======================================
Files 312 312
Lines 12283 12283
Branches 3962 3940 -22
=======================================
Hits 6332 6332
+ Misses 5669 5662 -7
- Partials 282 289 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
What
Adds a new served agent skill,
inat-to-wildbook-import, to the/api/v3/agent-skilltoolbox. It points a biologist's AI assistant at the public, MIT-licensed toolWildMeOrg/inat-download-recent-species-sightings(pinned to releasev1.0.0) to download recent iNaturalist sightings, curate them, and prepare them for Wildbook bulk import.Files
src/main/resources/agent-skills/inat-to-wildbook-import.md— the plain-language skill.src/main/java/org/ecocean/api/AgentSkill.java— one newSKILL_RESOURCESentry registering the skill.src/main/resources/agent-skills/index.md— root toolbox restructured into two groups (read-only catalog tools; import-prep tools) so the new skill is listed and described; the import-prep group needs no token.src/test/java/org/ecocean/api/AgentSkillContentTest.java— a dedicated content test for the new skill (it is import-prep, not read-only, so it is deliberately not routed through the sharedassertSkillStructureread-only template) plus an update tocatalog_files_and_index_do_not_driftto account for the new category.Notes
Encounter.otherCatalogNumbers(iNaturalist:<id>), enabling future duplicate detection viaPOST /api/v3/search/encounter.🤖 Generated with Claude Code