scriptc
scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.
它提供了从知识上传、对话导入到创建评测批次、迭代改进 AI 客服质量的完整流水线,并且完全可自托管。
单管理员、单服务器部署的 AI 客服质量评测与知识改进工作台。
需要 Python 3.12、Docker、Docker Compose。
cp .env.example .env
docker compose up --build
docker compose exec web python manage.py createsuperuser
访问 http://127.0.0.1:8000,登录后依次配置密钥、上传知识、导入对话并创建评测批次。
python3.12 -m venv .venv
.venv/bin/pip install -e '.[dev]'
.venv/bin/pytest
.venv/bin/ruff check .
.venv/bin/mypy apps config
业务与技术约束以 AGENTS.md 和 docs/requirements.md 为准。
根据分类、Topic 和编程语言匹配的相似项目。
scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.

A comprehensive guide for building and configuring a high-end local machine to run state-of-the-art LLMs, with detailed hardware choices, BIOS tuning, and Docker-based model serving.
Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.