10 lines
311 B
Gherkin
10 lines
311 B
Gherkin
Feature: Agent Module
|
|
As a developer using CleverAgents
|
|
I want to use the agent module
|
|
So that I can access agent classes
|
|
|
|
Scenario: Import agent classes
|
|
Given I import the agent module
|
|
Then I should be able to access the Agent class
|
|
And I should be able to access the AgentWithMemory class
|