AI capabilities added. Working 90 percent with ollama, more providers and functionality coming soon.
This commit is contained in:
		| @@ -31,6 +31,10 @@ depends=( | ||||
|   python-dasbus | ||||
|   libpeas | ||||
|    | ||||
|   # AI Assistant dependencies (for screenshots and HTTP requests) | ||||
|   python-pillow | ||||
|   python-requests | ||||
|    | ||||
|   # Desktop integration | ||||
|   gsettings-desktop-schemas | ||||
|   hicolor-icon-theme | ||||
| @@ -49,6 +53,12 @@ optdepends=( | ||||
|   'festival: Alternative TTS engine'  | ||||
|   'flite: Lightweight TTS engine' | ||||
|   'espeak: Legacy TTS engine' | ||||
|    | ||||
|   # AI Assistant providers (optional) | ||||
|   'python-anthropic: Claude AI provider support' | ||||
|   'python-openai: ChatGPT AI provider support'  | ||||
|   'python-google-generativeai: Gemini AI provider support' | ||||
|   'ollama: Local AI model support' | ||||
| ) | ||||
| makedepends=( | ||||
|   git | ||||
|   | ||||
		Reference in New Issue
	
	Block a user