llama-stack/llama_stack/cli/stack
Ihar Hrachyshka 24385cfd03
fix: filter out remote::sample providers when listing (#1057)
# What does this PR do?

Before:

```
 llama stack list-providers agents
+------------------------+-----------------------------------------------------------------------+
| Provider Type          | PIP Package Dependencies                                              |
+------------------------+-----------------------------------------------------------------------+
| inline::meta-reference | matplotlib,pillow,pandas,scikit-learn,aiosqlite,psycopg2-binary,redis |
+------------------------+-----------------------------------------------------------------------+
| remote::sample         |                                                                       |
+------------------------+-----------------------------------------------------------------------+
```

After:

```
 llama stack list-providers agents
+------------------------+-----------------------------------------------------------------------+
| Provider Type          | PIP Package Dependencies                                              |
+------------------------+-----------------------------------------------------------------------+
| inline::meta-reference | matplotlib,pillow,pandas,scikit-learn,aiosqlite,psycopg2-binary,redis |
+------------------------+-----------------------------------------------------------------------+
```

[//]: # (If resolving an issue, uncomment and update the line below)
[//]: # (Closes #[issue-number])

## Test Plan

Manually.

[//]: # (## Documentation)

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
2025-02-11 16:12:46 -08:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
_build.py chore: remove unused argument (#987) 2025-02-06 10:05:35 -08:00
build.py chore: remove unused argument (#987) 2025-02-06 10:05:35 -08:00
configure.py More generic image type for OCI-compliant container technologies (#802) 2025-01-17 16:37:42 -08:00
list_apis.py API Updates (#73) 2024-09-17 19:51:35 -07:00
list_providers.py fix: filter out remote::sample providers when listing (#1057) 2025-02-11 16:12:46 -08:00
run.py feat: Add HTTPS serving option (#1000) 2025-02-07 09:39:08 -08:00
stack.py add --version to llama stack CLI & /version endpoint (#732) 2025-01-08 16:30:06 -08:00