alyverkko-cli.git
3 days agoUpdate documentation: remove redundant links and improve parameter references master
Svjatoslav Agejenko [Sun, 14 Dec 2025 19:28:22 +0000 (21:28 +0200)]
Update documentation: remove redundant links and improve parameter references

3 days 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.

11 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.

11 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.

11 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.

2 weeks 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`.

2 weeks 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.

2 weeks 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.

2 weeks 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.

2 weeks 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

2 weeks 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