A type-safe, declarative AI agent framework for Swift. Build composable AI pipelines with Steps, Agents, structured outputs, and tool integration. Features FIFO session management, MCP support, and distributed actor communication.
Stars
83
Forks
9
Watchers
83
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
154
commits
Migrate pipeline from String to Prompt for multimodal support
0877819View on GitHubUpdate dependencies, add plain markdown skill format, ignore local settings
2716a6cView on GitHubMake run(_ conversation:) private, migrate tests to new API
c1efb65View on GitHubAdd AgentSession.run(tools:pipeline:instructions:step:) overload
993dbfcView on GitHubRemove AgentToolsProvider, ToolConfiguration, and ToolProvider
0ffe0a1View on GitHubFix test compilation errors in MonitorTests and GenerateRetryTests
e91ea5fView on GitHubRefactor Agent to declarative protocol, update tools and dependencies
c75b000View on GitHubRename AgentSession to Conversation, AgentRuntime to AgentSession
6a635a7View on GitHubFix cancel turnID routing and bound runtime state collections
29b30beView on GitHubAdd TurnCancellationToken support to tools, Generate, and AgentRuntime
106353aView on GitHub