initial commit
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 18 Jul 2026 11:12:38 +0000 (14:12 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 18 Jul 2026 11:12:38 +0000 (14:12 +0300)
commit1528b7dd210904b085b54d56de4f963d6061fb52
tree155491cb08fe5955ccdbbd75d22d6b3fc8f361e2
initial commit
21 files changed:
.gitignore [new file with mode: 0644]
AGENTS.org [new file with mode: 0644]
COPYING [new file with mode: 0644]
Documentation/Development/index.org [new file with mode: 0644]
Documentation/index.org [new file with mode: 0644]
Documentation/logo.png [new file with mode: 0644]
Install Retinue [new file with mode: 0755]
Tools/Import Holographic memories [new file with mode: 0755]
Tools/Open with IntelliJ IDEA [new file with mode: 0755]
Tools/Run tests [new file with mode: 0755]
Tools/Show Retinue memory contents [new file with mode: 0755]
Tools/Update web site [new file with mode: 0755]
__init__.py [new file with mode: 0644]
plugin.yaml [new file with mode: 0644]
src/retinue/__init__.py [new file with mode: 0644]
src/retinue/cli.py [new file with mode: 0644]
src/retinue/import_holographic.py [new file with mode: 0644]
src/retinue/memory.py [new file with mode: 0644]
src/retinue/provider.py [new file with mode: 0644]
src/retinue/system_prompt_block.txt [new file with mode: 0644]
test/test_standalone.py [new file with mode: 0644]