Test minimal Gradio app for Hugging Face Spaces initialization 7a788c6 Scott Cogan commited on Jun 2, 2025
Assign Gradio interface to app for Hugging Face Spaces compatibility 419f4f3 Scott Cogan commited on Jun 1, 2025
test: use minimal Gradio ChatInterface to debug Spaces initialization e6fcb4d Scott Cogan commited on Jun 1, 2025
chore: add debug prints to trace initialization in Spaces fe0da85 Scott Cogan commited on Jun 1, 2025
feat: Expose Gradio Blocks as demo for Hugging Face Spaces compatibility 1059969 Scott Cogan commited on Jun 1, 2025
fix: Disable SSR mode in GradioUI launch to resolve blank UI issue 8ef9379 Scott Cogan commited on Jun 1, 2025
fix: Remove share=True parameter from GradioUI launch as it's not supported on Hugging Face Spaces 943c318 Scott Cogan commited on Jun 1, 2025
fix: Update CustomCodeAgent to pass tools as list for template rendering 20cd8aa Scott Cogan commited on Jun 1, 2025
fix: Update CustomCodeAgent to use Jinja2 template rendering e9c2ba5 Scott Cogan commited on Jun 1, 2025
fix: Update CustomCodeAgent to safely handle initialization and template attributes 16cd708 Scott Cogan commited on Jun 1, 2025
fix: Update CustomCodeAgent to properly handle template population using string format 4ed31d3 Scott Cogan commited on Jun 1, 2025
fix: add CustomCodeAgent to handle both list and dictionary tool formats 0bf52c9 Scott Cogan commited on Jun 1, 2025
fix: pass tools as dictionary to match template expectations c1ed0a4 Scott Cogan commited on Jun 1, 2025
fix: update template validation to use dictionary of tools 49446cb Scott Cogan commited on Jun 1, 2025
feat: add tools dictionary for template rendering and additional debug logging cda00a8 Scott Cogan commited on Jun 1, 2025
feat: add debug logging to inspect tools list and verify tool attributes d61deee Scott Cogan commited on Jun 1, 2025
fix: ensure all tools are proper Tool instances with required attributes e56e6b6 Scott Cogan commited on Jun 1, 2025
fix: pass tools as a dictionary to match template expectations c75b49f Scott Cogan commited on Jun 1, 2025
fix: update tool input/output types to use smolagents allowed types bc9d42a Scott Cogan commited on Jun 1, 2025
fix: convert tools to proper Tool subclasses with name and description attributes fb0a09c Scott Cogan commited on Jun 1, 2025
fix: wrap tools in Tool objects with name and description attributes 18ec0f7 Scott Cogan commited on Jun 1, 2025
fix: preserve original template structure from prompts.yaml e573c02 Scott Cogan commited on Jun 1, 2025
fix: ensure all templates have at least one template node f32faf3 Scott Cogan commited on Jun 1, 2025
fix: remove template processing and use templates directly from prompts.yaml 655b2f6 Scott Cogan commited on Jun 1, 2025
fix: remove template processing to prevent double-wrapping of templates 24b6371 Scott Cogan commited on Jun 1, 2025
fix: simplify template handling by removing unnecessary processing dfde1fc Scott Cogan commited on Jun 1, 2025
fix: simplify template processing to prevent double-wrapping and ensure proper spacing 4481e03 Scott Cogan commited on Jun 1, 2025
fix: simplify template processing and remove unnecessary escaping 2304ec1 Scott Cogan commited on Jun 1, 2025
fix: improve template processing to handle Jinja2 templates correctly 79161d9 Scott Cogan commited on Jun 1, 2025
fix: resolve template compilation error by removing unnecessary template wrapping 3617c7c Scott Cogan commited on Jun 1, 2025
fix: Handle system prompt template separately from other templates e2642c3 Scott Cogan commited on May 31, 2025