Skip to content

Commit

Permalink
README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
okolyachko committed May 1, 2024
1 parent dfae06b commit 047ab40
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/alan-ai/alan-sdk-ios)](https://github.com/alan-ai/alan-sdk-ios/releases)
[![CircleCI](https://circleci.com/gh/alan-ai/alan-sdk-ios.svg?style=shield)](https://circleci.com/gh/alan-ai/alan-sdk-ios)

Quickly create AI assistants with the Alan AI Platform. Enable human-like conversations and perform actions in any app through voice commands.
Quickly create AI agents with the Alan AI Platform. Enable human-like conversations and perform actions in any app through voice commands.

<img src="https://storage.googleapis.com/alan-public-images/github/phone-finance.gif" height="325px" align="right"/>

## Actionable AI Platform

Alan AI is an Actionable AI Platform that lets you create a voice AI assistant for your app. It offers all necessary tools to design, embed and host conversational experiences:
Alan AI is an Actionable AI Platform that lets you create a voice AI agent for your app. It offers all necessary tools to design, embed and host conversational experiences:

#### Alan AI Studio
A powerful web-based IDE where you can write, test and debug dialog scenarios for your AI assistant.
A powerful web-based IDE where you can write, test and debug dialog scenarios for your AI agent.

#### Alan AI SDKs

Alan AI's lightweight SDKs to quickly embed an AI assistant to your app.
Alan AI's lightweight SDKs to quickly embed an AI agent to your app.

#### Alan AI Cloud

Expand All @@ -36,10 +36,10 @@ To get more details on how Alan AI works, see <a href="https://alan.app/platform

## How to start

To create an AI assistant for your iOS app written in Swift or Objective-C:
To create an AI agent for your iOS app written in Swift or Objective-C:

1. <a href="https://studio.alan.app/register" target="_blank">Sign up for Alan AI Studio</a> to build dialog scripts in JavaScript and test them.
2. Use the Alan AI SDK for iOS to embed an AI assistant to your app. For details, see <a href="https://alan.app/docs/client-api/ios/ios-api" target="_blank">Alan AI documentation</a>.
2. Use the Alan AI SDK for iOS to embed an AI agent to your app. For details, see <a href="https://alan.app/docs/client-api/ios/ios-api" target="_blank">Alan AI documentation</a>.

## Downloads
* [Alan AI SDK for iOS on CocoaPods.org](https://cocoapods.org/pods/AlanSDK-iOS)
Expand Down

0 comments on commit 047ab40

Please sign in to comment.