LargeLanguageModels
main
The definitive, open-source Swift framework for interfacing with generative AI.
Description
- Swift Tools 5.7.0
Description
{
"name": "LargeLanguageModels",
"path": "/usr/src/package",
"targets": [
{
"name": "LargeLanguageModelsTests",
"path": "Tests",
"type": "test",
"c99name": "LargeLanguageModelsTests",
"sources": [
"main.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"LargeLanguageModels"
]
},
{
"name": "LargeLanguageModels",
"path": "Sources/LargeLanguageModels",
"type": "library",
"c99name": "LargeLanguageModels",
"sources": [
"Intramodular/Embaas.swift",
"Intramodular/Foundation/AbstractLLM.ChatOrTextCompletion.swift",
"Intramodular/Foundation/AbstractLLM.ChatOrTextPrompt.swift",
"Intramodular/Foundation/AbstractLLM.CompletionHeuristics.swift",
"Intramodular/Foundation/AbstractLLM.CompletionParameters.swift",
"Intramodular/Foundation/AbstractLLM.swift",
"Intramodular/Foundation/Chat/AbstractLLM.ChatCompletion.swift",
"Intramodular/Foundation/Chat/AbstractLLM.ChatCompletionParameters.swift",
"Intramodular/Foundation/Chat/AbstractLLM.ChatMessage.swift",
"Intramodular/Foundation/Chat/AbstractLLM.ChatPrompt.swift",
"Intramodular/Foundation/Chat/AbstractLLM.ChatRole.swift",
"Intramodular/Foundation/LLMClassifier.swift",
"Intramodular/Foundation/LargeLanguageModelServices.swift",
"Intramodular/Foundation/Prompt Literal/PromptContextValues.swift",
"Intramodular/Foundation/Prompt Literal/PromptLiteral+AbstractLLM.Prompt.swift",
"Intramodular/Foundation/Prompt Literal/PromptLiteral.StringInterpolation.Component.swift",
"Intramodular/Foundation/Prompt Literal/PromptLiteral.StringInterpolation.swift",
"Intramodular/Foundation/Prompt Literal/PromptLiteral._Degenerate.swift",
"Intramodular/Foundation/Prompt Literal/PromptLiteral.swift",
"Intramodular/Foundation/Prompt Literal/PromptLiteralContext.swift",
"Intramodular/Foundation/Prompt Literal/PromptLiteralConvertible.swift",
"Intramodular/Foundation/Prompt Literal/PromptMatterRole.swift",
"Intramodular/Foundation/Prompt Literal/_opaque_DynamicPromptVariable.swift",
"Intramodular/Foundation/Text/AbstractLLM.TextCompletion.swift",
"Intramodular/Foundation/Text/AbstractLLM.TextCompletionParameters.swift",
"Intramodular/Foundation/Text/AbstractLLM.TextPrompt.swift",
"Intramodular/Miscellaneous/_MLModelIdentifier.swift",
"Intramodular/Text Embeddings/ISO639LanguageCode.swift",
"Intramodular/Text Embeddings/NLEmbeddingProvider.swift",
"Intramodular/Text Embeddings/NLLanguage.Name.swift",
"Intramodular/Text Embeddings/TextEmbeddings.swift",
"Intramodular/Text Embeddings/TextEmbeddingsService.swift",
"Intramodular/Text Embeddings/_RawTextEmbeddings.swift",
"Intramodular/Text Embeddings/_StopwordsCollection.swift",
"Intramodular/Tokenizer/LLMTokenizer.swift",
"module.swift"
],
"resources": [
{
"path": "/usr/src/package/Sources/LargeLanguageModels/Resources/stopwords-iso.json",
"rule": {
"process": {}
}
}
],
"module_type": "SwiftTarget",
"product_memberships": [
"LargeLanguageModels"
],
"product_dependencies": [
"CorePersistence",
"Merge",
"NetworkKit",
"Swallow"
]
}
],
"products": [
{
"name": "LargeLanguageModels",
"type": {
"library": [
"automatic"
]
},
"targets": [
"LargeLanguageModels"
]
}
],
"platforms": [
{
"name": "ios",
"version": "16.0"
},
{
"name": "macos",
"version": "13.0"
},
{
"name": "tvos",
"version": "16.0"
},
{
"name": "watchos",
"version": "9.0"
}
],
"dependencies": [
{
"url": "https://github.com/vmanot/CorePersistence.git",
"type": "sourceControl",
"identity": "corepersistence",
"requirement": {
"branch": [
"main"
]
}
},
{
"url": "https://github.com/vmanot/Merge.git",
"type": "sourceControl",
"identity": "merge",
"requirement": {
"branch": [
"master"
]
}
},
{
"url": "https://github.com/vmanot/NetworkKit.git",
"type": "sourceControl",
"identity": "networkkit",
"requirement": {
"branch": [
"master"
]
}
},
{
"url": "https://github.com/vmanot/Swallow.git",
"type": "sourceControl",
"identity": "swallow",
"requirement": {
"branch": [
"master"
]
}
}
],
"tools_version": "5.7",
"manifest_display_name": "LargeLanguageModels"
}
Package Dump
{
"name": "LargeLanguageModels",
"targets": [
{
"name": "LargeLanguageModels",
"path": "Sources/LargeLanguageModels",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [
{
"path": "Resources",
"rule": {
"process": {}
}
}
],
"dependencies": [
{
"byName": [
"CorePersistence",
null
]
},
{
"byName": [
"Merge",
null
]
},
{
"byName": [
"NetworkKit",
null
]
},
{
"byName": [
"Swallow",
null
]
}
]
},
{
"name": "LargeLanguageModelsTests",
"path": "Tests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"LargeLanguageModels",
null
]
}
]
}
],
"products": [
{
"name": "LargeLanguageModels",
"type": {
"library": [
"automatic"
]
},
"targets": [
"LargeLanguageModels"
]
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "16.0",
"platformName": "ios"
},
{
"options": [],
"version": "13.0",
"platformName": "macos"
},
{
"options": [],
"version": "16.0",
"platformName": "tvos"
},
{
"options": [],
"version": "9.0",
"platformName": "watchos"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"identity": "corepersistence",
"location": {
"remote": [
"https://github.com/vmanot/CorePersistence.git"
]
},
"requirement": {
"branch": [
"main"
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"identity": "merge",
"location": {
"remote": [
"https://github.com/vmanot/Merge.git"
]
},
"requirement": {
"branch": [
"master"
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"identity": "networkkit",
"location": {
"remote": [
"https://github.com/vmanot/NetworkKit.git"
]
},
"requirement": {
"branch": [
"master"
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"identity": "swallow",
"location": {
"remote": [
"https://github.com/vmanot/Swallow.git"
]
},
"requirement": {
"branch": [
"master"
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "5.7.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
- CorePersistenceunspecified
- Mergeunspecified
- NetworkKitunspecified
- Swallowunspecified
Dependencies
{
"url": "/usr/src/package",
"name": "LargeLanguageModels",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/vmanot/CorePersistence.git",
"name": "CorePersistence",
"path": "/usr/src/package/.build/checkouts/CorePersistence",
"version": "unspecified",
"identity": "corepersistence",
"dependencies": [
{
"url": "https://github.com/vmanot/Merge.git",
"name": "Merge",
"path": "/usr/src/package/.build/checkouts/Merge",
"version": "unspecified",
"identity": "merge",
"dependencies": [
{
"url": "https://github.com/apple/swift-async-algorithms",
"name": "swift-async-algorithms",
"path": "/usr/src/package/.build/checkouts/swift-async-algorithms",
"version": "unspecified",
"identity": "swift-async-algorithms",
"dependencies": [
{
"url": "https://github.com/apple/swift-collections",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
},
{
"url": "https://github.com/vmanot/Swallow.git",
"name": "Swallow",
"path": "/usr/src/package/.build/checkouts/Swallow",
"version": "unspecified",
"identity": "swallow",
"dependencies": [
{
"url": "https://github.com/apple/swift-collections",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
},
{
"url": "https://github.com/SwiftUIX/SwiftUIX.git",
"name": "SwiftUIX",
"path": "/usr/src/package/.build/checkouts/SwiftUIX",
"version": "unspecified",
"identity": "swiftuix",
"dependencies": []
}
]
},
{
"url": "https://github.com/vmanot/Swallow.git",
"name": "Swallow",
"path": "/usr/src/package/.build/checkouts/Swallow",
"version": "unspecified",
"identity": "swallow",
"dependencies": [
{
"url": "https://github.com/apple/swift-collections",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
}
]
},
{
"url": "https://github.com/vmanot/Merge.git",
"name": "Merge",
"path": "/usr/src/package/.build/checkouts/Merge",
"version": "unspecified",
"identity": "merge",
"dependencies": [
{
"url": "https://github.com/apple/swift-async-algorithms",
"name": "swift-async-algorithms",
"path": "/usr/src/package/.build/checkouts/swift-async-algorithms",
"version": "unspecified",
"identity": "swift-async-algorithms",
"dependencies": [
{
"url": "https://github.com/apple/swift-collections",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
},
{
"url": "https://github.com/vmanot/Swallow.git",
"name": "Swallow",
"path": "/usr/src/package/.build/checkouts/Swallow",
"version": "unspecified",
"identity": "swallow",
"dependencies": [
{
"url": "https://github.com/apple/swift-collections",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
},
{
"url": "https://github.com/SwiftUIX/SwiftUIX.git",
"name": "SwiftUIX",
"path": "/usr/src/package/.build/checkouts/SwiftUIX",
"version": "unspecified",
"identity": "swiftuix",
"dependencies": []
}
]
},
{
"url": "https://github.com/vmanot/NetworkKit.git",
"name": "NetworkKit",
"path": "/usr/src/package/.build/checkouts/NetworkKit",
"version": "unspecified",
"identity": "networkkit",
"dependencies": [
{
"url": "https://github.com/vmanot/Merge.git",
"name": "Merge",
"path": "/usr/src/package/.build/checkouts/Merge",
"version": "unspecified",
"identity": "merge",
"dependencies": [
{
"url": "https://github.com/apple/swift-async-algorithms",
"name": "swift-async-algorithms",
"path": "/usr/src/package/.build/checkouts/swift-async-algorithms",
"version": "unspecified",
"identity": "swift-async-algorithms",
"dependencies": [
{
"url": "https://github.com/apple/swift-collections",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
},
{
"url": "https://github.com/vmanot/Swallow.git",
"name": "Swallow",
"path": "/usr/src/package/.build/checkouts/Swallow",
"version": "unspecified",
"identity": "swallow",
"dependencies": [
{
"url": "https://github.com/apple/swift-collections",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
},
{
"url": "https://github.com/SwiftUIX/SwiftUIX.git",
"name": "SwiftUIX",
"path": "/usr/src/package/.build/checkouts/SwiftUIX",
"version": "unspecified",
"identity": "swiftuix",
"dependencies": []
}
]
},
{
"url": "https://github.com/vmanot/Swallow.git",
"name": "Swallow",
"path": "/usr/src/package/.build/checkouts/Swallow",
"version": "unspecified",
"identity": "swallow",
"dependencies": [
{
"url": "https://github.com/apple/swift-collections",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
},
{
"url": "https://github.com/vmanot/SwiftAPI.git",
"name": "SwiftAPI",
"path": "/usr/src/package/.build/checkouts/SwiftAPI",
"version": "unspecified",
"identity": "swiftapi",
"dependencies": [
{
"url": "https://github.com/vmanot/Merge.git",
"name": "Merge",
"path": "/usr/src/package/.build/checkouts/Merge",
"version": "unspecified",
"identity": "merge",
"dependencies": [
{
"url": "https://github.com/apple/swift-async-algorithms",
"name": "swift-async-algorithms",
"path": "/usr/src/package/.build/checkouts/swift-async-algorithms",
"version": "unspecified",
"identity": "swift-async-algorithms",
"dependencies": [
{
"url": "https://github.com/apple/swift-collections",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
},
{
"url": "https://github.com/vmanot/Swallow.git",
"name": "Swallow",
"path": "/usr/src/package/.build/checkouts/Swallow",
"version": "unspecified",
"identity": "swallow",
"dependencies": [
{
"url": "https://github.com/apple/swift-collections",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
},
{
"url": "https://github.com/SwiftUIX/SwiftUIX.git",
"name": "SwiftUIX",
"path": "/usr/src/package/.build/checkouts/SwiftUIX",
"version": "unspecified",
"identity": "swiftuix",
"dependencies": []
}
]
},
{
"url": "https://github.com/vmanot/Swallow.git",
"name": "Swallow",
"path": "/usr/src/package/.build/checkouts/Swallow",
"version": "unspecified",
"identity": "swallow",
"dependencies": [
{
"url": "https://github.com/apple/swift-collections",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
}
]
}
]
},
{
"url": "https://github.com/vmanot/Swallow.git",
"name": "Swallow",
"path": "/usr/src/package/.build/checkouts/Swallow",
"version": "unspecified",
"identity": "swallow",
"dependencies": [
{
"url": "https://github.com/apple/swift-collections",
"name": "swift-collections",
"path": "/usr/src/package/.build/checkouts/swift-collections",
"version": "unspecified",
"identity": "swift-collections",
"dependencies": []
}
]
}
]
}