Skip to main content

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

  1. Mở Web UI tại http://localhost:8000
  2. Vào tab Telegram, nhập token bot
  3. Bấm "Start Bot"
  4. 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, env
  • software - Quản lý phần mềm: install, uninstall, list, update
  • web - Duyệt web: browse, screenshot (Playwright)
  • file_mgr - Quản lý file: read, write, delete, list, compress, extract
  • telegram_bot - Telegram Bot: set_token, start, stop, status
  • os_control - Điều khiển: screen, click, type, press, hotkey
  • debug - Lập trình: run, build, git, npm, pip
  • extra - 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

If you're not sure about the file name format, learn more about wheel file names.

aistvagent-1.0.4-py3-none-any.whl (861.4 kB view details)

Uploaded Python 3

File details

Details for the file aistvagent-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: aistvagent-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 861.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for aistvagent-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 226cc869e5f085dceeabc9cffdfe030ea7f01106b15364edc68e82bf165cdfa0
MD5 5bbef030642f4dea8580a6bd7ac8017a
BLAKE2b-256 9db55bf15c08ad7e2f971326f84f2d3e7857041612fdf48c5dcf73df795747e9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page