Skip to content
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

Agentic kit: Fix issues, improve performance, and add shopping cart feature #212

Merged
merged 28 commits into from
Mar 14, 2025

Conversation

antoniomtz
Copy link
Contributor

@antoniomtz antoniomtz commented Feb 27, 2025

  • Fixed issues with LLM not calling agent tools
  • Performed rigorous testing across different LLMs to evaluate behavior, response accuracy, and latency.
  • Performed rigorous testing using different system prompts.
  • UI improvements.
  • Optimized performance for faster response times with Qwen model.
  • Implemented a shopping cart feature for better user interaction.
  • Documentation changes.

agentic_llm_rag

@antoniomtz antoniomtz self-assigned this Feb 27, 2025
@antoniomtz antoniomtz added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Feb 27, 2025
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
@riacheruvu
Copy link
Contributor

riacheruvu commented Mar 3, 2025

@antoniomtz, fantastic efforts with this PR! The interface is excellently streamlined and clear to use, the agent successfully responds to key questions/scenarios using the provided tools with quick responses, and iterating back and forth in conversation, and the shopping cart feature (adding/removing items is seamless). The agent's thought process pane is really well-designed! I validated the application on a Intel Core Ultra 7 258V system with the default config. This is awesome - thank you for this contribution!

(FYI @adrianboguszewski)

Copy link
Contributor

@adrianboguszewski adrianboguszewski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@antoniomtz great job! Please find my comments below

antoniomtz and others added 3 commits March 5, 2025 16:59
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
@antoniomtz
Copy link
Contributor Author

@adrianboguszewski I made some changes for the CI/CDs, I'm getting this error and not sure why. I was able to run main.py locally with no issues:

Error: Process completed with exit code 143.

Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
@adrianboguszewski adrianboguszewski merged commit 15f6714 into master Mar 14, 2025
17 checks passed
@adrianboguszewski adrianboguszewski deleted the agentic-kit branch March 14, 2025 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants