5f4f1f7508
Añade campos params y output al frontmatter YAML de las 506 funciones del registry. Cada parámetro tiene descripción semántica (qué representa, unidades, rango típico) y cada función describe qué produce su output. Permite a agentes razonar sobre cadenas de composición (ej: prices → log_return → sharpe_ratio) sin leer código.
1.0 KiB
1.0 KiB
name, kind, lang, domain, version, purity, signature, description, tags, uses_functions, uses_types, returns, returns_optional, error_type, imports, params, output, tested, tests, test_file_path, file_path
| name | kind | lang | domain | version | purity | signature | description | tags | uses_functions | uses_types | returns | returns_optional | error_type | imports | params | output | tested | tests | test_file_path | file_path | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| install_nbconvert | function | bash | infra | 1.0.0 | impure | install_nbconvert(project_dir: string) -> void | Instala nbconvert y playwright con chromium en un proyecto uv existente. Idempotente: uv add no reinstala si los paquetes ya estan presentes. |
|
false | error_go_core |
|
sin salida | false | bash/functions/infra/install_nbconvert.sh |
Ejemplo
source install_nbconvert.sh
install_nbconvert /home/lucas/analysis/finanzas
Notas
Requiere que el venv ya exista (usa init_uv_venv antes). La instalacion de chromium via uv run playwright install chromium puede tardar la primera vez. La salida de playwright se suprime si tiene exito — solo se muestra si hay un error.