From 23e7815254e23c47c6e4e1132d9067f8d6d93530 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Tue, 30 Dec 2025 20:23:25 -0300 Subject: [PATCH] Rename xAI project to xAI.Protocol Main xAI project will be the one containing the M.E.AI integration and eventually the agent framework integration (if any). --- src/Directory.props | 6 +++--- src/{xAI => xAI.Protocol}/Extensions.cs | 0 .../GrokServiceCollectionExtensions.cs | 0 src/{xAI => xAI.Protocol}/auth.proto | 0 src/{xAI => xAI.Protocol}/chat.proto | 0 src/{xAI => xAI.Protocol}/deferred.proto | 0 src/{xAI => xAI.Protocol}/documents.proto | 0 src/{xAI => xAI.Protocol}/embed.proto | 0 src/{xAI => xAI.Protocol}/google/protobuf/empty.proto | 0 src/{xAI => xAI.Protocol}/google/protobuf/timestamp.proto | 0 src/{xAI => xAI.Protocol}/image.proto | 0 src/{xAI => xAI.Protocol}/models.proto | 0 src/{xAI => xAI.Protocol}/readme.md | 0 src/{xAI => xAI.Protocol}/sample.proto | 0 src/{xAI => xAI.Protocol}/tokenize.proto | 0 src/{xAI => xAI.Protocol}/usage.proto | 0 src/{xAI/xAI.csproj => xAI.Protocol/xAI.Protocol.csproj} | 4 ++-- src/xAI.Tests/xAI.Tests.csproj | 2 +- xAI.slnx | 2 +- 19 files changed, 7 insertions(+), 7 deletions(-) rename src/{xAI => xAI.Protocol}/Extensions.cs (100%) rename src/{xAI => xAI.Protocol}/GrokServiceCollectionExtensions.cs (100%) rename src/{xAI => xAI.Protocol}/auth.proto (100%) rename src/{xAI => xAI.Protocol}/chat.proto (100%) rename src/{xAI => xAI.Protocol}/deferred.proto (100%) rename src/{xAI => xAI.Protocol}/documents.proto (100%) rename src/{xAI => xAI.Protocol}/embed.proto (100%) rename src/{xAI => xAI.Protocol}/google/protobuf/empty.proto (100%) rename src/{xAI => xAI.Protocol}/google/protobuf/timestamp.proto (100%) rename src/{xAI => xAI.Protocol}/image.proto (100%) rename src/{xAI => xAI.Protocol}/models.proto (100%) rename src/{xAI => xAI.Protocol}/readme.md (100%) rename src/{xAI => xAI.Protocol}/sample.proto (100%) rename src/{xAI => xAI.Protocol}/tokenize.proto (100%) rename src/{xAI => xAI.Protocol}/usage.proto (100%) rename src/{xAI/xAI.csproj => xAI.Protocol/xAI.Protocol.csproj} (99%) diff --git a/src/Directory.props b/src/Directory.props index 264bd83..af97107 100644 --- a/src/Directory.props +++ b/src/Directory.props @@ -1,14 +1,14 @@ - GrokClient + xAI SDK true 6eb457f9-16bc-49c5-81f2-33399b254e04 https://api.nuget.org/v3/index.json;https://pkg.kzu.app/index.json - https://github.com/devlooped/GrokClient + https://github.com/devlooped/xAI - false + true \ No newline at end of file diff --git a/src/xAI/Extensions.cs b/src/xAI.Protocol/Extensions.cs similarity index 100% rename from src/xAI/Extensions.cs rename to src/xAI.Protocol/Extensions.cs diff --git a/src/xAI/GrokServiceCollectionExtensions.cs b/src/xAI.Protocol/GrokServiceCollectionExtensions.cs similarity index 100% rename from src/xAI/GrokServiceCollectionExtensions.cs rename to src/xAI.Protocol/GrokServiceCollectionExtensions.cs diff --git a/src/xAI/auth.proto b/src/xAI.Protocol/auth.proto similarity index 100% rename from src/xAI/auth.proto rename to src/xAI.Protocol/auth.proto diff --git a/src/xAI/chat.proto b/src/xAI.Protocol/chat.proto similarity index 100% rename from src/xAI/chat.proto rename to src/xAI.Protocol/chat.proto diff --git a/src/xAI/deferred.proto b/src/xAI.Protocol/deferred.proto similarity index 100% rename from src/xAI/deferred.proto rename to src/xAI.Protocol/deferred.proto diff --git a/src/xAI/documents.proto b/src/xAI.Protocol/documents.proto similarity index 100% rename from src/xAI/documents.proto rename to src/xAI.Protocol/documents.proto diff --git a/src/xAI/embed.proto b/src/xAI.Protocol/embed.proto similarity index 100% rename from src/xAI/embed.proto rename to src/xAI.Protocol/embed.proto diff --git a/src/xAI/google/protobuf/empty.proto b/src/xAI.Protocol/google/protobuf/empty.proto similarity index 100% rename from src/xAI/google/protobuf/empty.proto rename to src/xAI.Protocol/google/protobuf/empty.proto diff --git a/src/xAI/google/protobuf/timestamp.proto b/src/xAI.Protocol/google/protobuf/timestamp.proto similarity index 100% rename from src/xAI/google/protobuf/timestamp.proto rename to src/xAI.Protocol/google/protobuf/timestamp.proto diff --git a/src/xAI/image.proto b/src/xAI.Protocol/image.proto similarity index 100% rename from src/xAI/image.proto rename to src/xAI.Protocol/image.proto diff --git a/src/xAI/models.proto b/src/xAI.Protocol/models.proto similarity index 100% rename from src/xAI/models.proto rename to src/xAI.Protocol/models.proto diff --git a/src/xAI/readme.md b/src/xAI.Protocol/readme.md similarity index 100% rename from src/xAI/readme.md rename to src/xAI.Protocol/readme.md diff --git a/src/xAI/sample.proto b/src/xAI.Protocol/sample.proto similarity index 100% rename from src/xAI/sample.proto rename to src/xAI.Protocol/sample.proto diff --git a/src/xAI/tokenize.proto b/src/xAI.Protocol/tokenize.proto similarity index 100% rename from src/xAI/tokenize.proto rename to src/xAI.Protocol/tokenize.proto diff --git a/src/xAI/usage.proto b/src/xAI.Protocol/usage.proto similarity index 100% rename from src/xAI/usage.proto rename to src/xAI.Protocol/usage.proto diff --git a/src/xAI/xAI.csproj b/src/xAI.Protocol/xAI.Protocol.csproj similarity index 99% rename from src/xAI/xAI.csproj rename to src/xAI.Protocol/xAI.Protocol.csproj index bd8c4c9..ada06e8 100644 --- a/src/xAI/xAI.csproj +++ b/src/xAI.Protocol/xAI.Protocol.csproj @@ -18,13 +18,13 @@ - + - + diff --git a/src/xAI.Tests/xAI.Tests.csproj b/src/xAI.Tests/xAI.Tests.csproj index c437902..3844031 100644 --- a/src/xAI.Tests/xAI.Tests.csproj +++ b/src/xAI.Tests/xAI.Tests.csproj @@ -19,7 +19,7 @@ - + diff --git a/xAI.slnx b/xAI.slnx index 0f2077a..2cb093e 100644 --- a/xAI.slnx +++ b/xAI.slnx @@ -1,4 +1,4 @@ - +