refactor: rename sidecar host to Aryx

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
David Kaya
2026-03-26 00:14:12 +01:00
co-authored by Copilot
parent 4e3c74497f
commit 1edd3aed55
48 changed files with 104 additions and 104 deletions
@@ -1,7 +1,7 @@
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
using Aryx.AgentHost.Contracts;
using Aryx.AgentHost.Services;
namespace Eryx.AgentHost.Tests;
namespace Aryx.AgentHost.Tests;
public sealed class AgentIdentityResolverTests
{
@@ -1,7 +1,7 @@
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
using Aryx.AgentHost.Contracts;
using Aryx.AgentHost.Services;
namespace Eryx.AgentHost.Tests;
namespace Aryx.AgentHost.Tests;
public sealed class AgentInstructionComposerTests
{
@@ -19,7 +19,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Eryx.AgentHost\Eryx.AgentHost.csproj" />
<ProjectReference Include="..\..\src\Aryx.AgentHost\Aryx.AgentHost.csproj" />
</ItemGroup>
</Project>
@@ -1,9 +1,9 @@
using System.Reflection;
using Eryx.AgentHost.Services;
using Aryx.AgentHost.Services;
using GitHub.Copilot.SDK;
using Microsoft.Extensions.AI;
namespace Eryx.AgentHost.Tests;
namespace Aryx.AgentHost.Tests;
public sealed class CopilotAgentBundleTests
{
@@ -1,6 +1,6 @@
using Eryx.AgentHost.Services;
using Aryx.AgentHost.Services;
namespace Eryx.AgentHost.Tests;
namespace Aryx.AgentHost.Tests;
public sealed class CopilotCliPathResolverTests
{
@@ -1,7 +1,7 @@
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
using Aryx.AgentHost.Contracts;
using Aryx.AgentHost.Services;
namespace Eryx.AgentHost.Tests;
namespace Aryx.AgentHost.Tests;
public sealed class CopilotConnectionMetadataResolverTests
{
@@ -1,9 +1,9 @@
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
using Aryx.AgentHost.Contracts;
using Aryx.AgentHost.Services;
using GitHub.Copilot.SDK;
using Microsoft.Extensions.AI;
namespace Eryx.AgentHost.Tests;
namespace Aryx.AgentHost.Tests;
public sealed class CopilotWorkflowRunnerTests
{
@@ -1,7 +1,7 @@
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
using Aryx.AgentHost.Contracts;
using Aryx.AgentHost.Services;
namespace Eryx.AgentHost.Tests;
namespace Aryx.AgentHost.Tests;
public sealed class HandoffWorkflowGuidanceTests
{
@@ -1,8 +1,8 @@
using System.Text.Json;
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
using Aryx.AgentHost.Contracts;
using Aryx.AgentHost.Services;
namespace Eryx.AgentHost.Tests;
namespace Aryx.AgentHost.Tests;
public sealed class LspToolSessionTests
{
@@ -1,7 +1,7 @@
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
using Aryx.AgentHost.Contracts;
using Aryx.AgentHost.Services;
namespace Eryx.AgentHost.Tests;
namespace Aryx.AgentHost.Tests;
public sealed class PatternGraphResolverTests
{
@@ -1,8 +1,8 @@
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
using Aryx.AgentHost.Contracts;
using Aryx.AgentHost.Services;
using GitHub.Copilot.SDK;
namespace Eryx.AgentHost.Tests;
namespace Aryx.AgentHost.Tests;
public sealed class SessionToolingBundleTests
{
@@ -1,8 +1,8 @@
using System.Text.Json;
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
using Aryx.AgentHost.Contracts;
using Aryx.AgentHost.Services;
namespace Eryx.AgentHost.Tests;
namespace Aryx.AgentHost.Tests;
public sealed class SidecarProtocolHostTests
{
@@ -1,6 +1,6 @@
using Eryx.AgentHost.Services;
using Aryx.AgentHost.Services;
namespace Eryx.AgentHost.Tests;
namespace Aryx.AgentHost.Tests;
public sealed class StreamingTextMergerTests
{
@@ -1,7 +1,7 @@
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
using Aryx.AgentHost.Contracts;
using Aryx.AgentHost.Services;
namespace Eryx.AgentHost.Tests;
namespace Aryx.AgentHost.Tests;
public sealed class PatternValidatorTests
{
@@ -1,12 +1,12 @@
using System.Collections.Concurrent;
using System.Runtime.CompilerServices;
using Eryx.AgentHost.Contracts;
using Eryx.AgentHost.Services;
using Aryx.AgentHost.Contracts;
using Aryx.AgentHost.Services;
using Microsoft.Agents.AI;
using Microsoft.Agents.AI.Workflows;
using Microsoft.Extensions.AI;
namespace Eryx.AgentHost.Tests;
namespace Aryx.AgentHost.Tests;
public sealed class WorkflowRequestInfoInterpreterTests
{