Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
VDurocher
/
Swift-AI-Agent-Core
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: agentic loop, vision, Gemini/Ollama, structured outputs, prompt caching
- #3
#3
Open
VDurocher
wants to merge 14 commits into
master
VDurocher/Swift-AI-Agent-Core:master
from
feature/vision-agentic-multimodel
VDurocher/Swift-AI-Agent-Core:feature/vision-agentic-multimodel
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
feat: agentic loop, vision, Gemini/Ollama, structured outputs, prompt caching
#3
VDurocher
wants to merge 14 commits into
master
VDurocher/Swift-AI-Agent-Core:master
from
feature/vision-agentic-multimodel
VDurocher/Swift-AI-Agent-Core:feature/vision-agentic-multimodel
Copy head branch name to clipboard
Commits
Commits on Mar 18, 2026
feat: add AIConversation stateful wrapper for chat-style interactions
VDurocher
committed
dab1e37
View commit details
Copy full SHA for dab1e37
Browse repository at this point
Commits on Mar 25, 2026
test: add AIConversationTests with mock agent — history, reset, undo
VDurocher
committed
820d05e
View commit details
Copy full SHA for 820d05e
Browse repository at this point
Commits on Apr 9, 2026
feat: add agentic loop, vision, Gemini/Ollama, structured outputs, prompt caching
Show description for 0e6b17d
VDurocher
committed
0e6b17d
View commit details
Copy full SHA for 0e6b17d
Browse repository at this point
docs: update README and umbrella docs for 5 new features
Show description for 1ff5210
VDurocher
committed
1ff5210
View commit details
Copy full SHA for 1ff5210
Browse repository at this point
fix: security hardening — input validation, SSE buffer limit, stream cancellation
Show description for 313237e
VDurocher
committed
313237e
View commit details
Copy full SHA for 313237e
Browse repository at this point
fix: correct Gemini API wire format and agentic loop tool metadata
Show description for 8ac5253
VDurocher
committed
8ac5253
View commit details
Copy full SHA for 8ac5253
Browse repository at this point
Commits on Apr 14, 2026
feat: add single-prompt structured output overload send(_:as:)
VDurocher
committed
5cd7034
View commit details
Copy full SHA for 5cd7034
Browse repository at this point
Commits on Apr 22, 2026
test: add AIAgentProtocolTests covering default implementations and structured outputs
VDurocher
committed
33fd7ec
View commit details
Copy full SHA for 33fd7ec
Browse repository at this point
Commits on May 10, 2026
feat: add AIRateLimiter — token-bucket throttle for API calls
VDurocher
committed
5889e37
View commit details
Copy full SHA for 5889e37
Browse repository at this point
Commits on May 14, 2026
test: add AIRateLimiterTests covering load and utilization
VDurocher
committed
9113648
View commit details
Copy full SHA for 9113648
Browse repository at this point
Commits on May 15, 2026
chore: add CHANGELOG, SwiftLint config, and fix CI matrix
VDurocher
committed
fcdcdad
View commit details
Copy full SHA for fcdcdad
Browse repository at this point
Commits on May 16, 2026
feat: add AIRetryPolicy with exponential backoff and jitter
VDurocher
committed
764f03e
View commit details
Copy full SHA for 764f03e
Browse repository at this point
Commits on May 19, 2026
feat: add AIStreamingSession — stateful token-by-token streaming wrapper
VDurocher
committed
75b1520
View commit details
Copy full SHA for 75b1520
Browse repository at this point
Commits on May 21, 2026
test: add AIStreamingSessionTests — history, reset, token callback
VDurocher
committed
a15ed0e
View commit details
Copy full SHA for a15ed0e
Browse repository at this point
You can’t perform that action at this time.