Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages

![Logo](https://lightspeed-core.github.io/lightspeed-stack/logo.jpg)

<!-- vim-markdown-toc GFM -->

* [Overview](#overview)
* [Installation and configuration](#installation-and-configuration)
* [Status of Lightspeed Core Stack versions](#status-of-lightspeed-core-stack-versions)
* [Info for developers](#info-for-developers)
* [API](#api)
* [RAG and BYOK](#rag-and-byok)
* [Other features](#other-features)
* [Models](#models)
* [Design documents](#design-documents)
* [Agent skills](#agent-skills)
* [Automatic conversation expiration](#automatic-conversation-expiration)
* [BYOK PDF support](#byok-pdf-support)
* [Conversation compaction](#conversation-compaction)
* [Supporting backport changes for releases](#supporting-backport-changes-for-releases)
* [Human-in-the-loop (HIL)](#human-in-the-loop-hil)
* [Llama Stack config merge (unified `lightspeed-stack.yaml`)](#llama-stack-config-merge-unified-lightspeed-stackyaml)
* [Low overhead deployment for server mode](#low-overhead-deployment-for-server-mode)
* [OpenTelemetry tracing in Lightspeed Core](#opentelemetry-tracing-in-lightspeed-core)
* [Testing](#testing)
* [Releasing](#releasing)
* [Demos](#demos)

<!-- vim-markdown-toc -->

## Overview

[Architecture](https://lightspeed-core.github.io/lightspeed-stack/ARCHITECTURE.html)
Expand Down Expand Up @@ -63,6 +89,8 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages

[Database structure](https://lightspeed-core.github.io/lightspeed-stack/DB/index.html)

[Agent skills](https://lightspeed-core.github.io/lightspeed-stack/skills_guide.html)

## Models

[Common](https://lightspeed-core.github.io/lightspeed-stack/models/common.html)
Expand All @@ -83,6 +111,7 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages
### Agent skills

[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/agent-skills/agent-skills-spike.html)

[Design](https://lightspeed-core.github.io/lightspeed-stack/design/agent-skills/agent-skills.html)

### Automatic conversation expiration
Expand All @@ -92,11 +121,13 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages
### BYOK PDF support

[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/byok-pdf/byok-pdf-spike.html)

[Design](https://lightspeed-core.github.io/lightspeed-stack/design/byok-pdf/byok-pdf.html)

### Conversation compaction

[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/conversation-compaction/conversation-compaction-spike.html)

[Design](https://lightspeed-core.github.io/lightspeed-stack/design/conversation-compaction/conversation-compaction.html)

### Supporting backport changes for releases
Expand All @@ -106,11 +137,13 @@ See the full documentation at [`../README.md`](../README.md) or browse sub-pages
### Human-in-the-loop (HIL)

[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/human-in-the-loop/human-in-the-loop-spike.html)

[Design](https://lightspeed-core.github.io/lightspeed-stack/design/human-in-the-loop/human-in-the-loop.html)

### Llama Stack config merge (unified `lightspeed-stack.yaml`)

[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/llama-stack-config-merge/llama-stack-config-merge-spike.html)

[Design](https://lightspeed-core.github.io/lightspeed-stack/design/llama-stack-config-merge/llama-stack-config-merge.html)

### Low overhead deployment for server mode
Expand Down
33 changes: 33 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,32 @@ product questions using backend LLM services, agents, and RAG databases.

![Logo](https://lightspeed-core.github.io/lightspeed-stack/logo.jpg)

<!-- vim-markdown-toc GFM -->

* [Overview](#overview)
* [Installation and configuration](#installation-and-configuration)
* [Status of Lightspeed Core Stack versions](#status-of-lightspeed-core-stack-versions)
* [Info for developers](#info-for-developers)
* [API](#api)
* [RAG and BYOK](#rag-and-byok)
* [Other features](#other-features)
* [Models](#models)
* [Design documents](#design-documents)
* [Agent skills](#agent-skills)
* [Automatic conversation expiration](#automatic-conversation-expiration)
* [BYOK PDF support](#byok-pdf-support)
* [Conversation compaction](#conversation-compaction)
* [Supporting backport changes for releases](#supporting-backport-changes-for-releases)
* [Human-in-the-loop (HIL)](#human-in-the-loop-hil)
* [Llama Stack config merge (unified `lightspeed-stack.yaml`)](#llama-stack-config-merge-unified-lightspeed-stackyaml)
* [Low overhead deployment for server mode](#low-overhead-deployment-for-server-mode)
* [OpenTelemetry tracing in Lightspeed Core](#opentelemetry-tracing-in-lightspeed-core)
* [Testing](#testing)
* [Releasing](#releasing)
* [Demos](#demos)

<!-- vim-markdown-toc -->

## Overview

[Architecture](https://lightspeed-core.github.io/lightspeed-stack/ARCHITECTURE.html)
Expand Down Expand Up @@ -70,6 +96,8 @@ product questions using backend LLM services, agents, and RAG databases.

[Database structure](https://lightspeed-core.github.io/lightspeed-stack/DB/index.html)

[Agent skills](https://lightspeed-core.github.io/lightspeed-stack/skills_guide.html)

## Models

[Common](https://lightspeed-core.github.io/lightspeed-stack/models/common.html)
Expand All @@ -90,6 +118,7 @@ product questions using backend LLM services, agents, and RAG databases.
### Agent skills

[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/agent-skills/agent-skills-spike.html)

[Design](https://lightspeed-core.github.io/lightspeed-stack/design/agent-skills/agent-skills.html)

### Automatic conversation expiration
Expand All @@ -99,11 +128,13 @@ product questions using backend LLM services, agents, and RAG databases.
### BYOK PDF support

[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/byok-pdf/byok-pdf-spike.html)

[Design](https://lightspeed-core.github.io/lightspeed-stack/design/byok-pdf/byok-pdf.html)

### Conversation compaction

[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/conversation-compaction/conversation-compaction-spike.html)

[Design](https://lightspeed-core.github.io/lightspeed-stack/design/conversation-compaction/conversation-compaction.html)

### Supporting backport changes for releases
Expand All @@ -113,11 +144,13 @@ product questions using backend LLM services, agents, and RAG databases.
### Human-in-the-loop (HIL)

[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/human-in-the-loop/human-in-the-loop-spike.html)

[Design](https://lightspeed-core.github.io/lightspeed-stack/design/human-in-the-loop/human-in-the-loop.html)

### Llama Stack config merge (unified `lightspeed-stack.yaml`)

[Spike](https://lightspeed-core.github.io/lightspeed-stack/design/llama-stack-config-merge/llama-stack-config-merge-spike.html)

[Design](https://lightspeed-core.github.io/lightspeed-stack/design/llama-stack-config-merge/llama-stack-config-merge.html)

### Low overhead deployment for server mode
Expand Down
2 changes: 1 addition & 1 deletion docs/skills_guide.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Agent Skills Guide

> [!NOTE]
> Agent Skills is an upcoming feature. This guide describes the planned design and will be updated when the feature is available.
> Agent Skills is a feature introduced in Lightspeed Core Stack version 0.6.0.

This guide covers how to configure Agent Skills in Lightspeed Core Stack and how to author your own skills.

Expand Down
Loading