https://github.com/dalbodeule/ps-generator
PS(Programming, algorithm problem) generator
https://github.com/dalbodeule/ps-generator
Last synced: 5 months ago
JSON representation
PS(Programming, algorithm problem) generator
- Host: GitHub
- URL: https://github.com/dalbodeule/ps-generator
- Owner: dalbodeule
- License: mit
- Created: 2025-10-02T05:54:06.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-10-02T08:35:13.000Z (5 months ago)
- Last Synced: 2025-10-02T10:23:07.336Z (5 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PS-Generator
## libraries
```requirements
langchain-core==0.3.77
langchain-community==0.3.30
langchain-openai==0.3.34
langgraph==0.6.8
python-dotenv==1.1.1
requests==2.32.5
beautifulsoup4==4.14.2
aiohttp==3.12.15
typing-extensions==4.15.0
pydantic==2.11.9
```