summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Svjatoslav Agejenko [Sun, 14 Dec 2025 18:58:33 +0000 (20:58 +0200)]
Add support for optional `model_alias` in skill configuration and update model selection logic.
- Introduced `model_alias` field in `SkillConfig` to associate skills with specific models.
- Updated model selection hierarchy: TOCOMPUTE > skill config alias > default model.
- Revised documentation to reflect `model_alias` usage and examples.
Svjatoslav Agejenko [Sun, 7 Dec 2025 12:12:06 +0000 (14:12 +0200)]
Remove redundant sections for clarity and improve structure.
Svjatoslav Agejenko [Sun, 7 Dec 2025 12:05:17 +0000 (14:05 +0200)]
Expand documentation with IDs, cross-references, and additional context. Revise glossary and installation sections for clarity. Add missing details on "Skills" and emphasize benefits of asynchronous task processing.
Svjatoslav Agejenko [Sun, 7 Dec 2025 11:50:56 +0000 (13:50 +0200)]
Update example configuration and documentation to include additional model parameters and detailed concept glossary for Älyverkko CLI usage.
Svjatoslav Agejenko [Tue, 2 Dec 2025 20:17:54 +0000 (22:17 +0200)]
Update default and example configuration values for `temperature`, `top_p`, `top_k`, and `min_p`.
Svjatoslav Agejenko [Tue, 2 Dec 2025 19:57:45 +0000 (21:57 +0200)]
Document skill `top_k` and `min_p` parameters in configuration.
Svjatoslav Agejenko [Tue, 2 Dec 2025 19:52:26 +0000 (21:52 +0200)]
Mark certain configuration parameters as optional in documentation.
Svjatoslav Agejenko [Tue, 2 Dec 2025 19:38:57 +0000 (21:38 +0200)]
Refactor argument construction in `TaskProcess` using `ArrayList` for clarity and flexibility. Treat some configuration parameters as optional.
Svjatoslav Agejenko [Tue, 2 Dec 2025 19:15:32 +0000 (21:15 +0200)]
Update `task_directory` to `tasks_directory` in examples and documentation for consistency
Svjatoslav Agejenko [Tue, 2 Dec 2025 19:12:22 +0000 (21:12 +0200)]
Rename `task_directory` to `tasks_directory` across documentation and code for consistency. Document more configuration parameters.
Svjatoslav Agejenko [Mon, 1 Dec 2025 01:11:34 +0000 (03:11 +0200)]
Add example configurations, tasks, and skills for Älyverkko CLI
Svjatoslav Agejenko [Sun, 30 Nov 2025 22:45:53 +0000 (00:45 +0200)]
Initial commit