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 faf2765 commit 24685d2
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,21 +6,21 @@
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/alan-ai/alan-sdk-android)](https://github.com/alan-ai/alan-sdk-android/releases)
[![CircleCI](https://circleci.com/gh/alan-ai/alan-sdk-android.svg?style=shield)](https://circleci.com/gh/alan-ai/alan-sdk-android)

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 @@ -37,10 +37,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 Android app written in Java or Kotlin:
To create an AI agent for your Android app written in Java or Kotlin:

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 Android to embed an AI assistant to your app. For details, see <a href="https://alan.app/docs/client-api/android/android-api" target="_blank">Alan AI documentation</a>.
2. Use the Alan AI SDK for Android to embed an AI agent to your app. For details, see <a href="https://alan.app/docs/client-api/android/android-api" target="_blank">Alan AI documentation</a>.

Check out our [demo](https://play.google.com/store/apps/details?id=app.alan.playground).

Expand Down

0 comments on commit 24685d2

Please sign in to comment.