Agents-MCP-Hackathon/likable
Update src/app.py (#1)
Update src/kiss_agent.py
Update README.md
Update README.md
Update README.md
Update README.md
Added YT to readme
updated readme and added open router as api provider
refactor: cleanup and update README.md with new features and usage instructions
Merge branch 'main' of hf.co:spaces/ZwischenholtzW/likable
Merge branch 'main' of hf.co:spaces/ZwischenholtzW/likable
adapted models
Merge branch 'main' of hf.co:spaces/ZwischenholtzW/likable
refactor: cleanup and reorganize imports
Update README.md
Update README.md
height fix 3rd try
Merge branch 'main' of hf.co:spaces/ZwischenholtzW/likable
fixed height for good for good
Update README.md
fixed preview height for good
adapted preview height
Merge branch 'main' of hf.co:spaces/ZwischenholtzW/likable
adjusted height of code block
Merge branch 'main' of hf.co:spaces/ZwischenholtzW/likable
feat: add root path argument to Gradio app launch configuration
adjusted height for hf spaces
Merge branch 'main' of https://huggingface.co/spaces/ZwischenholtzW/likable
fixed height
feat: update KISSAgent initialization with explicit model ID and API key from environment variables
feat: implement model initialization based on environment API keys
feat: add functions to detect available API keys and set default provider
Merge branch 'main' of hf.co:spaces/ZwischenholtzW/likable
feat: improve Docker deployment with analytics disable and nginx optimization
Update README.md
Replace uv with pip in install_package tool for Docker compatibility
REFACTOR: Simplify and correct test_app_py tool logic
FIX: Modify test_app_py tool to use free port and fix linters
FIX: Add cache-busting to preview iframe to force reload
FEAT: Force preview refresh after agent interactions
fixed startup command
fixed startup command
REVERT: Go back to manual preview refresh logic on save
FIX: Use uvicorn with --reload for robust preview auto-restarts
SIMPLIFY: Use gradio command for auto-reloading preview instead of complex restart logic
Add automatic preview refresh when saving code changes
FINAL FIX: Remove demo.unload that was causing 502 errors on page reloads
Add debugging to trace preview app stop calls
removed pgrep
added python output
