scriptc
scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.
It provides an end-to-end pipeline for uploading knowledge, importing conversations, creating evaluation batches, and iteratively improving AI agent responses based on automated quality assessments.
单管理员、单服务器部署的 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 为准。
Similar projects matched by category, topics, and programming language.
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.