Commit Graph
56 Commits
Author SHA1 Message Date
Arnaud 2eb900a049 chore: guard multiple init (#61)
* Guard multiple init

* Return false on double init
2026-06-29 15:06:42 -03:00
Arnaud 861f3e3e15 Restore integration tests 2026-06-29 09:47:05 +04:00
Arnaud f36c969b34 Use Marcin's tutorial replacement 2026-06-22 18:59:00 +04:00
Arnaud d6960aa9dc Update documentation 2026-06-22 18:59:00 +04:00
Arnaud 1ff96c7a49 update docs 2026-06-22 18:58:05 +04:00
Arnaud 31323cbb0e Update documentation 2026-06-22 18:57:19 +04:00
Arnaud 8594030b19 Fix doc reference 2026-06-22 18:54:47 +04:00
Arnaud 5c28a5b2c3 Fix titles 2026-06-22 18:54:47 +04:00
Arnaud b047eef83e Update docs 2026-06-22 18:54:45 +04:00
Arnaud 0c53b9a475 feat: add mix toggle (#41)
* Update Logos Storage nim to the last version

* Update docs

* Fix titles

* Fix doc reference

* Update documentation

* Improve tutorial

* Update preview

* update docs

* Save report into output dir

* Remove orphan docs (replaced by doctest)

* Improve docs

* Add CLAUDE.md

* Update documentation

* Make docs stricter

* Update storage module and provide more tests
2026-06-22 09:31:49 -03:00
Arnaud ccc8285841 Merge pull request #34 from logos-co/feat/docs-versioning
chore: add doc versionning
2026-06-18 21:29:28 +04:00
Arnaud a7e3130969 Update readme and prepare switcher 2026-06-18 21:28:39 +04:00
Arnaud ffdae0e53d Add preview 2026-06-18 21:15:24 +04:00
Arnaud 7a91f492d9 Merge pull request #33 from dlipicar/chore/drop-inline-mode-readme
docs: use logoscore daemon/client instead of inline (-c) mode
2026-06-18 20:18:07 +04:00
Dario Gabriel LipicarandClaude Opus 4.8 b0d940e472 docs: daemon starts clean — drop --load-modules, use load-module
Follow-up to dropping inline mode: logoscore's daemon now starts clean (the
-l/--load-modules autoload flag is removed). Start a clean daemon, then load
storage_module with `load-module` before the call sequence.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 21:34:59 -03:00
Dario Gabriel LipicarandClaude Opus 4.8 6a030a1caa docs: clarify -D runs in foreground; wait for daemon readiness
Address review: `-D` does not self-daemonize (it runs in the foreground), so
document why `&` is needed, and wait for the daemon to accept commands before
the `call` invocations to avoid racing startup.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 18:14:46 -03:00
Dario Gabriel LipicarandClaude Opus 4.8 96fd74b32c docs: use logoscore daemon/client instead of inline (-c) mode
logos-logoscore-cli's inline mode (`logoscore -m <dir> -l <mod> -c
"mod.method(args)"`) has been removed. Update the headless-mode quickstart to
start a daemon with storage_module loaded and drive it with `call` commands:

  logoscore -D -m ./modules --load-modules storage_module &
  logoscore call storage_module init @config.json
  logoscore call storage_module start
  logoscore call storage_module importFiles /path/to/import/files
  logoscore stop

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-09 17:51:00 -03:00
Iuri Matias 500b2be394 update to new api
update to new api

update to new api

update flake

update flake

update to latest logos module builder

address some code review comments

address more comments
2026-06-09 10:54:13 +04:00
Giuliano Mega b1d82a32c1 chore: move API tutorial into dedicated doc page, add ToC (#30)
Moves the API tutorial into a dedicated page, removing it from the README.
2026-04-23 17:11:46 -03:00
ArnaudandEric ccd2805fcd Update README.md
Co-authored-by: Eric <5089238+emizzle@users.noreply.github.com>
2026-03-31 17:32:05 +04:00
Arnaud 06ba4d65b6 Update the dependencies 2026-03-31 17:32:04 +04:00
Arnaud 0f66ea4a8f Add first tests 2026-03-18 16:00:52 +04:00
Arnaud f0fe505566 Update doc 2026-03-03 15:27:52 +04:00
Arnaud dc1147f9ed Fix the init and start function return response type in the the tutorial 2026-02-27 07:47:32 +04:00
Arnaud e8aaffb88a Update readme 2026-02-23 16:32:38 +04:00
Arnaud e2255bc80f Merge pull request #13 from logos-co/feat/headless-tutorial
feat: headless tutorial
2026-02-20 17:12:08 +04:00
Arnaud 6c8d5f1c01 Add documentation link to Logos Result 2026-02-20 17:10:24 +04:00
ArnaudandGiuliano Mega 87aa27c1f4 Apply suggestion from @gmega
Co-authored-by: Giuliano Mega <giuliano.mega@gmail.com>
2026-02-20 17:10:24 +04:00
ArnaudandGiuliano Mega 32092c47cf Apply suggestion from @gmega
Co-authored-by: Giuliano Mega <giuliano.mega@gmail.com>
2026-02-20 17:10:24 +04:00
Arnaud b68021ee56 Move the Manifest definition 2026-02-20 17:10:23 +04:00
ArnaudandGiuliano Mega cc3da9fe34 Apply suggestion from @gmega
Co-authored-by: Giuliano Mega <giuliano.mega@gmail.com>
2026-02-20 17:10:23 +04:00
ArnaudandGiuliano Mega 6fc7d82ccc Apply suggestion from @gmega
Co-authored-by: Giuliano Mega <giuliano.mega@gmail.com>
2026-02-20 17:10:23 +04:00
ArnaudandGiuliano Mega e93798f305 Apply suggestion from @gmega
Co-authored-by: Giuliano Mega <giuliano.mega@gmail.com>
2026-02-20 17:10:23 +04:00
ArnaudandGiuliano Mega 2e4cad444e Apply suggestion from @gmega
Co-authored-by: Giuliano Mega <giuliano.mega@gmail.com>
2026-02-20 17:10:22 +04:00
Arnaud f60b9d7ca2 Add dataset spec link 2026-02-20 17:10:22 +04:00
ArnaudandGiuliano Mega 50763e0201 Update README.md
Co-authored-by: Giuliano Mega <giuliano.mega@gmail.com>
2026-02-20 17:10:22 +04:00
ArnaudandGiuliano Mega ab8e33b051 Update README.md
Co-authored-by: Giuliano Mega <giuliano.mega@gmail.com>
2026-02-20 17:10:21 +04:00
ArnaudandGiuliano Mega 7740d511bc Update README.md
Co-authored-by: Giuliano Mega <giuliano.mega@gmail.com>
2026-02-20 17:10:21 +04:00
ArnaudandGiuliano Mega ebd3d69513 Update README.md
Co-authored-by: Giuliano Mega <giuliano.mega@gmail.com>
2026-02-20 17:10:21 +04:00
ArnaudandGiuliano Mega 306a2a98ee Update README.md
Co-authored-by: Giuliano Mega <giuliano.mega@gmail.com>
2026-02-20 17:10:21 +04:00
ArnaudandGiuliano Mega aa0f52d4c0 Update README.md
Co-authored-by: Giuliano Mega <giuliano.mega@gmail.com>
2026-02-20 17:10:20 +04:00
ArnaudandEric e8303d51f9 Update README.md
Co-authored-by: Eric <5089238+emizzle@users.noreply.github.com>
2026-02-20 17:10:20 +04:00
ArnaudandEric ac6b202d70 Update README.md
Co-authored-by: Eric <5089238+emizzle@users.noreply.github.com>
2026-02-20 17:10:20 +04:00
ArnaudandEric 49522a7b47 Update README.md
Co-authored-by: Eric <5089238+emizzle@users.noreply.github.com>
2026-02-20 17:10:19 +04:00
Arnaud b379d56917 Add bold style 2026-02-20 17:10:19 +04:00
Arnaud 69138054bf Provide tutorial to use the Logos Storage 2026-02-20 17:10:18 +04:00
Arnaud 2c69ab5a8c Add headless tutorial 2026-02-17 17:24:19 +04:00
E M ffa36f2cf7 docs: add instructions to enable experimental flags globally 2026-02-03 21:06:49 +11:00
Arnaud 14cc306749 Update README regarding Qt Creator and Nix 2026-01-28 18:37:27 +04:00
Arnaud 1920fa233b Add cmake debug instructions in readm 2026-01-28 10:43:42 +04:00