alyverkko-cli.git
5 days agoRevert "Try to preserve literal "\n" in LLM output." master
Svjatoslav Agejenko [Tue, 30 Dec 2025 11:59:14 +0000 (13:59 +0200)]
Revert "Try to preserve literal "\n" in LLM output."

This reverts commit 5fce56c76d625201aa098b516d1e456e0da58581.

6 days agoTry to preserve literal "\n" in LLM output.
Svjatoslav Agejenko [Mon, 29 Dec 2025 23:30:51 +0000 (01:30 +0200)]
Try to preserve literal "\n" in LLM output.

7 days agoRefactor `TaskProcessorCommand` to use `TaskPriorityQueue` for improved task prioriti...
Svjatoslav Agejenko [Sun, 28 Dec 2025 18:27:19 +0000 (20:27 +0200)]
Refactor `TaskProcessorCommand` to use `TaskPriorityQueue` for improved task prioritization and management.

10 days agoUpdate documentation and examples to replace `llama-cli` with `llama-completion`...
Svjatoslav Agejenko [Thu, 25 Dec 2025 21:25:41 +0000 (23:25 +0200)]
Update documentation and examples to replace `llama-cli` with `llama-completion` executable.

3 weeks agoUpdate documentation: remove redundant links and improve parameter references
Svjatoslav Agejenko [Sun, 14 Dec 2025 19:28:22 +0000 (21:28 +0200)]
Update documentation: remove redundant links and improve parameter references

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

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

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

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

4 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`.

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

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

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

4 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

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

5 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

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