chore: add initial project scaffold with .env.example, .gitignore, Makefile, pyproject.toml, and rexa package skeleton

This commit is contained in:
2026-01-22 22:45:31 +00:00
commit 824e33dd8e
26 changed files with 1892 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
EXA_API_KEY=your_exa_api_key_here
OPENROUTER_API_KEY=your_openrouter_api_key_here
OPENROUTER_MODEL=x-ai/grok-code-fast-1
PORT=8088
HOST=0.0.0.0
CACHE_TTL_HOURS=24