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
@@ -2,7 +2,7 @@
from fastapi.testclient import TestClient
from agentforge_core.main import create_app
from forja_core.main import create_app
def test_health_responde_ok() -> None: