neoagent 2.1.15 → 2.1.16-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,24 +1,33 @@
1
- <div align="center">
1
+ <h1 align="center">NeoAgent</h1>
2
2
 
3
- # NeoAgent
3
+ <p align="center"><strong>Your agent. Your server. Your rules.</strong></p>
4
4
 
5
- **Your agent. Your server. Your rules.**
5
+ <p align="center">
6
+ <a href="https://nodejs.org"><img src="https://img.shields.io/badge/Node.js-18+-5fa04e?style=flat-square&logo=node.js&logoColor=white" alt="Node.js"></a>
7
+ <a href="https://sqlite.org"><img src="https://img.shields.io/badge/SQLite-WAL-003b57?style=flat-square&logo=sqlite&logoColor=white" alt="SQLite"></a>
8
+ <a href="https://flutter.dev"><img src="https://img.shields.io/badge/Flutter-web%20%2B%20android-02569B?style=flat-square&logo=flutter&logoColor=white" alt="Flutter"></a>
9
+ <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-a855f7?style=flat-square" alt="License"></a>
10
+ </p>
6
11
 
7
- [![Node.js](https://img.shields.io/badge/Node.js-18+-5fa04e?style=flat-square&logo=node.js&logoColor=white)](https://nodejs.org)
8
- [![SQLite](https://img.shields.io/badge/SQLite-WAL-003b57?style=flat-square&logo=sqlite&logoColor=white)](https://sqlite.org)
9
- [![Flutter](https://img.shields.io/badge/Flutter-web%20%2B%20android-02569B?style=flat-square&logo=flutter&logoColor=white)](https://flutter.dev)
10
- [![License](https://img.shields.io/badge/License-MIT-a855f7?style=flat-square)](LICENSE)
12
+ <p align="center">
13
+ A self-hosted, proactive AI agent with a Flutter client for web and Android.<br>
14
+ Connects to OpenAI, xAI, Google, MiniMax Code, and local Ollama.<br>
15
+ Runs tasks on a schedule, controls a browser, manages files, and talks to you over Telegram, Discord, or WhatsApp.
16
+ </p>
11
17
 
12
- A self-hosted, proactive AI agent with a Flutter client for web and Android.
13
- Connects to OpenAI, xAI, Google, MiniMax Code, and local Ollama.
14
- Runs tasks on a schedule, controls a browser, manages files, and talks to you over Telegram, Discord, or WhatsApp.
18
+ | | |
19
+ | --- | --- |
20
+ | <img alt="WebUI" src="https://github.com/user-attachments/assets/3c76d59a-b6e3-4698-929b-9c94741ccf1e" height="420"> | <img alt="Mobile Telegram" src="https://github.com/user-attachments/assets/1fd41a9b-5452-4aa4-9478-888c8ad7363a" height="420"> |
21
+
22
+ ## Install
15
23
 
16
24
  ```bash
17
25
  npm install -g neoagent
18
26
  neoagent install
19
27
  ```
20
28
 
21
- Manage the service:
29
+ ## Manage the Service
30
+
22
31
  ```bash
23
32
  neoagent status
24
33
  neoagent channel beta
@@ -28,12 +37,13 @@ neoagent logs
28
37
  ```
29
38
 
30
39
  Use `neoagent fix` if a self-edit or broken local install leaves NeoAgent in a bad state. On git installs it backs up runtime data, saves local tracked changes, resets tracked source files, reinstalls dependencies, and restarts the service.
31
- ---
40
+
41
+ ## Links
32
42
 
33
43
  [⚙️ Configuration](docs/configuration.md) · [🧰 Skills](docs/skills.md) · [🐛 Issues](https://github.com/NeoLabs-Systems/NeoAgent/issues)
34
44
 
35
45
  ---
36
46
 
37
- *Made with ❤️ by [Neo](https://github.com/neooriginal) · [NeoLabs Systems](https://github.com/NeoLabs-Systems)*
38
-
39
- </div>
47
+ <p align="center">
48
+ Made with ❤️ by <a href="https://github.com/neooriginal">Neo</a> · <a href="https://github.com/NeoLabs-Systems">NeoLabs Systems</a>
49
+ </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neoagent",
3
- "version": "2.1.15",
3
+ "version": "2.1.16-beta.0",
4
4
  "description": "Proactive personal AI agent with no limits",
5
5
  "license": "MIT",
6
6
  "main": "server/index.js",
@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"052f31d115eceda8cbff1b3481fcde4330c4ae
37
37
 
38
38
  _flutter.loader.load({
39
39
  serviceWorkerSettings: {
40
- serviceWorkerVersion: "1964138140" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
40
+ serviceWorkerVersion: "1956345956" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
41
41
  }
42
42
  });