Open ekzhu opened 1 month ago
@ekzhu , I can take a look into this. On top of adding the agent, would have any suggestions for how to integrate it into existing cookbooks?
Sounds good! We can include this in the extension module.
@victordibia and I are working on the agent chat tutorial and documentation. We can have an example section for the open ai assistant agent in a follow up PR after the initial implementation.
What feature would you like to be added?
A
BaseChatAgent
implementation backed by an OpenAI Assistant.See the OpenAI AI assistant cookbook in the core library for reference.
Why is this needed?
Assistant is useful single agent abstraction used by many applications.