Skip to content

Commit

Permalink
refactor: Replatform AutoGen.Anthropic project on M.AG.Extensions.Ant…
Browse files Browse the repository at this point in the history
…hropic

* Keep public types in same namespaces for now
* Forward types to enable drop-in replacement
  • Loading branch information
lokitoth committed Dec 2, 2024
1 parent f261c7e commit 18d5068
Show file tree
Hide file tree
Showing 32 changed files with 99 additions and 768 deletions.
1 change: 1 addition & 0 deletions dotnet/src/AutoGen.Anthropic/Agent/AnthropicClientAgent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using System.Threading;
using System.Threading.Tasks;
using AutoGen.Anthropic.DTO;

using AutoGen.Core;

namespace AutoGen.Anthropic;
Expand Down
203 changes: 0 additions & 203 deletions dotnet/src/AutoGen.Anthropic/AnthropicClient.cs

This file was deleted.

1 change: 1 addition & 0 deletions dotnet/src/AutoGen.Anthropic/AutoGen.Anthropic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

<ItemGroup>
<ProjectReference Include="..\AutoGen.Core\AutoGen.Core.csproj" />
<ProjectReference Include="..\Microsoft.AutoGen\Extensions\Anthropic\Microsoft.AutoGen.Extensions.Anthropic.csproj" />
</ItemGroup>

</Project>
39 changes: 0 additions & 39 deletions dotnet/src/AutoGen.Anthropic/Converters/ContentBaseConverter.cs

This file was deleted.

This file was deleted.

42 changes: 0 additions & 42 deletions dotnet/src/AutoGen.Anthropic/Converters/SystemMessageConverter.cs

This file was deleted.

Loading

0 comments on commit 18d5068

Please sign in to comment.