refactored: to utilise the google adk and production grade agent
Some checks failed
validation / verify (push) Failing after 10s
Some checks failed
validation / verify (push) Failing after 10s
This commit is contained in:
@@ -22,6 +22,8 @@ def test_agent_graph_execution():
|
||||
final_state = agent.invoke(initial_state)
|
||||
|
||||
assert final_state.get("current_phase") == "package"
|
||||
assert final_state.get("source_discovery_doc") is not None
|
||||
assert final_state.get("source_mermaid_diagram") is not None
|
||||
assert final_state.get("requirements_doc") is not None
|
||||
assert final_state.get("architecture_doc") is not None
|
||||
assert final_state.get("mermaid_diagram") is not None
|
||||
@@ -29,4 +31,4 @@ def test_agent_graph_execution():
|
||||
assert final_state.get("validation_results") is not None
|
||||
assert final_state.get("solution_guide") is not None
|
||||
assert final_state.get("validation_passed") is True
|
||||
assert len(final_state.get("active_skills", [])) == 4
|
||||
assert len(final_state.get("active_skills", [])) == 5
|
||||
|
||||
Reference in New Issue
Block a user