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
474 changes: 474 additions & 0 deletions client-sdks/stainless/openapi.yml

Large diffs are not rendered by default.

638 changes: 638 additions & 0 deletions docs/static/deprecated-llama-stack-spec.html

Large diffs are not rendered by default.

474 changes: 474 additions & 0 deletions docs/static/deprecated-llama-stack-spec.yaml

Large diffs are not rendered by default.

638 changes: 638 additions & 0 deletions docs/static/llama-stack-spec.html

Large diffs are not rendered by default.

474 changes: 474 additions & 0 deletions docs/static/llama-stack-spec.yaml

Large diffs are not rendered by default.

638 changes: 638 additions & 0 deletions docs/static/stainless-llama-stack-spec.html

Large diffs are not rendered by default.

474 changes: 474 additions & 0 deletions docs/static/stainless-llama-stack-spec.yaml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/llama_stack/core/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import yaml

from llama_stack.apis.agents import Agents
from llama_stack.apis.batches import Batches
from llama_stack.apis.benchmarks import Benchmarks
from llama_stack.apis.conversations import Conversations
from llama_stack.apis.datasetio import DatasetIO
Expand Down Expand Up @@ -63,6 +64,7 @@ class LlamaStack(
Providers,
Inference,
Agents,
Batches,
Safety,
SyntheticDataGeneration,
Datasets,
Expand Down
Loading