Search by return type (simplified Hoogle) #17
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
tier-1-foundation
tier-2-discovery
tier-3-patterns
tier-4-errors
tier-5-advanced
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/javadocs-mcp#17
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Agent knows what type it has and what type it needs, but doesn't know which method bridges them:
List[A], I need anOption[A]"IO[Option[A]], I need anOptionT[IO, A]"String, I need aURI"Proposed Solution
New Tool:
search_by_typeStart with simplified return-type search, evolve toward full Hoogle-style.
Example queries:
Returns:
Implementation Phases
Phase 1: Return type only
Phase 2: Input → Output
Phase 3: Full Hoogle
Technical Approach
Value for Agent
Acceptance Criteria