AI capabilities added. Working 90 percent with ollama, more providers and functionality coming soon.

This commit is contained in:
Storm Dragon
2025-08-03 00:07:59 -04:00
parent 9ead764b2e
commit a8672165d8
14 changed files with 1893 additions and 35 deletions

View File

@@ -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