llama-stack-mirror/llama_stack/providers/inline/agents/meta_reference
Charlie Doern 6389bf5ffb
fix: make telemetry optional for agents (#3705)
# What does this PR do?

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


resolves #3665


## Test Plan

existing agent tests.

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-10-07 16:09:03 +02:00
..
responses feat(api): add extra_body parameter support with shields example (#3670) 2025-10-03 13:25:09 -07:00
__init__.py fix: make telemetry optional for agents (#3705) 2025-10-07 16:09:03 +02:00
agent_instance.py fix: make telemetry optional for agents (#3705) 2025-10-07 16:09:03 +02:00
agents.py fix: make telemetry optional for agents (#3705) 2025-10-07 16:09:03 +02:00
config.py feat: add list responses API (#2233) 2025-05-23 13:16:48 -07:00
persistence.py refactor(logging): rename llama_stack logger categories (#3065) 2025-08-21 17:31:04 -07:00
safety.py refactor(logging): rename llama_stack logger categories (#3065) 2025-08-21 17:31:04 -07:00