A Swift implementation of LLM agents with multi-agent support.
- Multiple agent support
- SwiftUI chat layout implementation
- Multiple LLM model integration
- Clean, intuitive API design
Add the following to your Package.swift file:
dependencies: [
.package(url: "https://github.com/rxtech-lab/AgentKit.git", from: "0.1.0")
]AgentKit is available under the MIT license. See the LICENSE file for more info.