refactor: unify skills+cli runtime and streamline ag-ui flow
This commit is contained in:
@@ -8,10 +8,7 @@ def test_memory_automation_static_config_contract() -> None:
|
||||
|
||||
assert config.context.window_mode.value == "day"
|
||||
assert config.context.window_count == 2
|
||||
assert [tool.value for tool in config.enabled_tools] == [
|
||||
"memory.write",
|
||||
"memory.forget",
|
||||
]
|
||||
assert [skill.value for skill in config.enabled_skills] == ["memory"]
|
||||
assert config.input_template is not None
|
||||
assert "回顾" in config.input_template
|
||||
assert "遗忘" in config.input_template
|
||||
|
||||
Reference in New Issue
Block a user