← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

AgentRun Introduces DSL for Integrating AI Agents into Workflows

🔄 Updated 2h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • AgentRun released a DSL for agent workflows.
  • Integrates existing AI agents into repeatable steps.
  • Uses Jev for focused decision-making.
  • Requires Node 22.19+ and npm for installation.

AgentRun DSL for Workflow Integration

AgentRun has introduced a Domain Specific Language (DSL) designed to incorporate existing AI agents into defined workflows. This DSL allows for the creation of repeatable steps within agent-powered applications, providing a structured approach to agent operations.

Decision Making with Jev

The DSL utilizes Jev for focused decision-making processes within these workflows. Agents can be called upon for investigation when complex tasks arise, while the application maintains its existing tools, model access, permissions, and budgets.

Technical Requirements and Demo

To use AgentRun, Node 22.19+ and npm are required. A quickstart guide, documentation, and examples are available. A ticket-routing demo, which uses scripted decisions and does not require an API key, is provided for initial exploration. The support example demonstrates a workflow with scripted tools and model responses, including escalation paths based on defined criteria and confidence thresholds.

Workflow Definition

Workflows can be written as JSON. The system uses nodes like 'call' for tool execution and 'judge' for decision-making, referencing schemas like 'Candidate' and 'Fit'. The 'Fit' schema defines criteria for decisions, and the system reads decision outcomes and confidence levels to determine subsequent steps.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~24 min · 20 stories · Sep 24

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

AgentRun released a Domain Specific Language (DSL) that allows developers to integrate existing AI agents into structured workflows. This DSL enables defining repeatable steps and using Jev for decision-making within agent-based applications.