Open
Description
Problem Statement
As a developer I would like to have an easy way to add include API Bridge Agent interaction in a LlamaIndex workflow.
To achieve it, I would like to have a set of python classes and/or function that wraps the API Bridge Agent client and can be injected in the LlamaIndex Workflow I am building.
Proposed Solution
The implementation should follow a similar approach to the one existing for langgraph (https://github.com/agntcy/acp-sdk/blob/main/agntcy_acp/langgraph/api_bridge.py)
Alternatives Considered
No response
Additional Context
No response
Checklist
- I have read the contributing guidelines
- I have verified this does not duplicate an existing feature request