Skip to main content

AI agent for coding assistant

Project description

Javis Agent

Build local (dev mode)

pip install -e .

Publish package without code

1. Cài đặt PyArmor

cd /home/worker/src/codefun/deepl/javis_agent
source venv/bin/activate
pip install pyarmor

2. Obfuscate source code

# Tạo thư mục output cho code đã obfuscate
pyarmor gen -O dist_obfuscated javis/

# Kết quả: thư mục dist_obfuscated/ sẽ chứa code đã mã hóa

3. Cấu trúc thư mục sau khi obfuscate

javis_agent/
├── pyproject.toml
├── dist_obfuscated/
│   └── javis/          # Code đã obfuscate
│       ├── __init__.py
│       ├── server.py
│       └── ...

4. Sửa pyproject.toml để build từ code obfuscated

Thêm vào pyproject.toml:

[tool.hatch.build.targets.wheel]
packages = ["dist_obfuscated/javis"]

5. Build package

# Xóa dist cũ
rm -rf dist

# Install twine (if not)
pip install build twine

# build without code
python -m build --wheel
# python -m build: to both .whl and .tar.gz source, not recommend
# Kết quả: dist/ sẽ có .whl và .tar.gz với code đã mã hóa

### 6. Upload lên PyPI
```bash
twine upload dist/*

User installation

python3 -m venv venv source venv/bin/activate pip install javis-agent

new guide

python -m venv venv

Windows: venv\Scripts\activate

Linux: source venv/bin/activate

pip install setuptools wheel twine pyarmor pyarmor gen -O dist_obfuscated javis/

rm -rf dist python setup.py bdist_wheel twine upload dist/*

user isntallation

python -m venv venv pip install javis-agent

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 Distributions

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

javis_agent-1.1.5-py3-none-any.whl (1.7 kB view details)

Uploaded Python 3

javis_agent-1.1.5-cp313-cp313-win_amd64.whl (550.8 kB view details)

Uploaded CPython 3.13Windows x86-64

File details

Details for the file javis_agent-1.1.5-py3-none-any.whl.

File metadata

  • Download URL: javis_agent-1.1.5-py3-none-any.whl
  • Upload date:
  • Size: 1.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for javis_agent-1.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 24a66387e234cd135746c625229c6612fe9a5e54e6fd8b21edcbe9364958a26e
MD5 db202d5655df054f7f1fb576d380e8de
BLAKE2b-256 ea54fd05c19f72741d512db47d078e62de14b56cae4e56fa29e056107005633e

See more details on using hashes here.

File details

Details for the file javis_agent-1.1.5-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for javis_agent-1.1.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f215c4e0a32a712698b1408f78b00497329614effed10cb13a0db409b42b7fe1
MD5 f8ef2a01c5b9069b5061335c081dea7c
BLAKE2b-256 bf12c97b618f6e41d81b01816e97f1860b3b24e4780b144ecb4f8cfe8f321d32

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