AgentDB Phase 7: Migrate remaining 8 domains to typed repos (#5366)

This commit is contained in:
Aaron Perez 2026-04-02 19:36:50 -05:00 committed by GitHub
parent 58fed69496
commit 26b8f4d73e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
84 changed files with 811 additions and 8804 deletions

View file

@ -41,8 +41,8 @@ async def test_cached_content_removed_from_non_extract_prompts() -> None:
# Ensure app dependencies referenced inside the handler resolve to async mocks.
forge_module.app.ARTIFACT_MANAGER = MagicMock()
forge_module.app.DATABASE = MagicMock()
forge_module.app.DATABASE.update_step = AsyncMock()
forge_module.app.DATABASE.update_thought = AsyncMock()
forge_module.app.DATABASE.tasks.update_step = AsyncMock()
forge_module.app.DATABASE.observer.update_thought = AsyncMock()
with (
patch("skyvern.forge.sdk.api.llm.api_handler_factory.LLMConfigRegistry.get_config", return_value=mock_config),