Skip to content

Feat variables - <variable> implementation inside inputs and agent system prompts#110

Merged
vizsatiz merged 4 commits into
developfrom
feat_variables
Aug 1, 2025
Merged

Feat variables - <variable> implementation inside inputs and agent system prompts#110
vizsatiz merged 4 commits into
developfrom
feat_variables

Conversation

@rootflo-hardik
Copy link
Copy Markdown
Contributor

  • added variables finding, validation and resolution inside run method of both agent and arium
  • having a resolved_variables flag for agent to avoid re-resolving (in case of muti-agent arium run)
  • variable_extractor util to find, validate and resolve variables.

- added variables finding, validation and resolution inside run method of both agent and arium
- having a resolved_variables flag for agent to avoid re-resolving (in case of muti-agent arium run)
- variable_extractor util to find, validate and resolve variables.
@rootflo-hardik rootflo-hardik requested a review from vizsatiz August 1, 2025 07:03
@rootflo-hardik rootflo-hardik changed the title Feat - <variable> implementation inside inputs and agent system prompts Feat variables - <variable> implementation inside inputs and agent system prompts Aug 1, 2025
@vizsatiz vizsatiz merged commit 75eb245 into develop Aug 1, 2025
3 checks passed
@vizsatiz vizsatiz deleted the feat_variables branch August 1, 2025 10:08
thomastomy5 pushed a commit that referenced this pull request Apr 27, 2026
…stem prompts (#110)

* Feat - <variable> implementation inside inputs and agent system prompts

- added variables finding, validation and resolution inside run method of both agent and arium
- having a resolved_variables flag for agent to avoid re-resolving (in case of muti-agent arium run)
- variable_extractor util to find, validate and resolve variables.

* remove unused import

* variables examples, lint fix

* update readme for variables
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.

2 participants