Commit History

feat: add tools dictionary for template rendering and additional debug logging
cda00a8

Scott Cogan commited on

feat: add debug logging to inspect tools list and verify tool attributes
d61deee

Scott Cogan commited on

fix: ensure all tools are proper Tool instances with required attributes
e56e6b6

Scott Cogan commited on

fix: pass tools as a dictionary to match template expectations
c75b49f

Scott Cogan commited on

fix: update tool input/output types to use smolagents allowed types
bc9d42a

Scott Cogan commited on

fix: convert tools to proper Tool subclasses with name and description attributes
fb0a09c

Scott Cogan commited on

fix: wrap tools in Tool objects with name and description attributes
18ec0f7

Scott Cogan commited on

fix: pass tools as a list to CodeAgent
ad6ada3

Scott Cogan commited on

fix: pass tools as a dictionary to CodeAgent
32d0c27

Scott Cogan commited on

fix: use proper tool objects in template validation
d688122

Scott Cogan commited on

fix: modify system_prompt to be a direct string instead of a dictionary
26cf521

Scott Cogan commited on

fix: preserve original template structure from prompts.yaml
e573c02

Scott Cogan commited on

fix: update templates in dictionary after validation
f5b36b1

Scott Cogan commited on

fix: ensure all templates have at least one template node
f32faf3

Scott Cogan commited on

fix: correct malformed code block marker in system prompt template
4387720

Scott Cogan commited on

fix: add template node to system prompt to ensure valid Jinja2 template
0652d95

Scott Cogan commited on

fix: remove template processing and use templates directly from prompts.yaml
655b2f6

Scott Cogan commited on

fix: update all templates to use YAML block scalar syntax and remove escaped newlines
c7acf7c

Scott Cogan commited on

fix: update system prompt template formatting for proper Jinja2 parsing
16ef7b5

Scott Cogan commited on

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