Skip to content

Commit 6bfc15c

Browse files
committed
update readme with new signature standard
1 parent d7049c5 commit 6bfc15c

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22

33
Local Open-source micro-agents that observe, log and react, all while keeping your data private and secure.
44

5+
## [Observer App Online](https://app.observer-ai.com/)
56

6-
## [Try Observer App Online](https://app.observer-ai.com/)
7-
8-
## [Download Official App](https://github.com/Roy3838/Observer/releases/latest/)
7+
## [Download App](https://github.com/Roy3838/Observer/releases/latest/)
98

109
- [Support me and the project!](https://buymeacoffee.com/roy3838)
1110

12-
An open-source platform for running local AI agents that observe your screen while preserving privacy.
13-
1411

1512
[![GitHub Pages](https://img.shields.io/badge/GitHub%20Pages-Deployed-success)](https://roy3838.github.io/observer-ai)
1613
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
@@ -55,13 +52,13 @@ Agent Tools:
5552
* `time()` - Gets current time
5653

5754
Notification Tools:
58-
* `sendEmail(content, email)` - Sends an email
59-
* `sendPushover(message, user_token)` - Sends a pushover notification.
60-
* `sendDiscordBot(message,discord_webhook)`Sends a discord message to a server.
61-
* `sendTelegram(message, chat_id)` Sends a telegram message with the Observer bot. Get the chat_id messaging the bot @observer_notification_bot.
55+
* `sendEmail(email, message, images?)` - Sends an email
56+
* `sendPushover(user_token, message, images?, title?)` - Sends a pushover notification.
57+
* `sendDiscord(discord_webhook, message, images?)`Sends a discord message to a server.
58+
* `sendTelegram(chat_id, message, images?)` Sends a telegram message with the Observer bot. Get the chat_id messaging the bot @observer_notification_bot.
6259
* `notify(title, options)` – Send browser notification ⚠️IMPORTANT: Some browsers block notifications
63-
* `sendWhatsapp(content, phone_number)` - Sends a whatsapp message, ⚠️IMPORTANT: Due to anti-spam rules, it is recommended to send a Whatsapp Message to the numer "+1 (555) 783 4727", this opens up a 24 hour window where Meta won't block message alerts sent by this number.
64-
* `sendSms(content, phone_number)` - Sends an SMS to a phone number, format as e.g. sendSms("hello",+181429367"). ⚠️IMPORTANT : Due to A2P policy, some SMS messages are being blocked, not recommended for US/Canada.
60+
* `sendSms(phone_number, message, images?)` - Sends an SMS to a phone number, format as e.g. sendSms("hello",+181429367"). ⚠️IMPORTANT : Due to A2P policy, some SMS messages are being blocked, not recommended for US/Canada.
61+
* `sendWhatsapp(phone_number, message)` - Sends a whatsapp message, ⚠️IMPORTANT: Due to anti-spam rules, it is recommended to send a Whatsapp Message to the numer "+1 (555) 783 4727", this opens up a 24 hour window where Meta won't block message alerts sent by this number.
6562

6663
Video Recording Tools:
6764
* `startClip()` - Starts a recording of any video media and saves it to the recording Tab.

0 commit comments

Comments
 (0)