]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commit
llm verification
authorfomichev <vladimir.fomichev@erp-flowers.ru>
Mon, 4 May 2026 15:22:25 +0000 (18:22 +0300)
committerfomichev <vladimir.fomichev@erp-flowers.ru>
Mon, 4 May 2026 15:22:25 +0000 (18:22 +0300)
commit7f46bebe53c223167d69a98e2bc1adaf49084be6
tree0428ae35ada4294f93d68751c59bbd438c35469c
parent5c6fee9cb4ad1a56d60bfc80ac4e3c3542889289
llm verification
AGENTS.md [new file with mode: 0644]
erp24/.env.example
erp24/commands/AutoMarkController.php
erp24/services/AutoMarkService.php
erp24/services/automark/CoordinatorLlmTransport.php [new file with mode: 0644]
erp24/services/automark/LlmClient.php
erp24/services/automark/LlmTransportInterface.php [new file with mode: 0644]
erp24/services/automark/LlmVerifier.php
erp24/services/automark/OpenAiCompatibleLlmTransport.php [new file with mode: 0644]
erp24/tests/unit/services/automark/LlmClientTest.php
erp24/tests/unit/services/automark/LlmVerifierTest.php