refactored: to utilise the google adk and production grade agent
Some checks failed
validation / verify (push) Failing after 10s

This commit is contained in:
2026-09-02 21:42:10 +01:00
parent b9a924cf4a
commit a24a44e28c
279 changed files with 12003 additions and 390 deletions

View File

@@ -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