Commit History

fix: remove template processing to prevent double-wrapping of templates
24b6371

Scott Cogan commited on

fix: simplify template handling by removing unnecessary processing
dfde1fc

Scott Cogan commited on

fix: simplify template processing to prevent double-wrapping and ensure proper spacing
4481e03

Scott Cogan commited on

fix: simplify template processing and remove unnecessary escaping
2304ec1

Scott Cogan commited on

fix: improve template processing to handle Jinja2 templates correctly
79161d9

Scott Cogan commited on

fix: resolve template compilation error by removing unnecessary template wrapping
3617c7c

Scott Cogan commited on

fix: Preserve system prompt template variables
2b4635e

Scott Cogan commited on

fix: Wrap system prompt in template expression
1c47798

Scott Cogan commited on

fix: Handle system prompt template separately
a75a352

Scott Cogan commited on

fix: Correct f-string syntax in template processing
5da278e

Scott Cogan commited on

fix: Ensure proper template formatting for all content
0e88ff4

Scott Cogan commited on

fix: Handle system prompt template separately from other templates
e2642c3

Scott Cogan commited on

fix: Ensure all content is valid Jinja2 template syntax
17177b2

Scott Cogan commited on

fix: Treat non-template content as literal text
a3a0c02

Scott Cogan commited on

fix: Ensure consistent template formatting for all content
7af7e7f

Scott Cogan commited on

fix: Handle system prompt template separately
b7f3749

Scott Cogan commited on

fix: Use template expressions for non-template content
a267900

Scott Cogan commited on

fix: Use Jinja2 raw tags for non-template content
8100841

Scott Cogan commited on

fix: Create properly formatted templates for CodeAgent
d76dcc4

Scott Cogan commited on

feat: Add detailed logging for template processing
746446f

Scott Cogan commited on

fix: Use Jinja2 raw tags for non-template content
9253c9f

Scott Cogan commited on

fix: Ensure all template content is properly formatted as Jinja2 templates
8c1f404

Scott Cogan commited on

fix: Simplify template processing to only handle template variables
7c709cd

Scott Cogan commited on

fix: Convert non-template content to Jinja2 comments
97f78cf

Scott Cogan commited on

fix: Rewrite template processing to handle code blocks separately
aa7739f

Scott Cogan commited on

fix: Improve template processing for code blocks and newlines
1e77542

Scott Cogan commited on

fix: Enhance template processing and validation
41caec1

Scott Cogan commited on

feat: Add comprehensive logging and template validation
a675830

Scott Cogan commited on

fix: Update template format for better Jinja2 compatibility
875f8d9

Scott Cogan commited on

fix: Simplify template format to use basic string literals
c870411

Scott Cogan commited on

fix: Simplify template processing to handle Jinja2 compilation
a43e558

Scott Cogan commited on

fix: Update YAML block scalar format for better template handling
fcf0961

Scott Cogan commited on

fix: Update template handling and string processing
d81898c

Scott Cogan commited on

fix: Update YAML block scalar indicators for proper template compilation
d8c43d5

Scott Cogan commited on

fix: Remove tools_dict parameter and update template handling
d977661

Scott Cogan commited on

fix: Remove authorized_imports parameter and update template handling
e0ce96b

Scott Cogan commited on

fix: Update template processing and agent configuration
3e7082a

Scott Cogan commited on

Fix: Simplify template structure and remove complex Jinja2 expressions
969a900

Scott Cogan commited on

Fix: Simplify and standardize Jinja2 template syntax
fb942d7

Scott Cogan commited on

Fix: Update Jinja2 template syntax in prompts.yaml
6a0f010

Scott Cogan commited on

Fix: Update agent name to valid Python identifier
93fa391

Scott Cogan commited on

Fix: Add post_messages template for final_answer
c4244ab

Scott Cogan commited on

Fix: Add pre_messages template for final_answer
a4bc6cb

Scott Cogan commited on

Fix: Update smolagents version to 1.17.0
c58d1a2

Scott Cogan commited on

Fix: Pin smolagents version to 0.1.1 to resolve syntax error
69fb85a

Scott Cogan commited on

Fix: Update smolagents imports to use correct class names
403a049

Scott Cogan commited on

Fix: Pin smolagents version to 0.1.2 for correct imports
a2790fb

Scott Cogan commited on

Fix: Update prompt templates structure to match smolagents requirements
f8b5424

Scott Cogan commited on

Refactor: Move prompt templates to separate Python file and update app.py
0d53251

Scott Cogan commited on

Fix: Replace YAML loading with direct Python dictionary for prompt templates
40dd326

Scott Cogan commited on