|
2 | 2 |
|
3 | 3 | Local Open-source micro-agents that observe, log and react, all while keeping your data private and secure. |
4 | 4 |
|
| 5 | +## [Observer App Online](https://app.observer-ai.com/) |
5 | 6 |
|
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/) |
9 | 8 |
|
10 | 9 | - [Support me and the project!](https://buymeacoffee.com/roy3838) |
11 | 10 |
|
12 | | -An open-source platform for running local AI agents that observe your screen while preserving privacy. |
13 | | - |
14 | 11 |
|
15 | 12 | [](https://roy3838.github.io/observer-ai) |
16 | 13 | [](LICENSE) |
@@ -55,13 +52,13 @@ Agent Tools: |
55 | 52 | * `time()` - Gets current time |
56 | 53 |
|
57 | 54 | 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. |
62 | 59 | * `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. |
65 | 62 |
|
66 | 63 | Video Recording Tools: |
67 | 64 | * `startClip()` - Starts a recording of any video media and saves it to the recording Tab. |
|
0 commit comments