Skip to content

Conversation

@lHydra
Copy link
Contributor

@lHydra lHydra commented Jul 15, 2025

I’ve added support for templates in the instructions, but decided to more explicitly separate the behavior when we expect a plain string (instructions: "Plain string") and when it’s a template (instructions: { template: "instructions_template" }). It seems that this approach gives us more clarity, doesn’t it?
Additionally, we could pass locales into the template, which likely expands our capabilities.

Closes #82

Copy link
Contributor

@TonsOfFun TonsOfFun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great! ✨💖✨
This should close #82 and it's sub-issues. I'm going to go ahead and merge it.

Another issue along a similar vein that I'll put together is runtime overrides for provider, model, options, as well as instructions. That along with something like the github/scientist gem, would aid in the experimentation and evaluation process.

@TonsOfFun TonsOfFun merged commit dd42ee9 into activeagents:main Jul 15, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Instructions template support

2 participants