feat: commit inicial do projeto buddie-chat electron/typescript

- projeto electron/typescript para assistente AI interativo
- configuração inicial webpack, tsconfig
- spec-kit template integrado
- estrutura base para desenvolvimento

🤖 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:38:29 +01:00
commit 042362677e

9
requirements.txt Normal file
View File

@@ -0,0 +1,9 @@
PyGObject>=3.42.0
openai>=1.0.0
requests>=2.28.0
json5>=0.9.6
asyncio-mqtt>=0.11.1
python-dotenv>=0.19.2
pydantic>=1.10.0
websockets>=10.0
aiofiles>=0.8.0