hongpingzhang's picture
IntelliScript Workspace is an open-source, multi-platform AI writing and compliance solution. It integrates: CLI Tool: Command-line interface supporting Gemini AI writing and TextGuardAI compliance, with license management, unified configuration, and usage analytics. PyQt5 Desktop GUI: User-friendly desktop application for non-developers, enabling one-click AI content creation and compliance checking. VSCode Extension: Developer-oriented plugin with sidebar UI, command registration, and seamless CLI invocation for in-editor AI writing and compliance. TextGuardAI API: Local or private deployment for content safety, supporting custom models and endpoints. Comprehensive Documentation: Step-by-step guides for development, deployment, integration, troubleshooting, and advanced features. Key Features: All-in-one workspace for AI-powered writing, compliance, and multi-end integration. Supports both local and private deployment for security and privacy. Modular architecture: CLI, GUI, VSCode extension, compliance API, and docs are fully decoupled and extensible. Suitable for developers, content creators, enterprises, and educators. Example code, configuration templates, and automation scripts included. Directory Structure: IntelliScript_Workspace/ β”œβ”€ cli/ # CLI tool & dependencies β”œβ”€ gui/ # PyQt5 desktop app β”œβ”€ vscode-extension/ # VSCode extension source β”œβ”€ docs/ # Technical docs, API, deployment, FAQ β”œβ”€ textguardai/ # Compliance backend (clone separately) β”œβ”€ assets/ # Logo, screenshots, demo images Quick Start: Clone the repo: git clone https://github.com/algorithm07-ai/IntelliScript_Workspace.git Install dependencies: pip install -r cli/requirements.txt pip install -r gui/requirements.txt Run CLI: python cli/intelliscript_cli.py gemini "Your prompt" --guard Launch GUI: python gui/main.py Use VSCode extension: See vscode-extension/README.md for setup and usage. Deploy TextGuardAI: See textguardai/README.md for API server deployment. Documentation includes: CLI/GUI/VSCode usage and integration Gemini CLI and TextGuardAI API setup Deployment, configuration, and troubleshooting Advanced features and extensibility guide Ideal for: Secure, efficient AI content generation and management Teams or individuals needing local/private AI writing and compliance Rapid prototyping, productization, and open-source collaboration - Initial Deployment
6f59888 verified