proyecto generalizado

This commit is contained in:
2026-05-23 16:44:45 +02:00
parent 2f990ea636
commit b4964261ec
94 changed files with 1032 additions and 320 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from collections.abc import Callable
import httpx
import pytest
from agentforge_dashboard.client import CoreClient
from forja_dashboard.client import CoreClient
def _client_with(handler: Callable[[httpx.Request], httpx.Response]) -> CoreClient: