llama-stack-mirror/llama_stack/apis
Sébastien Han fb3c9be1fd refactor(api): rename "files" API to "artifacts"
The term "artifacts" better represents the purpose of this API, which
handles outputs generated by API executions, eventually stored objects
that can be of served by any storage interface (file, objects).

This aligns better with the industry convention of 'artifacts' (build
outputs, process results) rather than generic 'files'. 'files' would
be appropriate if the goal was to store and retrieve files purely.

Additionally, in our context, artifact is a better term since it will
handle:

* Data produced by SDG (Synthetic Data Generation) - as input
* Output of a trained model - as output

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-05-12 21:52:14 +02:00
..
agents fix: Syntax error with missing stubs at the end of some function calls (#2116) 2025-05-12 17:05:40 +02:00
artifacts refactor(api): rename "files" API to "artifacts" 2025-05-12 21:52:14 +02:00
batch_inference chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
benchmarks chore: more mypy fixes (#2029) 2025-05-06 09:52:31 -07:00
common refactor(api): rename "files" API to "artifacts" 2025-05-12 21:52:14 +02:00
datasetio chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
datasets chore: more mypy fixes (#2029) 2025-05-06 09:52:31 -07:00
eval fix: Syntax error with missing stubs at the end of some function calls (#2116) 2025-05-12 17:05:40 +02:00
inference chore: more mypy fixes (#2029) 2025-05-06 09:52:31 -07:00
inspect chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
models chore: more mypy fixes (#2029) 2025-05-06 09:52:31 -07:00
post_training chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
providers chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
safety chore: more mypy fixes (#2029) 2025-05-06 09:52:31 -07:00
scoring chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
scoring_functions chore: more mypy fixes (#2029) 2025-05-06 09:52:31 -07:00
shields chore: more mypy fixes (#2029) 2025-05-06 09:52:31 -07:00
synthetic_data_generation chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
telemetry feat: add metrics query API (#1394) 2025-05-07 10:11:26 -07:00
tools chore: more mypy fixes (#2029) 2025-05-06 09:52:31 -07:00
vector_dbs chore: more mypy fixes (#2029) 2025-05-06 09:52:31 -07:00
vector_io chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py refactor(api): rename "files" API to "artifacts" 2025-05-12 21:52:14 +02:00
resource.py chore: more mypy fixes (#2029) 2025-05-06 09:52:31 -07:00
version.py llama-stack version alpha -> v1 2025-01-15 05:58:09 -08:00