Commit History

Fix file paths (use /tmp) and make prompts more aggressive
31e4adf

Jose-Maria Segui commited on

Switch back to Groq qwen/qwen3-32b
625cf1b

Jose-Maria Segui commited on

Switch to Qwen2.5-Coder-32B-Instruct (faster, more reliable)
4d0deaa

Jose-Maria Segui commited on

Switch to HuggingFace API (Groq rate limited)
c512d5c

Jose-Maria Segui commited on

Switch back to qwen/qwen3-32b (rate limit should be reset)
79c84f9

Jose-Maria Segui commited on

Switch to llama3-groq-70b-8192-tool-use-preview for proper tool calling
71101a6

Jose-Maria Segui commited on

Switch to llama-3.3-70b-versatile and add rate limit handling
d161c86

Jose-Maria Segui commited on

Add supabase_docs.csv for QA tool
4c8ff37

Jose-Maria Segui commited on

Trigger rebuild
8ea4577

Jose-Maria Segui commited on

Bump version to v5.8 to force rebuild
2bf894d

Jose-Maria Segui commited on

Add file reading tools (PDF, audio, text) and improve file-type prompts
1d0c309

Jose-Maria Segui commited on

Switch to Groq LLM for faster inference, simplify system prompt
b0f804a

Jose-Maria Segui commited on

Fix f-string syntax error in main.py and update copyright year
e5c13af

Jose-Maria Segui commited on

Enhance output cleaning to strip reasoning and update LICENSE
65157f4

Jose-Maria Segui commited on

Add fuzzy matching for QA and LLM retry logic
98e8860

Jose-Maria Segui commited on

Add CSV-based QA tool and update agent logic
e4ca414

Jose-Maria Segui commited on

Disable Supabase Retriever to fix runtime crash
4f6fb16

Jose-Maria Segui commited on

Fix: Make Supabase import optional to prevent startup crash
b3e3f81

Jose-Maria Segui commited on

Force dependency reinstall: Move supabase to top
4c29a79

Jose-Maria Segui commited on

Fix: Manually implement create_retriever_tool to avoid import errors
4bc4dbf

Jose-Maria Segui commited on

Fix IndentationError in main.py
80dc71e

Jose-Maria Segui commited on

Fix: Correct langchain import for create_retriever_tool
d32e6b1

Jose-Maria Segui commited on

Upgrade to Agent v5: Supabase RAG, Full Tools, Reference Architecture
d8233c4

Jose-Maria Segui commited on

Fix: Ensure System Prompt is passed to LLM in LangGraph
4f451d4

Jose-Maria Segui commited on

Deploy v4: Multimedia tools (Audio/Video), increased timeouts, aggressive system prompt
efc6af6

Jose-Maria Segui commited on

Ignore reference scripts
87e72bd

Jose-Maria Segui commited on

Migrate to LangGraph agent with comprehensive tools (v3)
30f0656

Jose-Maria Segui commited on

Add rate limit sleep and ensure huggingface_hub dependency
d77ae2b

Jose-Maria Segui commited on

Add per-task timeouts and request timeouts
d8dd77f

Jose-Maria Segui commited on

Ensure HF token is exported for LiteLLM
c7bf238

Jose-Maria Segui commited on

Use HF token for LiteLLM auth and restore DDG tool
3197d3e

Jose-Maria Segui commited on

Handle task_id from questions API and skip malformed tasks
d30d5ce

Jose-Maria Segui commited on

Resolve README conflict for Antientropy space
0e70e4a

Jose-Maria Segui commited on

Point to Antientropy space and add ddgs dependency
af2dc48

Jose-Maria Segui commited on

initial commit
b1b3ddd
verified

jomasego commited on

Remove broken Search tool and add robust profile handling
aa5b74c

Jose-Maria Segui commited on

Move app to main.py to force fresh build and cache clear
ce2a751

Jose-Maria Segui commited on

Bump version to v2 to verify deployment
f31e386

Jose-Maria Segui commited on

Fix CodeAgent system_prompt error and ensure ddgs dependency
333c859

Jose-Maria Segui commited on

Refactor app.py to match template structure with safe tool initialization
835c688

Jose-Maria Segui commited on

Update requirements: pin duckduckgo-search>=6.0.0 to fix import error
a4f7421

Jose-Maria Segui commited on

Convert to proper Gradio interface with OAuth and button-triggered execution
15f9989

Jose-Maria Segui commited on

Use LiteLLMModel for proper model initialization and add litellm dependency
32c2d8d

Jose-Maria Segui commited on

Fix model initialization: import HfApiModel from smolagents.models
c56690b

Jose-Maria Segui commited on

Fix import error: change HfApiModel to ApiModel
6daf6da

Jose-Maria Segui commited on

Merge remote changes and resolve README conflict
cbdbd93

Jose-Maria Segui commited on

Fix Antientropy variable naming and deploy agent
fd4b7b7

Jose-Maria Segui commited on

initial commit
673a0a1
verified

jomasego commited on

Update app.py
81917a3
verified

Jofthomas commited on

Update app.py
0ee0419
verified

Jofthomas commited on