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.3-py3-none-any.whl (748.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aistvagent-1.0.3-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

Hashes for aistvagent-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1d0ee5233f1ce005c64953e70489ac4c9cfd39086937215ca75ca4a76c2f9f9a
MD5 1eecb47cec93e5b7e6ade0bbe55b5729
BLAKE2b-256 452d49b041c9e848b608558f4d9715abf65d3c2127f3ca139c691ccccef87b16

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