Skip to content

Agentic demo - changing models to exclude export_model.py#4037

Open
przepeck wants to merge 20 commits intomainfrom
przepeck/agentic_demo_ov_hf_repo
Open

Agentic demo - changing models to exclude export_model.py#4037
przepeck wants to merge 20 commits intomainfrom
przepeck/agentic_demo_ov_hf_repo

Conversation

@przepeck
Copy link
Collaborator

@przepeck przepeck commented Mar 4, 2026

🛠 Summary

CVS-182271
Refreshing agentic demo to change models for OV repo.

🧪 Checklist

  • Unit tests added.
  • The documentation updated.
  • Change follows security best practices.
    ``

Copilot AI review requested due to automatic review settings March 4, 2026 12:07
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

:sync: Phi-4-mini-instruct-int4-ov
```bat
ovms.exe --rest_port 8000 --source_model OpenVINO/Phi-4-mini-instruct-int4-ov --model_repository_path models --tool_parser phi4 --target_device GPU --task text_generation --enable_tool_guided_generation true --cache_dir .cache --enable_prefix_caching true
ovms.exe --rest_port 8000 --source_model OpenVINO/Phi-4-mini-instruct-int4-ov --model_repository_path models --tool_parser phi4 --target_device GPU --task text_generation --enable_tool_guided_generation true --cache_dir .cache --max_num_batched_tokens 99999 --enable_prefix_caching true
Copy link
Collaborator

Choose a reason for hiding this comment

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

I suggest to drop this model because of limited context.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I know, but it will be only Qwen3 models and gpt. I would leave this for now, before we won't have any other agentic models for this demo.

przepeck and others added 8 commits March 9, 2026 07:19
@przepeck przepeck requested a review from Copilot March 9, 2026 09:43
@przepeck przepeck changed the title [WIP] Agentic demo - changing models to exclude export_model.py Agentic demo - changing models to exclude export_model.py Mar 9, 2026
@przepeck przepeck requested a review from ngrozae March 9, 2026 09:48
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 8 comments.

Comments suppressed due to low confidence (1)

demos/continuous_batching/agentic_ai/openai_agent.py:26

  • Agent, Runner, and RunConfig are imported twice (once directly and once in the later grouped import). This adds noise and can confuse linters; please keep a single import block for these symbols.
from openai import AsyncOpenAI
from agents import Agent, Runner, RunConfig
from agents.mcp import MCPServerSse, MCPServerStdio

@przepeck przepeck force-pushed the przepeck/agentic_demo_ov_hf_repo branch from fd44bc7 to b9b928d Compare March 12, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants