Files
sciagent/be0/src/application/__init__.py
T
Thinh Lam 688fac73e9
CI/CD / backend (push) Failing after 2m8s
CI/CD / frontend (push) Failing after 1m40s
CI/CD / deploy (push) Has been skipped
sciagent code + Gitea Actions CI/CD
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 09:38:30 +07:00

7 lines
322 B
Python

"""Application layer — use cases that orchestrate domain objects via ports.
Depends on ``domain`` + ``shared_kernel`` only. Knows nothing about FastAPI,
SQLAlchemy, JWT, or argon2 — those arrive as ``ports`` (Protocols) injected by the
composition root. A use case is one business operation, testable with fakes.
"""