httpx (used by the OpenAI SDK) requires socksio to handle SOCKS5 proxy
connections. Without it, LLM API calls fail with a 500 error when the
system has a SOCKS proxy configured (e.g., all_proxy=socks5://...).
- Created package-lock.json for dependency management.
- Updated package.json and frontend package.json to version 0.1.0.
- Adjusted backend pyproject.toml to reflect version 0.1.0.
- Introduced uv.lock for Python dependency resolution.