llama-stack-mirror/llama_stack/providers/registry
Charlie Doern 539adfab22 fix: make telemetry optional for agents
there is a lot of code in the agents API using the telemetry API and its helpers without checking if that API is even enabled.

This is the only API besides inference actively using telemetry code, so after this telemetry can be optional for the entire stack

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-10-07 09:54:48 -04:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
agents.py fix: make telemetry optional for agents 2025-10-07 09:54:48 -04:00
batches.py chore: remove openai dependency from providers (#3398) 2025-09-11 10:19:59 +02:00
datasetio.py feat: combine ProviderSpec datatypes (#3378) 2025-09-18 16:10:00 +02:00
eval.py feat: combine ProviderSpec datatypes (#3378) 2025-09-18 16:10:00 +02:00
files.py feat: combine ProviderSpec datatypes (#3378) 2025-09-18 16:10:00 +02:00
inference.py feat: (re-)enable Databricks inference adapter (#3500) 2025-09-23 15:37:23 -04:00
post_training.py feat: combine ProviderSpec datatypes (#3378) 2025-09-18 16:10:00 +02:00
safety.py feat: combine ProviderSpec datatypes (#3378) 2025-09-18 16:10:00 +02:00
scoring.py chore: remove openai dependency from providers (#3398) 2025-09-11 10:19:59 +02:00
telemetry.py docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
tool_runtime.py feat: combine ProviderSpec datatypes (#3378) 2025-09-18 16:10:00 +02:00
vector_io.py feat: implement keyword and hybrid search for Weaviate provider (#3264) 2025-10-03 10:22:30 +02:00