From 20b9ddf597f355e8f46378c4d8b2e8ae231ce9a0 Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Sun, 19 Jul 2026 13:05:38 +0200 Subject: [PATCH 1/3] Conversation history --- docs/README.md | 2 ++ docs/devel_doc/conversation_history.md | 3 +++ docs/{ => devel_doc}/convesation_history.svg | 0 3 files changed, 5 insertions(+) create mode 100644 docs/devel_doc/conversation_history.md rename docs/{ => devel_doc}/convesation_history.svg (100%) diff --git a/docs/README.md b/docs/README.md index 9c423fdb5..c164733bf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -72,6 +72,8 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages [Contributing guide](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/contributing_guide.html) +[Conversation history](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/conversation_history.html) + ### API [OpenAPI specification](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/openapi.html) diff --git a/docs/devel_doc/conversation_history.md b/docs/devel_doc/conversation_history.md new file mode 100644 index 000000000..ff8d4aa04 --- /dev/null +++ b/docs/devel_doc/conversation_history.md @@ -0,0 +1,3 @@ +# Conversation history + +![Conversation history](./conversation_history.md) diff --git a/docs/convesation_history.svg b/docs/devel_doc/convesation_history.svg similarity index 100% rename from docs/convesation_history.svg rename to docs/devel_doc/convesation_history.svg From 00c6576437be65f926306045016c465eb338f171 Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Sun, 19 Jul 2026 13:07:13 +0200 Subject: [PATCH 2/3] Persistent storage --- docs/README.md | 2 ++ docs/devel_doc/persistent_storage.md | 3 +++ docs/{ => devel_doc}/persistent_storage.svg | 0 3 files changed, 5 insertions(+) create mode 100644 docs/devel_doc/persistent_storage.md rename docs/{ => devel_doc}/persistent_storage.svg (100%) diff --git a/docs/README.md b/docs/README.md index c164733bf..90e3ee64c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -74,6 +74,8 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages [Conversation history](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/conversation_history.html) +[Persistent storage](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/persistent_storage.html) + ### API [OpenAPI specification](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/openapi.html) diff --git a/docs/devel_doc/persistent_storage.md b/docs/devel_doc/persistent_storage.md new file mode 100644 index 000000000..c15ea6902 --- /dev/null +++ b/docs/devel_doc/persistent_storage.md @@ -0,0 +1,3 @@ +# Persistent storage + +![Persistent storage](./persistent_storage.md) diff --git a/docs/persistent_storage.svg b/docs/devel_doc/persistent_storage.svg similarity index 100% rename from docs/persistent_storage.svg rename to docs/devel_doc/persistent_storage.svg From 9e47af537670ed07f1fdd59afea7957c0ed989db Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Sun, 19 Jul 2026 13:08:46 +0200 Subject: [PATCH 3/3] Quota scheduler --- docs/README.md | 2 ++ docs/devel_doc/conversation_history.md | 2 +- docs/devel_doc/persistent_storage.md | 2 +- docs/devel_doc/quota_scheduler.md | 3 +++ docs/{ => devel_doc}/quota_scheduler.puml | 0 docs/{ => devel_doc}/quota_scheduler.svg | 0 docs/index.md | 6 ++++++ 7 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 docs/devel_doc/quota_scheduler.md rename docs/{ => devel_doc}/quota_scheduler.puml (100%) rename docs/{ => devel_doc}/quota_scheduler.svg (100%) diff --git a/docs/README.md b/docs/README.md index 90e3ee64c..8eb2a00bd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -76,6 +76,8 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages [Persistent storage](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/persistent_storage.html) +[Quota scheduler](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/quota_scheduler.html) + ### API [OpenAPI specification](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/openapi.html) diff --git a/docs/devel_doc/conversation_history.md b/docs/devel_doc/conversation_history.md index ff8d4aa04..dbd0761b9 100644 --- a/docs/devel_doc/conversation_history.md +++ b/docs/devel_doc/conversation_history.md @@ -1,3 +1,3 @@ # Conversation history -![Conversation history](./conversation_history.md) +![Conversation history](./conversation_history.svg) diff --git a/docs/devel_doc/persistent_storage.md b/docs/devel_doc/persistent_storage.md index c15ea6902..83f070f74 100644 --- a/docs/devel_doc/persistent_storage.md +++ b/docs/devel_doc/persistent_storage.md @@ -1,3 +1,3 @@ # Persistent storage -![Persistent storage](./persistent_storage.md) +![Persistent storage](./persistent_storage.svg) diff --git a/docs/devel_doc/quota_scheduler.md b/docs/devel_doc/quota_scheduler.md new file mode 100644 index 000000000..22d4e4ee4 --- /dev/null +++ b/docs/devel_doc/quota_scheduler.md @@ -0,0 +1,3 @@ +# Quota scheduler + +![Quota scheduler](./quota_scheduler.svg) diff --git a/docs/quota_scheduler.puml b/docs/devel_doc/quota_scheduler.puml similarity index 100% rename from docs/quota_scheduler.puml rename to docs/devel_doc/quota_scheduler.puml diff --git a/docs/quota_scheduler.svg b/docs/devel_doc/quota_scheduler.svg similarity index 100% rename from docs/quota_scheduler.svg rename to docs/devel_doc/quota_scheduler.svg diff --git a/docs/index.md b/docs/index.md index f4413ddf5..a353b57c2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -79,6 +79,12 @@ product questions using backend LLM services, agents, and RAG databases. [Contributing guide](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/contributing_guide.html) +[Conversation history](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/conversation_history.html) + +[Persistent storage](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/persistent_storage.html) + +[Quota scheduler](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/quota_scheduler.html) + ### API [OpenAPI specification](https://lightspeed-core.github.io/lightspeed-stack/devel_doc/openapi.html)