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

Uploaded Python 3

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

Hashes for aistvagent-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 159ee03da43b1e8a18f1eeca4395da716163604afedd89a5b7dd3867111d4b42
MD5 580c294ae87255c665a49f2a0d5c2446
BLAKE2b-256 ad4e197c7eb1b3395c26a895dc69318be0a9c91f20d9a88510be7cbb61267dbf

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