-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added Agno integration #36
base: develop
Are you sure you want to change the base?
Conversation
@dnandakumar-nv To review Monday. |
@wenqiglantz Before we can get this merged, we will need the DCO check to pass. You can find more info about this here: https://github.com/NVIDIA/AgentIQ/pull/36/checks?check_run_id=39465660296 |
Signed-off-by: Wenqi Glantz <wglantz@nvidia.com>
Signed-off-by: Wenqi Glantz <wglantz@nvidia.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your PR, @wenqiglantz ! The additions look great and I'm sure adding support for the Agno
package will be valuable. I did have a few comments during the review that I'm hoping we can address to get this merged.
Additionally, I think increased unit testing in the following two areas would be beneficial:
examples/agno_personal_finance/src/agno_personal_finance/agno_personal_finance_function.py
Outdated
Show resolved
Hide resolved
examples/agno_personal_finance/src/agno_personal_finance/agno_personal_finance_function.py
Outdated
Show resolved
Hide resolved
examples/agno_personal_finance/src/agno_personal_finance/agno_personal_finance_function.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Wenqi Glantz <wglantz@nvidia.com>
Signed-off-by: Wenqi Glantz <wglantz@nvidia.com>
Signed-off-by: Wenqi Glantz <wglantz@nvidia.com>
Signed-off-by: Wenqi Glantz <wglantz@nvidia.com>
/ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me
/ok to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wenqiglantz thanks for your changes! The code looks good to me now, but we need the CI to pass before a merge into the repo. Looks like some of the CI is failing due to the lack of copyright headers:
https://github.com/NVIDIA/AgentIQ/actions/runs/14224833050/job/39861721846?pr=36
Signed-off-by: Wenqi Glantz <wglantz@nvidia.com>
/ok to test |
Signed-off-by: Wenqi Glantz <wglantz@nvidia.com>
Signed-off-by: Wenqi Glantz <wglantz@nvidia.com>
/ok to test |
Signed-off-by: Wenqi Glantz <wglantz@nvidia.com>
Signed-off-by: Wenqi Glantz <wglantz@nvidia.com>
/ok to test |
Signed-off-by: Wenqi Glantz <wglantz@nvidia.com>
/ok to test |
ci/scripts/github/tests.sh
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we changing CI here?
|
||
import pytest | ||
|
||
from agno_personal_finance.agno_personal_finance_function import AgnoPersonalFinanceFunctionConfig |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from agno_personal_finance.agno_personal_finance_function import AgnoPersonalFinanceFunctionConfig | |
from aiq_agno_personal_finance.agno_personal_finance_function import AgnoPersonalFinanceFunctionConfig |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might help you pass the test
Changes included in this PR: