Discussion
Search code, repositories, users, issues, pull requests...
mark_l_watson: I think this is a good learning project, based in a long perusal of the github repo. One suggestion: don’t call the CLI component of the project ‘claude’ - that seems like asking for legal takedown problems.
nhubbard: How practically could we drop in Apple Intelligence once it's using Gemini as its core for a 100% local AI agent in a box?
NitpickLawyer: IIUC Gemini will run in Apple's cloud infra, not on device. The only "gemini" local model is really old by today's standards, and is not that smart for local inference (newer open source models are better).
bensyverson: I built a Swift library called Operator [0] to run the core agent loop, if it would save anyone time.[0]: https://github.com/bensyverson/Operator
lm2s: Interesting, I'm also building one in Swift :D Seems like a good learning experience.