Commit History

final code
3c4b2fd
Running

tuan3335 commited on

feat: read YouTube cookies path from YOUTUBE_COOKIES_PATH environment variable
32dd219

tuan3335 commited on

fix: append /no_thinking to all Qwen prompts to disable thinking mode via prompt
ef2a762

tuan3335 commited on

fix: explicitly disable thinking mode in Qwen InferenceClient calls for both answer and wiki query optimization
8cf4282

tuan3335 commited on

feat: use LangChain StrOutputParser for clean answer output; optimize Wikipedia search query with AI
c282f35

tuan3335 commited on

feat: improve tool selection prompt (English), log wiki and audio transcript results for debugging
6bef95f

tuan3335 commited on

refactor: switch to huggingface_hub InferenceClient for Qwen, remove local transformers usage
c5208b6

tuan3335 commited on

refactor: dùng transformers gốc cho Qwen, bổ sung accelerate vào requirements.txt
8103d43

tuan3335 commited on

add accelerate
010f542
verified

tuanhqv123 commited on

Delete cookies.txt
1bb63c9
verified

tuanhqv123 commited on

structure code langchain
959e76f

tuan3335 commited on

use langchain
040a6c6

tuan3335 commited on

Update README.md
87a9461
verified

tuanhqv123 commited on

Add structured output with Pydantic, fix tool selection logic, add YouTube cookies support, disable thinking mode
a9b5cb5

tuan3335 commited on

Restore HuggingFace imports and create hybrid AI brain with HF primary + Groq fallback
1cf80b8

tuan3335 commited on

Replace HuggingFace model with Groq free API to fix payment required error
ed71eea

tuan3335 commited on

Fix syntax error in app.py - correct else statement indentation
52370d5

tuan3335 commited on

Remove .env from git and add to .gitignore
882c579

tuan3335 commited on

structure code
6059b93

tuan3335 commited on

structure code
92d2175

tuan3335 commited on

Sử dụng XML tag cho prompt AI decision, tăng độ ổn định khi parse action từ model trả về
be2373e

tuan3335 commited on

Sử dụng agent thực sự từ agent.py cho BasicAgent trong app.py
6a741f5

tuan3335 commited on

Fix OAuth integration: Add LoginButton back and update function signature for proper HF Spaces deployment
bcf2762

tuan3335 commited on

🐛 Accept arbitrary args in run_and_submit_all to avoid session issues
26e2719

tuan3335 commited on

🐛 Fix function signature to accept session arg and avoid special args error
8ec1b86

tuan3335 commited on

🔧 Refactor app.py: remove login button and simplify run function
085f277

tuan3335 commited on

⚙️ Enable OAuth login in Space metadata
a46949a

tuan3335 commited on

final agent course submit
a55ef75

tuan3335 commited on

🤖 Add LangGraph AI Agent with Qwen3-8B
75849d9

tuan3335 commited on