commit 042362677e2a4399f624204633f9581183458ce3 Author: Emanuel Almeida Date: Fri Sep 12 01:38:29 2025 +0100 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 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..efc3b08 --- /dev/null +++ b/requirements.txt @@ -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 \ No newline at end of file