Skip to content

Commit bf0d70a

Browse files
committed
cleanup readme
1 parent c4fbac3 commit bf0d70a

File tree

11 files changed

+17
-20
lines changed

11 files changed

+17
-20
lines changed

agent_apis/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Restack AI - Agent with Third Party APIs
1+
# Restack AI - Agent with third party APIs
22

3-
This repository contains an agent with Third Party APIs
3+
This repository contains an agent with third party APIs
44
It demonstrates how to set up a multi steps workflow with Weather API and OpenAI.
55

66
## Prerequisites

agent_chat/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Restack AI - Agent Chat
1+
# Restack AI - Agent with chat
22

3-
This repository contains a an agent chat for Restack.
3+
This repository contains an agent with chat for Restack.
44
It demonstrates how to set up a workflow to have a conversation with an AI agent.
55

66
## Prerequisites

agent_rag/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Restack AI - Agent Rag
1+
# Restack AI - Agent with RAG
22

33
This repository demonstrates how to set up a basic agent with RAG.
44

agent_stream/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Restack AI - Agent with Stream
1+
# Restack AI - Agent with stream
22

33
Build an Agent user can chat with and return streaming response.
44

agent_telephony/twilio/readme.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11

2-
wip# Restack AI - Agent with Telephony - Twilio
2+
# Restack AI - Agent with telephony - Twilio
33

44
Build an AI agent that do an outbound call with Twilio and can interact with in realtime with voice.
55

66
## Prerequisites
77

88
- Docker (for running Restack)
99
- Python 3.10 or higher
10-
- Livekit account (for WebRTC pipeline)
11-
- Deepgram account (For speech-to-text transcription)
12-
- ElevenLabs account (for text-to-speech and voice cloning)
13-
- Twilio account (for outbound calls)
10+
- Vapi account (for outbound calls)
1411

1512
### Trunk setup for outbound calls with Twilio
1613

agent_telephony/vapi/agent_vapi/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
wip# Restack AI - Agent with Telephony - Vapi
2+
# Restack AI - Agent with telephony - Vapi
33

44
Build an AI agent that do an outbound call with Vapi and can interact with in realtime with voice.
55

agent_todo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Restack AI - Quickstart
1+
# Restack AI - Agent with todo list
22

3-
This repository contains a quickstart for Restack.
3+
This repository contains an agent with todo list for Restack.
44
It demonstrates how to set up a basic agent with tool call with a basic workflow and functions.
55

66
## Prerequisites

agent_tool/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Restack AI - Agent Tool
1+
# Restack AI - Agent with tool calling
22

3-
This repository contains a tool for an AI agent.
4-
It demonstrates how to set up a basic agent with functions calling.
3+
This repository demonstrates how to set up a basic agent with tool calling.
54

65
Follow [the step-by-step tutorial](https://docs.restack.io/examples/projects/agent#tutorial) on how to customize the agent tool example/
76

agent_video/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Restack AI - Agent with Video
1+
# Restack AI - Agent with video
22

33
Build an AI agent that users can interact with in realtime on a video call.
44

agent_voice/livekit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Restack AI - Agent with Voice
1+
# Restack AI - Agent with voice
22

33
Build an AI agent that users can interact with in realtime with voice.
44

0 commit comments

Comments
 (0)