Files
robin/requirements.txt
Apurv Singh Gautam a299c228f8 Remove CLI mode, make Robin UI-only
Robin now runs exclusively through the Streamlit web UI. The Click-based CLI
router (main.py) is removed, Docker entrypoint launches Streamlit directly,
and the binary build workflow is replaced with a release-only workflow.

- Delete main.py (Click CLI router)
- Update entrypoint.sh to exec streamlit run ui.py directly
- Update Dockerfile to expose port 8501
- Remove yaspin (CLI-only dep) from requirements.txt
- Replace binary.yml with release.yml (keep versioning, remove PyInstaller build)
- Update README to reflect UI-only usage

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 19:02:23 -05:00

11 lines
169 B
Plaintext

bs4
pysocks
requests
streamlit
python-dotenv
langchain-openai
langchain-ollama
backports.tarfile
langchain-anthropic
langchain_community
langchain_google_genai