ob-labs/agentseek

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

Geschlossen

#86 geöffnet am 16.06.2026

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (27 Forks)github user discovery
comp:clienhancementgood first issue

Repository-Metriken

Stars
 (167 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3T 14h) (26 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide