AISTV - AI IT Agent cho Windows
Project description
AI STV Agent
Trợ lý AI thông minh cho Windows. Tích hợp Telegram bot, điều khiển hệ thống, quản lý file, duyệt web, và hơn 30 công cụ khác.
Cài đặt
pip install aistvagent
Yêu cầu: Python >= 3.10, Playwright browsers, opencode CLI.
# Sau khi cài đặt
playwright install chromium
opencode onboard # Cấu hình opencode lần đầu
Sử dụng
CLI
# Chạy server (Web UI + Telegram API)
openaistv
# Hoặc dùng module
python -m openclaw
Python library
from openclaw.core.agent import Agent
from openclaw.main import register_all_skills
agent = Agent()
register_all_skills(agent)
# Gửi câu hỏi
result = agent.process_message("kiểm tra hệ thống")
print(result)
Telegram Bot
- Mở Web UI tại
http://localhost:8000 - Vào tab Telegram, nhập token bot
- Bấm "Start Bot"
- Chat với bot trên Telegram
Node.js
npm install aistvagent
import { Agent } from "aistvagent";
const agent = new Agent();
agent.registry.register("system", systemFn, "System info");
const result = await agent.processMessageAsync("check system");
Công cụ
system- Quản lý hệ thống: info, disk, temp, network, processes, services, envsoftware- Quản lý phần mềm: install, uninstall, list, updateweb- Duyệt web: browse, screenshot (Playwright)file_mgr- Quản lý file: read, write, delete, list, compress, extracttelegram_bot- Telegram Bot: set_token, start, stop, statusos_control- Điều khiển: screen, click, type, press, hotkeydebug- Lập trình: run, build, git, npm, pipextra- Tiện ích: tính toán, mã hóa, thời gian, thời tiết, v.v.
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
aistvagent-1.0.2-py3-none-any.whl
(748.6 kB
view details)
File details
Details for the file aistvagent-1.0.2-py3-none-any.whl.
File metadata
- Download URL: aistvagent-1.0.2-py3-none-any.whl
- Upload date:
- Size: 748.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
159ee03da43b1e8a18f1eeca4395da716163604afedd89a5b7dd3867111d4b42
|
|
| MD5 |
580c294ae87255c665a49f2a0d5c2446
|
|
| BLAKE2b-256 |
ad4e197c7eb1b3395c26a895dc69318be0a9c91f20d9a88510be7cbb61267dbf
|