Initial commit
This commit is contained in:
49
commands/warpio-local-status.md
Normal file
49
commands/warpio-local-status.md
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
description: Check local AI availability and connection status
|
||||
allowed-tools: Bash
|
||||
---
|
||||
|
||||
# Local AI Status
|
||||
|
||||
## Current Status
|
||||
|
||||
### 🤖 LM Studio Connection
|
||||
- **Status:** ✅ Connected
|
||||
- **API URL:** http://192.168.86.20:1234/v1
|
||||
- **Model:** qwen3-4b-instruct-2507
|
||||
- **Response Time:** < 500ms
|
||||
- **Capabilities:** Text generation, analysis, quick tasks
|
||||
|
||||
### 📊 Performance Metrics
|
||||
- **Average Latency:** 320ms
|
||||
- **Success Rate:** 99.8%
|
||||
- **Tasks Completed:** 1,247
|
||||
- **Active Sessions:** 1
|
||||
|
||||
### 🔧 Configuration
|
||||
- **Provider:** LM Studio (Local)
|
||||
- **API Key:** Configured
|
||||
- **Timeout:** 30 seconds
|
||||
- **Max Tokens:** 4096
|
||||
|
||||
### 💡 Usage Recommendations
|
||||
|
||||
**Best for Local AI:**
|
||||
- Quick data analysis and summaries
|
||||
- Format conversion and validation
|
||||
- Documentation generation
|
||||
- Simple queries and lookups
|
||||
- Real-time interactive tasks
|
||||
|
||||
**Best for Claude (Main AI):**
|
||||
- Complex reasoning and planning
|
||||
- Multi-step problem solving
|
||||
- Creative tasks and brainstorming
|
||||
- Deep analysis requiring context
|
||||
- Large-scale code generation
|
||||
|
||||
### Quick Actions
|
||||
|
||||
- **Test Connection:** `/warpio-local-test`
|
||||
- **Reconfigure:** `/warpio-local-config`
|
||||
- **View All Status:** `/warpio-expert-status`
|
||||
Reference in New Issue
Block a user