Skip to main content

AgentOS CLI tool for managing the AgentOS Client Docker container

Project description

AgentOS Client

AgentOS Client Docker 容器管理 CLI 工具。

安装

pip install agentos

使用

首次安装/设置

# 方式一:直接设置(从环境变量或交互式输入读取 key)
agentos setup

# 方式二:命令行指定 key
agentos setup --key "your-nuwax-saved-key"

# 方式三:先设置环境变量
export NUWAX_SAVED_KEY="your-key"
agentos setup

setup 流程:

  1. 检查 Docker 是否安装,未安装则自动安装(仅 Linux)
  2. 拉取 agentos-client 镜像
  3. 生成 docker-compose.yml 到 ~/.agentos/
  4. 保存 key 到 ~/.agentos/.env

日常管理

agentos start      # 启动容器
agentos stop       # 停止容器
agentos restart    # 重启容器
agentos status     # 查看容器状态
agentos logs       # 查看最近 50 行日志

更新 key

agentos update-key "new-key-here"
agentos restart    # 重启生效

重新部署

agentos redeploy   # 删除旧配置,重新生成并重启

发布到 PyPI

# 安装构建工具
pip install build twine

# 构建
cd gogeo-client
python -m build

# 发布到 TestPyPI(测试)
python -m twine upload --repository testpypi dist/*

# 发布到 PyPI(正式)
python -m twine upload dist/*

目录结构

gogeo-client/
├── pyproject.toml          # Python 包配置
├── agentos/
│   ├── __init__.py
│   └── cli.py              # CLI 入口
├── app/                    # 应用覆盖文件
├── desktop/                # 桌面快捷方式
├── icons/                  # 桌面图标
├── wallpaper/              # 桌面壁纸
└── docker-compose.yml      # 本地开发用 compose

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gogeo_client_agentos-0.2.9.tar.gz (28.9 MB view details)

Uploaded Source

Built Distribution

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

gogeo_client_agentos-0.2.9-py3-none-any.whl (28.9 MB view details)

Uploaded Python 3

File details

Details for the file gogeo_client_agentos-0.2.9.tar.gz.

File metadata

  • Download URL: gogeo_client_agentos-0.2.9.tar.gz
  • Upload date:
  • Size: 28.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for gogeo_client_agentos-0.2.9.tar.gz
Algorithm Hash digest
SHA256 eab45ebe5d74fc92a161976032746ba1af8d6cd842efa9142717ef1fc50eda69
MD5 c9f34dc9e6936e010eb873a0a27fad01
BLAKE2b-256 820458c99c242d087abec7373a2949c270ddc89a7ce94d434229e3a53fc5a068

See more details on using hashes here.

File details

Details for the file gogeo_client_agentos-0.2.9-py3-none-any.whl.

File metadata

File hashes

Hashes for gogeo_client_agentos-0.2.9-py3-none-any.whl
Algorithm Hash digest
SHA256 e086cf319e0ce1d38c8cd5aa354a26bd305c38b24d436965096377a3c029b791
MD5 e4d4584d0f141cfc3a302efbcc7f954f
BLAKE2b-256 56346d9d995f911cf09431c40a48aeee925b28d23dfccbcc5646a8885dfc88a9

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