ob-labs/agentseek

Add keyword filtering to `agentseek create --list-templates`

已關閉

#86 建立於 2026年6月16日

 (0 則留言) (0 個反應) (0 位負責人)Python (27 個分叉)github user discovery
comp:clienhancementgood first issue

倉庫指標

星標
 (169 顆星)
PR 合併指標
 (平均合併 3天 14小時) (30 天內合併 26 個 PR)

描述

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.

貢獻者指南