# foundry-agent > Call Foundry agents. Use when user asks to rate a task. - Author: Shayne Boyer - Repository: spboyer/copilot-foundry-skill - Version: 20260121150240 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/spboyer/copilot-foundry-skill - Web: https://mule.run/skillshub/@@spboyer/copilot-foundry-skill~foundry-agent:20260121150240 --- --- name: foundry-agent description: Call Foundry agents. Use when user asks to rate a task. license: MIT --- # Foundry Agent Skill ## Setup (one time) ```bash pip install azure-ai-projects azure-identity az login export PROJECT_ENDPOINT="your-endpoint-here" ``` ## Usage ```bash python call_agent_simple.py "Rate my task: fix the bug" ```