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