fix(tests): update model-requirements test for 11 builtin agents (add athena)
This commit is contained in:
@@ -279,13 +279,14 @@ describe("AGENT_MODEL_REQUIREMENTS", () => {
|
||||
"momus",
|
||||
"atlas",
|
||||
"sisyphus-junior",
|
||||
"athena",
|
||||
]
|
||||
|
||||
// when - checking AGENT_MODEL_REQUIREMENTS
|
||||
const definedAgents = Object.keys(AGENT_MODEL_REQUIREMENTS)
|
||||
|
||||
// #then - all agents present with valid fallbackChain
|
||||
expect(definedAgents).toHaveLength(11)
|
||||
expect(definedAgents).toHaveLength(12)
|
||||
for (const agent of expectedAgents) {
|
||||
const requirement = AGENT_MODEL_REQUIREMENTS[agent]
|
||||
expect(requirement).toBeDefined()
|
||||
|
||||
Reference in New Issue
Block a user