samarthya-bot 1.1.2 → 1.1.4

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
@@ -72,11 +72,13 @@ npm run dev
72
72
 
73
73
  ## 🌟 Key Highlights
74
74
 
75
- - 🧠 **Autonomous Planning**: Native ReAct engine (`Reason` -> `Act` -> `Observe`) that breaks complex requests like *"Find the latest tech news and summarize the top 3 into a PDF"* into discrete steps.
76
- - **Control Center UI**: A futuristic dashboard served locally from the gateway. Monitor system vitals, RAM usage, and active agent threads.
77
- - 🔐 **Encrypted Memory**: Every interaction is stored locally. Sensitive data like API keys are encrypted via **AES-256-CBC** with your custom vault key.
78
- - 🔌 **Extensible Modules**: Drop any JavaScript plugin into `~/SamarthyaBot_Files/plugins/` and the assistant learns it instantly.
79
- - 📸 **Visual Intelligence**: Built-in screen understanding for contextual automation.
75
+ - 🤖 **Full RPA Engine (v1.1.3 God Mode):** Evolved from a chat assistant to a **Robotic Process Automation** agent. Writes code, commits to GitHub, and deploys to remote servers autonomously.
76
+ - **Go Micro-Worker Streaming:** Heavy CLI tasks (`npm build`, `git push`) are handled by a Golang backend that streams live terminal states back to the AI without freezing Node.js.
77
+ - 🌍 **SSH Remote Deployments:** Native support for securely logging into remote VPS architectures (via Password or PEM keys) to deploy your Node/Python apps directly from a prompt.
78
+ - 🕸️ **Browser DOM Controller:** Natively integrates `puppeteer-core`. Can connect to your local Chrome to navigate web pages, scrape UI, or create a new GitHub repository by interacting with real DOM selectors.
79
+ - 🛡️ **Zero-Harm Blacklists:** Strict OS regex block-layer protects your computer from dangerous commands (`rm -rf`, `mkfs`), keeping autonomous loops perfectly safe.
80
+ - 🧠 **Autonomous Planning**: Native ReAct engine breaks complex requests into discrete steps.
81
+ - 🔐 **Encrypted Memory**: Every interaction is stored locally. Sensitive data like API keys are encrypted via **AES-256-CBC**.
80
82
  - 🇮🇳 **Indian Localization**: Specialized tools for **GST**, **IRCTC**, **UPI** links, and native **Hinglish/Hindi** fluency.
81
83
 
82
84
  ---