feat(mma): Finalize Orchestrator Integration and fix all regressions
This commit is contained in:
@@ -57,8 +57,9 @@ def test_execute_agent():
|
||||
role = "tier3-worker"
|
||||
prompt = "Write a unit test."
|
||||
docs = ["file1.py", "docs/spec.md"]
|
||||
|
||||
|
||||
expected_model = "gemini-2.5-flash-lite"
|
||||
|
||||
mock_stdout = "Mocked AI Response"
|
||||
|
||||
with patch("subprocess.run") as mock_run:
|
||||
|
||||
Reference in New Issue
Block a user