llama-stack-mirror/llama_stack/providers/inline/agents/meta_reference
Aakanksha Duggal e743d3fdf6
refactor(agents): migrate to OpenAI chat completions API (#3097)
Replace chat_completion calls with openai_chat_completion to eliminate
dependency on legacy inference APIs.

# What does this PR do?
<!-- Provide a short summary of what this PR does and why. Link to
relevant issues if applicable. -->

<!-- If resolving an issue, uncomment and update the line below -->
 Closes #3067

## Test Plan
<!-- Describe the tests you ran to verify your changes with result
summaries. *Provide clear instructions so the plan can be easily
re-executed.* -->
2025-08-15 10:51:41 -07:00
..
responses feat(responses): add mcp list tool streaming event (#3159) 2025-08-15 00:05:36 +00:00
__init__.py chore(rename): move llama_stack.distribution to llama_stack.core (#2975) 2025-07-30 23:30:53 -07:00
agent_instance.py refactor(agents): migrate to OpenAI chat completions API (#3097) 2025-08-15 10:51:41 -07:00
agents.py chore(responses): Refactor Responses Impl to be civilized (#3138) 2025-08-15 00:05:35 +00:00
config.py feat: add list responses API (#2233) 2025-05-23 13:16:48 -07:00
persistence.py fix: Fix list_sessions() (#3114) 2025-08-13 07:46:26 -07:00
safety.py chore(api): add mypy coverage to meta_reference_safety (#2661) 2025-07-09 10:22:34 +02:00