alyverkko-cli.git
30 hours agoAdd support for optional `model_alias` in skill configuration and update model select...
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.

8 days agoRemove redundant sections for clarity and improve structure.
Svjatoslav Agejenko [Sun, 7 Dec 2025 12:12:06 +0000 (14:12 +0200)]
Remove redundant sections for clarity and improve structure.

8 days agoExpand documentation with IDs, cross-references, and additional context. Revise gloss...
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.

8 days agoUpdate example configuration and documentation to include additional model parameters...
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.

13 days agoUpdate default and example configuration values for `temperature`, `top_p`, `top_k...
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`.

13 days agoDocument skill `top_k` and `min_p` parameters in configuration.
Svjatoslav Agejenko [Tue, 2 Dec 2025 19:57:45 +0000 (21:57 +0200)]
Document skill `top_k` and `min_p` parameters in configuration.

13 days agoMark certain configuration parameters as optional in documentation.
Svjatoslav Agejenko [Tue, 2 Dec 2025 19:52:26 +0000 (21:52 +0200)]
Mark certain configuration parameters as optional in documentation.

13 days agoRefactor argument construction in `TaskProcess` using `ArrayList` for clarity and...
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.

13 days agoUpdate `task_directory` to `tasks_directory` in examples and documentation for consis...
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

13 days agoRename `task_directory` to `tasks_directory` across documentation and code for consis...
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.

2 weeks agoAdd example configurations, tasks, and skills for Älyverkko CLI
Svjatoslav Agejenko [Mon, 1 Dec 2025 01:11:34 +0000 (03:11 +0200)]
Add example configurations, tasks, and skills for Älyverkko CLI

2 weeks agoInitial commit
Svjatoslav Agejenko [Sun, 30 Nov 2025 22:45:53 +0000 (00:45 +0200)]
Initial commit