Fix file paths (use /tmp) and make prompts more aggressive 31e4adf Jose-Maria Segui commited on 19 days ago
Switch to Qwen2.5-Coder-32B-Instruct (faster, more reliable) 4d0deaa Jose-Maria Segui commited on 19 days ago
Switch back to qwen/qwen3-32b (rate limit should be reset) 79c84f9 Jose-Maria Segui commited on 19 days ago
Switch to llama3-groq-70b-8192-tool-use-preview for proper tool calling 71101a6 Jose-Maria Segui commited on 19 days ago
Switch to llama-3.3-70b-versatile and add rate limit handling d161c86 Jose-Maria Segui commited on 19 days ago
Add file reading tools (PDF, audio, text) and improve file-type prompts 1d0c309 Jose-Maria Segui commited on 19 days ago
Switch to Groq LLM for faster inference, simplify system prompt b0f804a Jose-Maria Segui commited on 19 days ago
Fix f-string syntax error in main.py and update copyright year e5c13af Jose-Maria Segui commited on 19 days ago
Enhance output cleaning to strip reasoning and update LICENSE 65157f4 Jose-Maria Segui commited on 19 days ago
Fix: Make Supabase import optional to prevent startup crash b3e3f81 Jose-Maria Segui commited on 20 days ago
Fix: Manually implement create_retriever_tool to avoid import errors 4bc4dbf Jose-Maria Segui commited on 20 days ago
Fix: Correct langchain import for create_retriever_tool d32e6b1 Jose-Maria Segui commited on 20 days ago
Upgrade to Agent v5: Supabase RAG, Full Tools, Reference Architecture d8233c4 Jose-Maria Segui commited on 20 days ago
Fix: Ensure System Prompt is passed to LLM in LangGraph 4f451d4 Jose-Maria Segui commited on 21 days ago
Deploy v4: Multimedia tools (Audio/Video), increased timeouts, aggressive system prompt efc6af6 Jose-Maria Segui commited on 21 days ago
Migrate to LangGraph agent with comprehensive tools (v3) 30f0656 Jose-Maria Segui commited on 21 days ago
Add rate limit sleep and ensure huggingface_hub dependency d77ae2b Jose-Maria Segui commited on 21 days ago
Handle task_id from questions API and skip malformed tasks d30d5ce Jose-Maria Segui commited on 21 days ago
Remove broken Search tool and add robust profile handling aa5b74c Jose-Maria Segui commited on 21 days ago
Move app to main.py to force fresh build and cache clear ce2a751 Jose-Maria Segui commited on 21 days ago
Fix CodeAgent system_prompt error and ensure ddgs dependency 333c859 Jose-Maria Segui commited on 21 days ago
Refactor app.py to match template structure with safe tool initialization 835c688 Jose-Maria Segui commited on 21 days ago
Update requirements: pin duckduckgo-search>=6.0.0 to fix import error a4f7421 Jose-Maria Segui commited on 21 days ago
Convert to proper Gradio interface with OAuth and button-triggered execution 15f9989 Jose-Maria Segui commited on 21 days ago
Use LiteLLMModel for proper model initialization and add litellm dependency 32c2d8d Jose-Maria Segui commited on 21 days ago
Fix model initialization: import HfApiModel from smolagents.models c56690b Jose-Maria Segui commited on 21 days ago