Python: DevUI, Fix message serialization issue, improve tests (#2674)

* fix message serialization issue, improve tests for devui

* update tests
This commit is contained in:
Victor Dibia
2025-12-06 02:20:54 +00:00
committed by GitHub
parent 2d3ba95036
commit 8c6b12e664
10 changed files with 1431 additions and 373 deletions
@@ -21,7 +21,6 @@ def test_entities_dir():
return str(samples_dir.resolve())
@pytest.mark.skip("Skipping while we fix discovery")
async def test_discover_agents(test_entities_dir):
"""Test that agent discovery works and returns valid agent entities."""
discovery = EntityDiscovery(test_entities_dir)