demo.mp4
- 🤖 AI-Powered Commands: Create and execute custom commands using various AI models
- 🔍 Smart Knowledge Base: Store and query your documents, images, and data with semantic search
- ⌨️ Global Shortcuts: Set up system-wide keyboard shortcuts for quick access to commands
- 🎯 Context-Aware: Understands your current context to provide relevant assistance
- 🖼️ Image Analysis: Process and analyze images using advanced AI models
- 🌐 Web Integration: Extract and summarize content from websites and YouTube videos
- Download the latest release for your platform from the releases page
- Install and launch agentlia
- Configure your preferred AI providers in Settings > Keys
- Start using commands or create your own custom workflows
- Node.js 16+
- npm or yarn
# Clone the repository
git clone https://github.com/agentlia/agentlia.git
# Install dependencies forced to avoid potential issues
npm i --force
# Start development server
npm run dev# Build for production
npm run buildagentlia supports multiple AI providers:
- OpenAI
- Google AI
- Ollama (local)
- DeepSeek
Configure your API keys and preferences in the Settings > Keys section.
The knowledge base supports various file formats:
- Documents (PDF, DOCX, TXT)
- Images (PNG, JPG, WEBP)
- Spreadsheets (XLSX, CSV)
- Web content
- Go to Settings > Commands
- Click "+ Add" to create a new command
- Configure the command with:
- Name and description
- Input processing
- AI model selection
- Action chain
- Output handling
Contributions are welcome! Please feel free to submit a Pull Request.
- Electron
- React
- TypeScript
- Tailwind CSS
- LangChain
- Transformers.js
- LanceDB
MIT License - see LICENSE for details.
