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
@@ -19,8 +19,8 @@ EXAMPLES = (
def test_resume_tras_recreacion_del_app(tmp_path: Path, monkeypatch: pytest.MonkeyPatch) -> None:
from fastapi.testclient import TestClient
from agentforge_core.api import deps
from agentforge_core.main import create_app
from forja_core.api import deps
from forja_core.main import create_app
repo_root = Path(__file__).parent.parent.parent
monkeypatch.setenv("DATA_DIR", str(tmp_path))