by Tom-Ryder · MCP Server · ★ 25
AgentRunKit A Swift 6 SDK for building LLM-powered agents with type-safe tool calling. Zero-dependency core · Full Sendable · Async/await · Cloud + Local · MCP Quick Start swift import AgentRunKit let client = OpenAIClient.openAI(apiKey: "sk-...", model: "gpt-5.4") let weatherTool = try Tool( name: "getweather", description: "Get the current weather" ) { params, in "72°F and sunny in \(params.cit
| Stars | 25 |
| Forks | 4 |
| Language | Swift |
| Category | MCP Server |
| License | MIT |
| Quality Score | 70.755303885515/100 |
| Open Issues | 4 |
| Last Updated | 2026-06-23 |
| Created | 2026-01-17 |
| Platforms | mcp |
| Est. Tokens | ~16k |
These tools work well together with AgentRunKit for enhanced workflows:
Explore other popular mcp server tools:
AgentRunKit is Swift 6 agent SDK: type-safe tools, streaming, cloud + on-device inference via MLX on Apple Silicon. It is categorized as a MCP Server with 25 GitHub stars.
AgentRunKit is primarily written in Swift. It covers topics such as agent-sdk, ai-agents, anthropic.
You can find installation instructions and usage details in the AgentRunKit GitHub repository at github.com/Tom-Ryder/AgentRunKit. The project has 25 stars and 4 forks, indicating an active community.
AgentRunKit is released under the MIT license, making it free to use and modify according to the license terms.