You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤔 What is the technical debt you think should be addressed?
The Agents API in Llama Stack currently depends on the legacy Llama Stack inference APIs. So it would be good for the Agents APIs to be re-implemented to use newer APIs such as the OpenAI chat completions API or the OpenAI Responses API. Using chat completions seems like it would be easier, but either would be acceptable.
💡 What is the benefit of addressing this technical debt?
The legacy Llama Stack inference APIs are not strategic for the project.
Other thoughts
Acceptance Criteria
The Agents API in no longer calls the legacy Llama Stack inference APIs.
There are no changes to the Agents API or its behavior.