Skip to content

Update implementation for Agents API to use newer inference APIs #3067

@jwm4

Description

@jwm4

🤔 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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions