forked from lightspeed-core/lightspeed-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlightspeed-stack-skills.yaml
More file actions
31 lines (30 loc) · 959 Bytes
/
lightspeed-stack-skills.yaml
File metadata and controls
31 lines (30 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Lightspeed Core Service (LCS) with Skills
service:
host: localhost
port: 8080
auth_enabled: false
workers: 1
color_log: true
access_log: true
llama_stack:
use_as_library_client: true
library_client_config_path: run.yaml
user_data_collection:
feedback_enabled: true
feedback_storage: "/tmp/data/feedback"
transcripts_enabled: true
transcripts_storage: "/tmp/data/transcripts"
authentication:
module: "noop"
# Agent skills configuration
# Skills provide domain-specific instructions and reference materials
# that the LLM can load on demand when relevant to the current task
skills:
paths:
# Option A: Directory containing multiple skill subdirectories
# Each subdirectory must contain a SKILL.md file
- "/var/skills/"
# Option B: Individual skill paths for fine-grained control
# - "/var/skills/openshift-troubleshooting/"
# - "/var/skills/code-review/"
# - "/opt/custom-skills/deployment-guide/"