ob-labs/agentseek
Add keyword filtering to `agentseek create --list-templates`
クローズ
#86 opened on 2026/06/16
comp:clienhancementgood first issue
Repository metrics
- Stars
- (160 個のスター)
- PR merge metrics
- (平均マージ 3d 14h) (30d で 26 merged PRs)
説明
Summary
Add a keyword filter to template listing so users can quickly find relevant templates as the catalogue grows.
Requirements
- Support
agentseek create --list-templates --filter <keyword>. - Match the keyword against template specs and descriptions.
- Filtering should work for all templates and for a selected type, for example
agentseek create langchain --list-templates --filter langgraph. - Matching should be case-insensitive.
- Keep the current unfiltered output unchanged.
Acceptance Criteria
- Filtered output only includes matching templates.
- Non-matching filters print a clear empty-result message.
- Unit tests cover all-template filtering, type-specific filtering, and no-match output.