Files
cleveragents-core/tests/features/interactive_session_test.feature

14 lines
653 B
Gherkin

Feature: Interactive Session Hello World Test
As a developer
I want to test basic interactive session functionality
So that I can ensure the interactive mode works correctly
Scenario: Hello World Interactive Session Test
Given the CleverAgents reactive system is available
And I have a basic interactive configuration
When I start an interactive session for testing
And I send "hello" to the interactive session
Then I should receive an interactive response
And the session should handle the greeting properly
When I send exit to the interactive session for testing
Then the session should terminate successfully