Skip to content

wip

wip #113

Triggered via push January 6, 2026 22:18
Status Failure
Total duration 45s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 errors
format
Process completed with exit code 2.
type-coverage
Process completed with exit code 1.
phpstan
Process completed with exit code 1.
phpstan: src/OutputParsers/AbstractOutputParser.php#L75
Access to undefined constant Cortex\LLM\Enums\ChunkType::OutputParserEnd.
phpstan: src/OutputParsers/AbstractOutputParser.php#L56
Access to undefined constant Cortex\LLM\Enums\ChunkType::OutputParserStart.
phpstan: src/Http/Controllers/AgentsController.php#L128
Unreachable statement - code above always terminates.
phpstan: src/Http/Controllers/AgentsController.php#L123
Call to an undefined method Cortex\LLM\Data\ChatStreamResult::agUiStreamResponse().
phpstan: src/Http/Controllers/AgentsController.php#L80
Method Cortex\Http\Controllers\AgentsController::stream() has no return type specified.
phpstan: src/AGUI/Events/ReasoningMessageStart.php#L13
Class Cortex\AGUI\Events\ReasoningMessageStart has `@implements` tag, but does not implement any interface.
phpstan: src/AGUI/Events/AbstractEvent.php#L39
Method Cortex\AGUI\Events\AbstractEvent::buildArray() return type has no value type specified in iterable type array.
phpstan: src/AGUI/Events/AbstractEvent.php#L39
Method Cortex\AGUI\Events\AbstractEvent::buildArray() has parameter $additional with no value type specified in iterable type array.
phpstan: src/AGUI/Contracts/Event.php#L40
Method Cortex\AGUI\Contracts\Event::toArray() return type has no value type specified in iterable type array.