@@ -12,29 +12,6 @@ product questions using backend LLM services, agents, and RAG databases.
1212
1313![ Logo] ( https://lightspeed-core.github.io/lightspeed-stack/logo.jpg )
1414
15- <!-- vim-markdown-toc GFM -->
16-
17- * [ Basic info] ( #basic-info )
18- * [ User docs] ( #user-docs )
19- * [ Developer doc] ( #developer-doc )
20- * [ API] ( #api )
21- * [ Models] ( #models )
22- * [ Testing] ( #testing )
23- * [ Maintenance] ( #maintenance )
24- * [ Design documents] ( #design-documents )
25- * [ Agent skills] ( #agent-skills )
26- * [ Automatic conversation expiration] ( #automatic-conversation-expiration )
27- * [ BYOK PDF support] ( #byok-pdf-support )
28- * [ Conversation compaction] ( #conversation-compaction )
29- * [ Supporting backport changes for releases] ( #supporting-backport-changes-for-releases )
30- * [ Human-in-the-loop (HIL)] ( #human-in-the-loop-hil )
31- * [ Llama Stack config merge (unified ` lightspeed-stack.yaml ` )] ( #llama-stack-config-merge-unified-lightspeed-stackyaml )
32- * [ Low overhead deployment for server mode] ( #low-overhead-deployment-for-server-mode )
33- * [ OpenTelemetry tracing in Lightspeed Core] ( #opentelemetry-tracing-in-lightspeed-core )
34- * [ Demos] ( #demos )
35-
36- <!-- vim-markdown-toc -->
37-
3815## Basic info
3916
4017[ Overview] ( https://lightspeed-core.github.io/lightspeed-stack/basic_info/overview.html )
@@ -55,11 +32,15 @@ product questions using backend LLM services, agents, and RAG databases.
5532
5633[ BYOK guide] ( https://lightspeed-core.github.io/lightspeed-stack/user_doc/byok_guide.html )
5734
35+ [ OKP guide] ( https://lightspeed-core.github.io/lightspeed-stack/user_doc/okp_guide.html )
36+
5837[ Authentication and Authorization] ( https://lightspeed-core.github.io/lightspeed-stack/user_doc/auth.html )
5938
6039[ User data collection] ( https://lightspeed-core.github.io/lightspeed-stack/user_doc/user_data_collection.html )
6140
62- [ Sentry error tracking] ( https://lightspeed-core.github.io/lightspeed-stack/sentry.html )
41+ [ Sentry error tracking integration] ( https://lightspeed-core.github.io/lightspeed-stack/user_doc/sentry.html )
42+
43+ [ Splunk integration] ( https://lightspeed-core.github.io/lightspeed-stack/user_doc/splunk.html )
6344
6445## Developer doc
6546
@@ -95,6 +76,8 @@ product questions using backend LLM services, agents, and RAG databases.
9576
9677[ Streaming query endpoint] ( https://lightspeed-core.github.io/lightspeed-stack/devel_doc/streaming_query_endpoint.html )
9778
79+ [ OpenResponseAPI specification] ( https://lightspeed-core.github.io/lightspeed-stack/devel_doc/responses.html )
80+
9881### Models
9982
10083[ Common] ( https://lightspeed-core.github.io/lightspeed-stack/models/common.html )
@@ -135,51 +118,51 @@ product questions using backend LLM services, agents, and RAG databases.
135118
136119## Design documents
137120
138- ### Agent skills
121+ ** * Agent skills ** *
139122
140123[ Spike] ( https://lightspeed-core.github.io/lightspeed-stack/design/agent-skills/agent-skills-spike.html )
141124
142125[ Design] ( https://lightspeed-core.github.io/lightspeed-stack/design/agent-skills/agent-skills.html )
143126
144- ### Automatic conversation expiration
127+ ** * Automatic conversation expiration ** *
145128
146129[ Design] ( https://lightspeed-core.github.io/lightspeed-stack/design/automatic-conversation-expiration/automatic-conversation-expiration.html )
147130
148- ### BYOK PDF support
131+ ** * BYOK PDF support ** *
149132
150133[ Spike] ( https://lightspeed-core.github.io/lightspeed-stack/design/byok-pdf/byok-pdf-spike.html )
151134
152135[ Design] ( https://lightspeed-core.github.io/lightspeed-stack/design/byok-pdf/byok-pdf.html )
153136
154- ### Conversation compaction
137+ ** * Conversation compaction ** *
155138
156139[ Spike] ( https://lightspeed-core.github.io/lightspeed-stack/design/conversation-compaction/conversation-compaction-spike.html )
157140
158141[ Design] ( https://lightspeed-core.github.io/lightspeed-stack/design/conversation-compaction/conversation-compaction.html )
159142
160- ### Supporting backport changes for releases
143+ ** * Supporting backport changes for releases ** *
161144
162145[ Design] ( https://lightspeed-core.github.io/lightspeed-stack/design/supporting-backport-changes-for-releases/supporting-backport-changes-for-releases.html )
163146
164- ### Human-in-the-loop (HIL)
147+ ** * Human-in-the-loop (HIL) ** *
165148
166149[ Spike] ( https://lightspeed-core.github.io/lightspeed-stack/design/human-in-the-loop/human-in-the-loop-spike.html )
167150
168151[ Design] ( https://lightspeed-core.github.io/lightspeed-stack/design/human-in-the-loop/human-in-the-loop.html )
169152
170- ### Llama Stack config merge (unified ` lightspeed-stack.yaml ` )
153+ ** * Llama Stack config merge (unified ` lightspeed-stack.yaml ` ) ** *
171154
172155[ Spike] ( https://lightspeed-core.github.io/lightspeed-stack/design/llama-stack-config-merge/llama-stack-config-merge-spike.html )
173156
174157[ Design] ( https://lightspeed-core.github.io/lightspeed-stack/design/llama-stack-config-merge/llama-stack-config-merge.html )
175158
176159[ Profiles (Deployment Guide)] ( https://lightspeed-core.github.io/lightspeed-stack/deployment_guide.html#profiles )
177160
178- ### Low overhead deployment for server mode
161+ ** * Low overhead deployment for server mode ** *
179162
180163[ Design] ( https://lightspeed-core.github.io/lightspeed-stack/design/low-overhead-deployment-for-server-mode/low-overhead-deployment-for-server-mode.html )
181164
182- ### OpenTelemetry tracing in Lightspeed Core
165+ ** * OpenTelemetry tracing in Lightspeed Core ** *
183166
184167[ Design] ( https://lightspeed-core.github.io/lightspeed-stack/design/observability-opentelemetry/observability-opentelemetry.html )
185168
0 commit comments