forked from HAL9000/cleveragents-core
7 lines
248 B
Gherkin
7 lines
248 B
Gherkin
Feature: Agent Network Processing
|
|
|
|
Scenario: Process a message through the agent network
|
|
Given a configuration file "tests/config/network_config.yaml"
|
|
When I process the message "Hello, AI!"
|
|
Then I should receive a non-empty response
|