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
-**Inference & Agents:** Leverage remote Llama Stack distributions for inference, code execution, and safety.
14
-
-**Custom Tool Calling:**Provide Swift tools that Llama agents can understand and use.
15
+
-**Custom Tool Calling:** Provide Swift tools that Llama agents can understand and use.
15
16
16
17
## iOS Demos
18
+
17
19
We have several demo apps to help provide reference for how to use the SDK:
20
+
18
21
-[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
22
-[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.
@@ -30,23 +32,26 @@ We have several demo apps to help provide reference for how to use the SDK:
30
32
4. On the first build: Enable & Trust the OpenAPIGenerator extension when prompted.
31
33
32
34
5. The quickest way to try out the demo for remote inference is using Together.ai's Llama Stack distro at https://llama-stack.together.ai - you can skip Step 6 unless you want to build your own distro.
33
-
*Note that Llama 4 is currently only supported by building your own distro from Llama Stack PIP package or main.*
35
+
_Note that Llama 4 is currently only supported by building your own distro from Llama Stack PIP package or main._
34
36
35
37
6. (Optional) Set up a remote Llama Stack distributions, assuming you have a [Fireworks](https://fireworks.ai/account/api-keys) or [Together](https://api.together.ai/) API key, which you can get easily by clicking the link:
Copy file name to clipboardExpand all lines: examples/ios_calendar_assistant/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ The quickest way to try out the demo for remote inference is using Together.ai's
17
17
You need to set up a remote Llama Stack distributions to run this demo. Assuming you have a [Fireworks](https://fireworks.ai/account/api-keys) or [Together](https://api.together.ai/) API key, which you can get easily by clicking the link above:
@@ -57,7 +57,7 @@ let agent = RemoteAgents(url: URL(string: "https://localhost:5000")!)
57
57
58
58
Also, to allow the app to add event to the Calendar app, the `Info.plist` needs to have an entry `Privacy - Calendars Usage Description` and when running the app for the first time, you need to accept the Calendar access request.
59
59
60
-
4. Build the run the app on an iOS simulator or your device.
60
+
4. Build the run the app on an iOS simulator or your device.
61
61
62
62
Note: For your first-time build, you may need to Enable and Trust the OpenAPI Generator plugin. A link to enable will be available in the logs. You may need to do a clean build, close Xcode and then restart it again to avoid any cache issues. Otherwise, you may see "Bad Access too URLSession" errors during inference.
Copy file name to clipboardExpand all lines: examples/ios_quick_demo/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ llama stack run --image-type conda ~/.llama/distributions/together/together-run.
24
24
To use PIP packages, you need to set up a remote Llama Stack distributions to run this demo. Assuming you have a [Fireworks](https://fireworks.ai/account/api-keys) or [Together](https://api.together.ai/) API key, which you can get easily by clicking the link above:
0 commit comments