Loxia AI Agents System - No-code/vibe-code/companion-coder platform
npm install @loxia-labs/loxia-autopilot-oneAutonomous AI Agent System for Software Development




Quick Start β’ Features β’ Documentation β’ Tools β’ Web UI
---
Loxia Autopilot One is a production-ready autonomous AI agent system that empowers developers with intelligent coding assistance. It combines the power of multiple AI models with a comprehensive toolkit for software development, code analysis, and automation.
- π€ Multi-Agent Orchestration - Run multiple AI agents simultaneously with isolated workspaces
- π§ Rich Tool Ecosystem - 18+ specialized tools for development, analysis, and automation
- π Dual Interface - Modern Web UI + powerful CLI for any workflow
- π Real-Time Monitoring - Track agent activity, costs, and performance
- πΎ Persistent State - Resume conversations and continue work across sessions
- π Secure by Design - Agent isolation, resource limits, and security scanning
---
#### π€ Intelligent Agent System | #### π οΈ Professional Tooling |
#### π Development Features | #### π‘ Smart Assistance |
---
Register at autopilot.loxia.ai to get started.
``bash`
npm install -g @loxia-labs/loxia-autopilot-one
`bash`
loxia --versionShould display: Loxia Autopilot One v1.8.0
1. Sign in at autopilot.loxia.ai
2. Navigate to API Keys
3. Create a new API key and copy it
#### Option A: Web UI
`bash`
loxia web
This starts the server and opens the Web UI in your browser. Go to Settings and paste your API key.
#### Option B: Terminal UI
`bash`
loxia plus-terminalCtrl+,
This starts the server + Terminal UI. Press to open Settings, paste your API key. Press Alt+H for help.
1. Create an agent using the interface
2. Send a message to start interacting
3. Enjoy autonomous AI assistance!
`bash`
loxia web # Start server + open Web UI in browser
loxia terminal # Start Terminal UI (server must be running)
loxia plus-terminal # Start server + Terminal UI together
loxia plus-web # Alias for 'web'
loxia --port 3000 # Use custom port (works with any command)
loxia --version # Show version
loxia --help # Show all options
---
The modern Web UI provides an intuitive interface for managing agents and conversations:
- π¬ Chat Interface - Clean, responsive chat with markdown support
- π File Attachments - Drag and drop files into conversations
- ποΈ Agent Management - Create, switch, and manage multiple agents
- π Real-Time Updates - Live agent status and output streaming
- π¨ Model Selection - Switch between AI models on the fly
- π Task Tracking - Visual task lists with progress indicators
- π Search & Filter - Find conversations and messages quickly
- π Modern UI - Built with React, TailwindCSS, and WebSockets
Coming soon - the interface provides a clean, modern experience for interacting with AI agents
---
Loxia comes with 18+ specialized tools that agents can use autonomously:
| Tool | Description | Key Features |
|------|-------------|--------------|
| π₯οΈ Terminal | Execute shell commands | Background processes, stdin input, prompt detection |
| π File System | File operations | Create, read, update, delete files and directories |
| π Browser | Web automation | Headless browsing, screenshots, scraping with Puppeteer |
| π Seek | Code search | Pattern matching, multi-directory support |
| π² File Tree | Directory visualization | Tree structure generation, filtering |
| Tool | Description | Key Features |
|------|-------------|--------------|
| π¦ Import Analyzer | Import/export analysis | ES6, CommonJS, circular dependencies, unused exports |
| π Dependency Resolver | Dependency management | Semantic versioning, conflict detection, upgrade paths |
| π¬ Static Analysis | Code quality | ESLint, Prettier, TypeScript, Stylelint integration |
| π― Clone Detection | Code duplication | AST-based analysis, similarity scoring |
| π Security Scanner | Security audits | npm audit, dependency vulnerabilities, deployment checks |
| Tool | Description | Key Features |
|------|-------------|--------------|
| πΌοΈ Image Generator | AI image creation | Flux Pro support, high-quality outputs |
| π¬ Video Generator | AI video creation | Azure OpenAI Sora integration, async processing |
| π Task Manager | Task tracking | Todo lists, progress tracking, agent synchronization |
| π‘ Web Tool | HTTP requests | GET, POST, API testing, webhook debugging |
| π File Content Replace | Bulk replacements | Pattern-based, multi-file, preview changes |
| π¬ Agent Communication | Inter-agent messaging | Task delegation, collaborative workflows |
| Tool | Description | Key Features |
|------|-------------|--------------|
| βΈοΈ Agent Delay | Pause agent execution | Timed delays, background operation support |
| β
Job Done | Task completion | Mark autonomous work complete, exit to chat mode |
| π§ Async Tool Manager | Background task handling | Long-running operations, status tracking |
| π Loop Detection | Repetition prevention | Sliding window analysis, automatic termination |
---
- Node.js: >= 16.0.0 (18.x or 20.x LTS recommended)
- npm: >= 7.0.0
- Operating System: Windows, macOS (Intel & Apple Silicon), Linux
- Memory: 2GB minimum, 4GB+ recommended
- Disk Space: 500MB for package and dependencies
- Shell: bash, zsh (macOS default), PowerShell, cmd
For full functionality, install these tools:
`bashSecurity scanning
npm install -g eslint prettier typescript stylelint
---
ποΈ Architecture
$3
`
βββββββββββββββββββββββββββββββββββββββββββββββββββ
β Client Interfaces β
β βββββββββββββββ ββββββββββββββββββββββββββ β
β β Web UI β β CLI Interface β β
β β (React) β β (Interactive Shell) β β
β βββββββββββββββ ββββββββββββββββββββββββββ β
βββββββββββββββββββββ¬ββββββββββββββββββββββββββββββ
β WebSocket / IPC
βββββββββββββΌβββββββββββββββ
β Orchestrator Service β
β (Request Coordination) β
ββββββββββ¬βββββββββ¬βββββββββ
β β
ββββββββββββΌβββ βββΌβββββββββββββββ
β Agent Pool β β AI Service β
β β’ Lifecycle β β β’ Model Routerβ
β β’ Schedulingβ β β’ Backend API β
ββββββββ¬βββββββ ββββββββββββββββββ
β
ββββββββΌβββββββββββββββββββββββ
β Message Processor β
β β’ Tool Registry β
β β’ Command Extraction β
β β’ Execution Engine β
βββββββββββββββββββββββββββββββ
`$3
- Orchestrator: Central coordination hub for all requests
- Agent Pool: Manages agent lifecycle, isolation, and communication
- Message Processor: Parses and executes tool commands from AI responses
- AI Service: Routes requests to appropriate AI backends
- State Manager: Persistent storage and session management
- Tool Registry: Extensible tool system with 18+ built-in tools
---
π Documentation
$3
- Installation Guide - Detailed installation and setup
- CLI Reference - Complete CLI command reference
- Tool Documentation - How to use each tool
- Configuration - Environment variables and settings
$3
- Architecture Overview - System design and components
- API Reference - Backend API specification
- Creating Tools - Build custom tools
- Contributing Guide - How to contribute
---
π Security & Privacy
$3
- β
Agent Isolation - Each agent has isolated workspace and permissions
- β
Resource Limits - Prevents resource exhaustion (CPU, memory, commands)
- β
Path Validation - Prevents directory traversal attacks
- β
Command Sanitization - Protects against command injection
- β
Security Scanning - Built-in vulnerability detection
- β
Audit Logging - Comprehensive activity logs
$3
- π Authentication Only - Only credential verification communicates with servers
- π Local-First - All work data stays on your machine
- π No Usage Telemetry - No tracking or analytics of your work
- π State Control - Full control over conversation history
- ποΈ Easy Cleanup - Delete state directory to remove all local data
- β
Secure Communication - Authentication data protected during transmission
---
π― Use Cases
$3
`
β Code refactoring and modernization
β Dependency updates and conflict resolution
β Test generation and debugging
β Documentation generation
β Code review automation
`$3
`
β Import/export dependency mapping
β Circular dependency detection
β Code duplication analysis
β Security vulnerability scanning
β Code quality assessment
`$3
`
β Build and deployment scripts
β Batch file operations
β API testing and monitoring
β Web scraping and data collection
β Image generation workflows
`---
π Performance
$3
- Agent Response Time: < 2s for simple queries
- Tool Execution: < 100ms overhead per tool
- Memory Usage: ~150-300MB per agent
- Concurrent Agents: Up to 10 agents per instance
- Message Processing: 1000+ messages/second
- Chat Scrolling: 60fps with 1000+ messages (virtualized rendering)
$3
Loxia automatically compacts long conversations to stay within token limits:
- Intelligent Summarization - Preserves context while reducing tokens
- Configurable Strategies - Aggressive or balanced compaction
- Index Tracking - References original message ranges for retrieval
---
π£οΈ Roadmap
$3
- β
Teams - Organize agents into named teams with drag-and-drop
- β
Agent duplication - Clone agents with full configuration and optional conversation history
- β
Visual Flow Pipelines - Execute multi-agent workflows with real-time progress tracking
- β
Flow conversation clearing - Agents start with fresh context on each flow run
- β
Awaiting user input scheduling - Agents block on credentials/prompts without disappearing from other agents' radar
- β
Inter-agent reply defaults -
requiresReply defaults to true for reliable agent-to-agent conversations
- β
Flow execution fixes - Progress indicators, completion detection, node count accuracy$3
- β
Multi-agent orchestration with 18+ specialized tools
- β
Web UI + CLI interfaces with real-time streaming
- β
Conversation compaction with round-robin model selection
- β
File attachments, task management, and progress tracking
- β
Chat virtualization for smooth 60fps scrolling
- β
Full macOS compatibility with native zsh support
- β
Video and image generation (Sora, Flux Pro)
- β
Standalone binaries for Windows, macOS, and Linux
- β
API key persistence with AES-256-GCM encryption
- β
Structured file validation and security scanning
$3
- π VSCode Extension - Native IDE integration
- π Plugin System - Custom tool marketplace
- π Cloud Sync - Optional cloud backup (opt-in)
- π Voice Interface - Speech-to-text integration
---
π€ Contributing
We welcome contributions! Here's how you can help:
$3
- π Report Bugs - Open an issue with reproduction steps
- π‘ Suggest Features - Share ideas for improvements
- π Improve Documentation - Fix typos, add examples
- π§ Build Tools - Create new tools for the ecosystem
- π¨ UI/UX - Enhance the Web interface
$3
`bash
Clone the repository
git clone https://github.com/loxia-ai/autopilot-cli-v10.git
cd autopilot-cli-v10Install dependencies
npm installBuild Web UI
cd web-ui && npm install && npm run build && cd ..Start in development mode
npm run dev
`See CONTRIBUTING.md for detailed guidelines.
---
π License
Commercial License - see LICENSE file for complete terms.
$3
- π Authentication Required - Valid subscription or license needed to use
- β
Commercial Use - Use in your own projects and services (with active subscription)
- β
Modify Configuration - Customize settings and configuration files
- β No Free Use - Requires active subscription or valid license
- β No Credential Sharing - Personal credentials cannot be shared
- β No Redistribution - Cannot resell, redistribute, or sublicense
- β No Reverse Engineering - Code is obfuscated and protected
- β No Derivative Products - Cannot create competing products
$3
- Registration: Sign up at autopilot.loxia.ai
- Authentication: Software requires valid API key to operate
- Verification: Periodic authentication checks with licensing server
- Expiration: Access ends when subscription expires (renewable)
Copyright Β© 2025-2026 Loxia AI. All rights reserved.
By installing or using this software, you agree to the terms of the LICENSE.
---
π Support
$3
- π Documentation: Check the docs directory
- π¬ Discussions: GitHub Discussions
- π Bug Reports: GitHub Issues
- π§ Email: support@loxia.ai
$3
Web UI won't start?
`bash
Check if port is in use
lsof -i :8080Use a different port
loxia --port 3000
`Agent not responding?
`bash
Check logs
cat .loxia-state/logs/system.logRestart with debug logging
LOXIA_LOG_LEVEL=debug loxia
`Installation issues?
`bash
Clear npm cache
npm cache clean --forceReinstall
npm install -g @loxia-labs/loxia-autopilot-one --force
`macOS Installation
On macOS, you may need to use
sudo for global installation:
`bash
sudo npm install -g @loxia-labs/loxia-autopilot-one
`Or better, configure npm to use a user-writable directory:
`bash
Create a directory for global packages
mkdir ~/.npm-globalConfigure npm to use it
npm config set prefix '~/.npm-global'Add to your shell (zsh is default on macOS)
echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.zshrc
source ~/.zshrcNow install without sudo
npm install -g @loxia-labs/loxia-autopilot-one
`macOS Python Scanners
If using Homebrew Python, security scanner installation will automatically detect it:
`bash
Verify with
which python3
Should show /opt/homebrew/bin/python3 (Apple Silicon) or /usr/local/bin/python3 (Intel)
``---
Made with β€οΈ by the Loxia team
Website β’ Twitter β’ Discord
β Star us on GitHub if you find this project useful!