Skip to content

Meta

Module generation, listing, testing, and documentation.

2 modules

ModuleDescription
Mevcut Modülleri ListeleKayıt defterindeki tüm mevcut modülleri listele
Modül Dokümantasyonunu GüncelleKayıt defterinden MODULES.md dokümantasyonunu oluştur veya güncelle

Modules

Mevcut Modülleri Listele

meta.modules.list

Kayıt defterindeki tüm mevcut modülleri listele

Parameters:

NameTypeRequiredDefaultDescription
categorystringNo-Modülleri kategoriye göre filtrele (örn: browser, data, ai)
tagsarrayNo-Modülleri kategoriye göre filtrele (örn: browser, data, ai)
include_paramsbooleanNoTrueModülleri etiketlere göre filtrele
include_outputbooleanNoTrueÇıktıya parametre şemasını dahil et
formatselect (json, markdown, compact)NojsonYanıta çıktı şemasını dahil et

Output:

FieldTypeDescription
modulesarrayKayıtlı modüllerin listesi
countnumberParametre şeması
formattedstringÇıktı şeması

Example: List all modules

yaml

Example: List browser modules only

yaml
category: browser
include_params: true

Example: List AI modules as markdown

yaml
tags: ["ai", "llm"]
format: markdown

Example: Compact list for AI prompts

yaml
format: compact

Modül Dokümantasyonunu Güncelle

meta.modules.update_docs

Kayıt defterinden MODULES.md dokümantasyonunu oluştur veya güncelle

Parameters:

NameTypeRequiredDefaultDescription
output_pathstringNodocs/MODULES.mdMODULES.md dosyasının yazılacağı yol
include_examplesbooleanNoTrueDokümantasyona kullanım örnekleri dahil et

Output:

FieldTypeDescription
file_pathstringDokümantasyona kullanım örnekleri dahil et
modules_countnumberDosya yolu
categoriesarrayDosya yolu

Example: Update module documentation

yaml
output_path: docs/MODULES.md

Released under the Apache 2.0 License.