Skip to content

Commit

Permalink
remove Bedrock extension
Browse files Browse the repository at this point in the history
  • Loading branch information
fumito-ito committed Oct 3, 2024
1 parent f609d9a commit f5bfbd2
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 866 deletions.
36 changes: 0 additions & 36 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
{
"pins" : [
{
"identity" : "aws-crt-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/awslabs/aws-crt-swift",
"state" : {
"revision" : "7b42e0343f28b3451aab20840dc670abd12790bd",
"version" : "0.36.0"
}
},
{
"identity" : "aws-sdk-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/awslabs/aws-sdk-swift",
"state" : {
"revision" : "f86adcc8f21201c32ff8d8f88fc1304809f9a6f2",
"version" : "1.0.2"
}
},
{
"identity" : "documentationcomment",
"kind" : "remoteSourceControl",
Expand Down Expand Up @@ -45,15 +27,6 @@
"version" : "5.0.1"
}
},
{
"identity" : "smithy-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/smithy-lang/smithy-swift",
"state" : {
"revision" : "baf3d3628f4419fcdfe25f3cf630c94b5ac55cc4",
"version" : "0.73.0"
}
},
{
"identity" : "swift-cmark",
"kind" : "remoteSourceControl",
Expand All @@ -63,15 +36,6 @@
"version" : "0.4.0"
}
},
{
"identity" : "swift-log",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-log.git",
"state" : {
"revision" : "e97a6fcb1ab07462881ac165fdbb37f067e205d5",
"version" : "1.5.4"
}
},
{
"identity" : "swift-markdown",
"kind" : "remoteSourceControl",
Expand Down
15 changes: 0 additions & 15 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ let package = Package(
.library(
name: "AnthropicSwiftSDK",
targets: ["AnthropicSwiftSDK"]),
.library(
name: "AnthropicSwiftSDK-Bedrock",
targets: ["AnthropicSwiftSDK-Bedrock"]),
.library(
name: "AnthropicSwiftSDK-VertexAI",
targets: ["AnthropicSwiftSDK-VertexAI"]),
],
dependencies: [
.package(url: "https://github.com/awslabs/aws-sdk-swift", from: "1.0.9"),
.package(url: "https://github.com/fumito-ito/FunctionCalling", from: "0.4.0")
],
targets: [
Expand All @@ -40,17 +36,6 @@ let package = Package(
"AnthropicSwiftSDK",
"AnthropicSwiftSDK-TestUtils"
]),
.target(
name: "AnthropicSwiftSDK-Bedrock",
dependencies: [
"AnthropicSwiftSDK",
.product(name: "AWSBedrockRuntime", package: "aws-sdk-swift")
]),
.testTarget(
name: "AnthropicSwiftSDK-BedrockTests",
dependencies: [
"AnthropicSwiftSDK-Bedrock"
]),
.target(
name: "AnthropicSwiftSDK-VertexAI",
dependencies: [
Expand Down
24 changes: 0 additions & 24 deletions Sources/AnthropicSwiftSDK-Bedrock/AnthropicBedrockClient.swift

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f5bfbd2

Please sign in to comment.