feat: projeto buddie-chat - interface nativa linux para MCPs

- aplicação GTK4/Python para servidores MCP
- interface moderna com Libadwaita
- suporte OpenAI e OpenRouter
- configuração múltiplos MCPs
- chat em tempo real

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Emanuel Almeida
2025-09-12 01:42:29 +01:00
parent 042362677e
commit 48a3b98914
1027 changed files with 191388 additions and 3 deletions

6
requirements_simple.txt Normal file
View File

@@ -0,0 +1,6 @@
openai>=1.0.0
requests>=2.28.0
python-dotenv>=0.19.2
pydantic>=1.10.0
websockets>=10.0
aiofiles>=0.8.0