Mark
Mark
I believe this can be closed now, based on the availability of https://github.com/ag-ui-protocol/ag-ui/tree/main/integrations/adk-middleware
Hi @H-Shafiei - Regarding the session_id, this should be directly populated from the threadID, though I recently realized that the documentation didn't make this clear, so updated it [here](https://github.com/ag-ui-protocol/ag-ui/blob/main/integrations/adk-middleware/python/CONFIGURATION.md). If...
Addressed with https://github.com/ag-ui-protocol/ag-ui/pull/780. Can be verified using version 0.3.5 of ag-ui-adk.
Addressed with https://github.com/ag-ui-protocol/ag-ui/pull/780. Can be verified once version 0.3.5 of the ag-ui-adk has been published.
Appears to be the same issue as this one : https://github.com/ag-ui-protocol/ag-ui/issues/800
> Looks great @contextablemark Thanks for the PR ππΌ > > Please check the formatting stuff which fails the CI. Run: `make run-ci` locally to check it all. > >...
> Looks great @contextablemark Thanks for the PR ππΌ > > Please check the formatting stuff which fails the CI. Run: `make run-ci` locally to check it all. > >...
@anistark It appears that there were a couple of additional issues that crept in once I added the examples. The build should be clean now.
> Thanks for the update @contextablemark > > We're refactoring our metrics approach from `LangchainLLMWrapper` to work with `InstructorLLM` via `llm_factory`. > > While your code update works with both,...
@anistark Looking into the refactoring raised some additional issues/questions regarding other steps in the workflow : - **Support in the core evaluator**: It seems that ragas.evaluate doesnβt recognize collections metrics...