fix(agent): fix wrong module import in ReAct agent#262
fix(agent): fix wrong module import in ReAct agent#262ashwinb merged 1 commit intollamastack:mainfrom
Conversation
Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com>
|
Hi @ceberam! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
|
@ceberam could you please sign the CLA? |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
Automated Release PR --- ## 0.2.19-alpha.1 (2025-08-22) Full Changelog: [v0.2.18-alpha.3...v0.2.19-alpha.1](v0.2.18-alpha.3...v0.2.19-alpha.1) ### Features * **api:** manual updates ([119bdb2](119bdb2)) * **api:** query_metrics, batches, changes ([c935c79](c935c79)) * **api:** some updates to query metrics ([8f0f7a5](8f0f7a5)) ### Bug Fixes * **agent:** fix wrong module import in ReAct agent ([#262](#262)) ([c17f3d6](c17f3d6)), closes [#261](#261) * **build:** kill explicit listing of python3.13 for now ([5284b4a](5284b4a)) ### Chores * update github action ([af6b97e](af6b97e)) ### Build System * Bump version to 0.2.18 ([53d95ba](53d95ba)) --- This pull request is managed by Stainless's [GitHub App](https://github.com/apps/stainless-app). The [semver version number](https://semver.org/#semantic-versioning-specification-semver) is based on included [commit messages](https://www.conventionalcommits.org/en/v1.0.0/). Alternatively, you can manually set the version number in the title of this pull request. For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request. 🔗 Stainless [website](https://www.stainlessapi.com) 📚 Read the [docs](https://app.stainlessapi.com/docs) 🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
In module
llama_stack_client/lib/agents/react/agent.py, theHeadersclass is imported with the wrong path.Fixes: #261