Initial commit master
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 16 May 2026 23:27:00 +0000 (02:27 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 16 May 2026 23:27:00 +0000 (02:27 +0300)
commit52859da52ee57624c7231d2352c42046643584aa
tree5c59c93f654e8797a1e93f821e270800cbfb05b2
Initial commit
41 files changed:
.gitignore [new file with mode: 0644]
AGENTS.org [new file with mode: 0644]
COPYING [new file with mode: 0644]
alyverkko-cli [new file with mode: 0755]
doc/examples/alyverkko-cli.yaml [new file with mode: 0644]
doc/examples/skills/default.yaml [new file with mode: 0644]
doc/examples/skills/summary.yaml [new file with mode: 0644]
doc/examples/tasks/DONE: personality test.org [new file with mode: 0644]
doc/examples/tasks/personality test.org [new file with mode: 0644]
doc/index.org [new file with mode: 0644]
doc/research/QwQ-32B Termination issue.pdf [new file with mode: 0644]
doc/research/pausing and resuming.pdf [new file with mode: 0644]
install [new file with mode: 0755]
launchers/alyverkko-cli-pause.desktop [new file with mode: 0644]
launchers/alyverkko-cli-resume.desktop [new file with mode: 0644]
launchers/alyverkko-cli.desktop [new file with mode: 0644]
logo.png [new file with mode: 0644]
maven.xml [new file with mode: 0644]
pom.xml [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/Command.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/Main.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/Utils.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/commands/AddTaskHeaderCommand.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/commands/JoinFilesCommand.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/commands/ListModelsCommand.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/commands/WizardCommand.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/commands/package-info.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/commands/task_processor/Task.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/commands/task_processor/TaskPriorityQueue.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/commands/task_processor/TaskProcess.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/commands/task_processor/TaskProcessorCommand.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/commands/task_processor/package-info.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/configuration/Configuration.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/configuration/Model.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/configuration/SkillConfig.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/configuration/package-info.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/alyverkko_cli/package-info.java [new file with mode: 0644]
tools/Implement idea [new file with mode: 0755]
tools/Open with IntelliJ IDEA [new file with mode: 0755]
tools/Update web site [new file with mode: 0755]
uninstall [new file with mode: 0755]