Fix frontend and api state handling (#11)

* Fix frontend and api state handling

* Increase timeout to 6 mins

* Fix test
This commit is contained in:
Daniel Wiesmann
2025-12-04 15:33:47 +00:00
committed by GitHub
parent a87b64b71e
commit 16f39f908f
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@ async def test_hello_world(initialized_app):
"agent_state_input": {
"messages": [{"content": "Hello, world!", "type": "human"}],
"place": None,
"search_area": None,
},
"thread_id": str(thread_id),
},