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
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,19 @@
4
4
5
5
llama-stack-client-swift brings the inference and agents APIs of [Llama Stack](https://github.com/meta-llama/llama-stack) to iOS.
6
6
7
-
**Update: March 14, 2025** The llama-stack-client-swift SDK version has been updated to 0.1.4.1, working with Llama Stack 0.1.4 ([release note](https://github.com/meta-llama/llama-stack/releases/tag/v0.1.4)) and ExecuTorch 0.5.0 ([release note](https://github.com/pytorch/executorch/releases/tag/v0.5.0)). Also the demo apps have been moved to this repository under `examples`.
-**Inference & Agents:** Leverage remote Llama Stack distributions for inference, code execution, and safety.
12
14
-**Custom Tool Calling:** Provide Swift tools that Llama agents can understand and use.
13
15
14
16
## iOS Demos
15
-
See [here](https://github.com/meta-llama/llama-stack-apps/tree/main/examples/ios_quick_demo) for a quick iOS demo ([video](https://drive.google.com/file/d/1HnME3VmsYlyeFgsIOMlxZy5c8S2xP4r4/view?usp=sharing)) using a remote Llama Stack server for inferencing.
16
-
17
-
For a more advanced demo using the Llama Stack Agent API and custom tool calling feature, see the [iOS Calendar Assistant demo](https://github.com/meta-llama/llama-stack-apps/tree/main/examples/ios_calendar_assistant).
17
+
We have several demo apps to help provide reference for how to use the SDK:
18
+
-[iOS Quick Demo](https://github.com/meta-llama/llama-stack-client-swift/tree/latest-release/examples/ios_quick_demo): Uses remote Llama Stack server for inferencing ([video](https://drive.google.com/file/d/1HnME3VmsYlyeFgsIOMlxZy5c8S2xP4r4/view?usp=sharing)).
19
+
-[iOS Calendar Assistant Demo](https://github.com/meta-llama/llama-stack-client-swift/tree/latest-release/examples/ios_calendar_assistant): Advanced uses of Llama Stack Agent API and custom tool calling feature. There are separate projects for remote and local inferencing.
18
20
19
21
20
22
## Installation
@@ -34,18 +36,18 @@ For a more advanced demo using the Llama Stack Agent API and custom tool calling
0 commit comments