Files
cleveragents-core/tests/features/message_context_persistence.feature
T

10 lines
518 B
Gherkin

Feature: Message Context Persistence in Multi-Agent Workflow
To ensure reliable communication in complex agent networks,
the initial message from the user should be preserved in the context
and be accessible to agents throughout the entire workflow.
Scenario: Original message is accessible in a subsequent routing step
Given a router configured for a multi-step workflow
When I process the prompt "What is the capital of France?"
Then the final output should be "The capital of France is Paris."