feat: Add tool capability metadata to plugin manifests#103
Merged
Conversation
Phase 14: Commit 2 - Add Tool Capability Metadata Add input_types, output_types, and capabilities fields to all tool definitions in plugin manifests. This enables Phase 14 type validation and cross-plugin pipeline compatibility checking. Changes: forgesyte-yolo-tracker: - detect_players: inputs [video_frame] → outputs [detections] - ball_detection: inputs [video_frame] → outputs [detections] - pitch_detection: inputs [video_frame] → outputs [keypoints] - player_tracking: inputs [video_frame] → outputs [tracks] - radar: inputs [video_frame] → outputs [visualization] ocr: - ocr: inputs [image] → outputs [text] Capabilities: - player_detection, ball_detection, pitch_detection - object_tracking, pose_estimation - text_extraction, document_analysis These metadata fields are required for Phase 14 pipeline validation: - Type compatibility checking on edges - Capability-based tool discovery - DAG validation before execution Relates to: Phase 14 Architecture (Commit 2) See: .ampcode/04_PHASE_NOTES/Phase_14/PHASE_14_MIGRATION_PLAN.md Amp-Thread-ID: https://ampcode.com/threads/T-019c515b-bacd-722d-a179-1d48eacba21e Co-authored-by: Amp <amp@ampcode.com>
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.
Phase 14: Commit 2 - Add Tool Capability Metadata
Add input_types, output_types, and capabilities fields to all tool definitions in plugin manifests. This enables Phase 14 type validation and cross-plugin pipeline compatibility checking.
Changes:
forgesyte-yolo-tracker:
ocr:
Capabilities:
These metadata fields are required for Phase 14 pipeline validation:
Relates to: Phase 14 Architecture (Commit 2)
See: .ampcode/04_PHASE_NOTES/Phase_14/PHASE_14_MIGRATION_PLAN.md
Amp-Thread-ID: https://ampcode.com/threads/T-019c515b-bacd-722d-a179-1d48eacba21e