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

31 lines
1.1 KiB
Gherkin

Feature: CLI Sandbox and Network Coverage
As a developer
I want to test sandbox and network modules
So that coverage includes security and networking functionality
Background:
Given the CleverAgents system is initialized
And I have network test configurations
Scenario: Sandbox module initialization
When I import the sandbox module
Then the sandbox should be available for safe execution
And security constraints should be enforced
Scenario: Network module agent communication
Given I have a network configuration with multiple agents
When I initialize the network module
Then agents should be able to communicate
And message routing should work properly
Scenario: Agent state management
Given I have agents with different states
When I manage agent states
Then state transitions should be tracked
And state persistence should work
Scenario: Agent decorators functionality
Given I have decorated agent functions
When I apply agent decorators
Then the decorators should modify behavior
And metadata should be preserved