// Copyright (c) Microsoft. All rights reserved. namespace Foundry.Hosting.IntegrationTests.Fixtures; /// /// Provisions a hosted agent that runs the test container in IT_SCENARIO=agent-skills mode. /// The container creates two Contoso Outdoors skills (support-style, escalation-policy) on disk /// and wires them into so the model can /// discover and load skills via the progressive disclosure pattern. /// public sealed class AgentSkillsHostedAgentFixture : HostedAgentFixture { protected override string ScenarioName => "agent-skills"; }