Skip to content

[agents] Introduce planner agent type. Implement GOAP (#1232) #910

[agents] Introduce planner agent type. Implement GOAP (#1232)

[agents] Introduce planner agent type. Implement GOAP (#1232) #910

Triggered via push December 19, 2025 23:50
Status Failure
Total duration 11m 23s
Artifacts 9

heavy-tests.yml

on: push
Matrix: integration-tests
Fit to window
Zoom out
Zoom in

Annotations

46 errors
AnthropicSchemaValidationIntegrationTest.integration_testAnthropicComplexNestedStructures()[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/AnthropicSchemaValidationIntegrationTest.kt#L78
org.opentest4j.AssertionFailedError: "i've successfully processed john doe's user profile. the profile includes his name, email address, and both his home and work addresses in springfield, illinois. the processing has been completed without any issues." should include substring "[email protected]" expected:<[email protected]> but was:<i've successfully processed john doe's user profile. the profile includes his name, email address, and both his home and work addresses in springfield, illinois. the processing has been completed without any issues.>
anthropic-schema-tests
Process completed with exit code 1.
ModelCapabilitiesIntegrationTest.[16] LLModel(provider=OpenAI, id=gpt-4.1, capabilities=[Temperature, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, Completion, MultipleChoices, Completions, Responses], contextLength=1047576, maxOutputTokens=32768), Tools[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/capabilities/ModelCapabilitiesIntegrationTest.kt#L135
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
ModelCapabilitiesIntegrationTest.[9] LLModel(provider=OpenAI, id=gpt-5.2, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Completions, Responses], contextLength=400000, maxOutputTokens=128000), MultipleChoices[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/capabilities/ModelCapabilitiesIntegrationTest.kt#L135
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
ModelCapabilitiesIntegrationTest.[8] LLModel(provider=OpenAI, id=gpt-5.2, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Completions, Responses], contextLength=400000, maxOutputTokens=128000), Document[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/capabilities/ModelCapabilitiesIntegrationTest.kt#L135
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
ModelCapabilitiesIntegrationTest.[11] LLModel(provider=OpenAI, id=gpt-5.2, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Completions, Responses], contextLength=400000, maxOutputTokens=128000), Responses[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/capabilities/ModelCapabilitiesIntegrationTest.kt#L1
ai.koog.http.client.KoogHttpClientException: Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
ModelCapabilitiesIntegrationTest.[7] LLModel(provider=OpenAI, id=gpt-5.2, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Completions, Responses], contextLength=400000, maxOutputTokens=128000), Image[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/capabilities/ModelCapabilitiesIntegrationTest.kt#L135
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
ModelCapabilitiesIntegrationTest.[6] LLModel(provider=OpenAI, id=gpt-5.2, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Completions, Responses], contextLength=400000, maxOutputTokens=128000), ToolChoice[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/capabilities/ModelCapabilitiesIntegrationTest.kt#L135
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
ModelCapabilitiesIntegrationTest.[5] LLModel(provider=OpenAI, id=gpt-5.2, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Completions, Responses], contextLength=400000, maxOutputTokens=128000), Tools[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/capabilities/ModelCapabilitiesIntegrationTest.kt#L135
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
ModelCapabilitiesIntegrationTest.[2] LLModel(provider=OpenAI, id=gpt-5.2, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Completions, Responses], contextLength=400000, maxOutputTokens=128000), Basic[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/capabilities/ModelCapabilitiesIntegrationTest.kt#L135
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
ModelCapabilitiesIntegrationTest.[3] LLModel(provider=OpenAI, id=gpt-5.2, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Completions, Responses], contextLength=400000, maxOutputTokens=128000), Standard[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/capabilities/ModelCapabilitiesIntegrationTest.kt#L135
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
ModelCapabilitiesIntegrationTest.[1] LLModel(provider=OpenAI, id=gpt-5.2, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Completions, Responses], contextLength=400000, maxOutputTokens=128000), Completion[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/capabilities/ModelCapabilitiesIntegrationTest.kt#L135
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
capabilities-tests
Process completed with exit code 1.
AIAgentIntegrationTest.[1] LLModel(provider=OpenAI, id=gpt-5.2, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Completions, Responses], contextLength=400000, maxOutputTokens=128000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/agent/AIAgentIntegrationTest.kt#L759
org.opentest4j.AssertionFailedError: Collection should contain element "Hello" based on object equality; but the collection is ["464be166-2c***7-45bc-8d4f-d54d***3c784b***/continuous-persistence-strategy/Hello", "464be166-2c***7-45bc-8d4f-d54d***3c784b***/continuous-persistence-strategy/Save", "464be166-2c***7-45bc-8d4f-d54d***3c784b***/continuous-persistence-strategy/Bye-bye", "tombstone"]
AIAgentIntegrationTest.[13] LLModel(provider=MistralAI, id=mistral-medium-latest, capabilities=[Temperature, Completion, Tools, ToolChoice, Basic, Standard, Image, Document, MultipleChoices], contextLength=128000, maxOutputTokens=null)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/agent/AIAgentIntegrationTest.kt#L759
org.opentest4j.AssertionFailedError: Collection should contain element "Hello" based on object equality; but the collection is ["dbb429eb-ee47-4b76-8ebb-1c***96424c989/continuous-persistence-strategy/Hello", "dbb429eb-ee47-4b76-8ebb-1c***96424c989/continuous-persistence-strategy/Save", "dbb429eb-ee47-4b76-8ebb-1c***96424c989/continuous-persistence-strategy/Bye-bye", "tombstone"]
AIAgentIntegrationTest.[12] LLModel(provider=Bedrock, id=us.anthropic.claude-sonnet-4-5-20250929-v1:0, capabilities=[Temperature, Tools, ToolChoice, Completion], contextLength=200000, maxOutputTokens=64000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/agent/AIAgentIntegrationTest.kt#L759
org.opentest4j.AssertionFailedError: Collection should contain element "Hello" based on object equality; but the collection is ["ac4376fc-9719-484***-8d8b-5***1***81873b85/continuous-persistence-strategy/Hello", "ac4376fc-9719-484***-8d8b-5***1***81873b85/continuous-persistence-strategy/Save", "ac4376fc-9719-484***-8d8b-5***1***81873b85/continuous-persistence-strategy/Bye-bye", "tombstone"]
AIAgentIntegrationTest.[11] LLModel(provider=Bedrock, id=us.meta.llama3-1-70b-instruct-v1:0, capabilities=[Temperature, Completion], contextLength=128000, maxOutputTokens=null)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/agent/AIAgentIntegrationTest.kt#L759
org.opentest4j.AssertionFailedError: Collection should contain element "Hello" based on object equality; but the collection is ["4ca26fc6-838***-4a17-a6***3-25b6522d884c/continuous-persistence-strategy/Hello", "4ca26fc6-838***-4a17-a6***3-25b6522d884c/continuous-persistence-strategy/Save", "4ca26fc6-838***-4a17-a6***3-25b6522d884c/continuous-persistence-strategy/Bye-bye", "tombstone"]
AIAgentIntegrationTest.[10] LLModel(provider=OpenRouter, id=qwen/qwen3-vl-8b-instruct, capabilities=[Temperature, Speculation, Tools, Completion, Image, Standard, ToolChoice], contextLength=131072, maxOutputTokens=33000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/agent/AIAgentIntegrationTest.kt#L759
org.opentest4j.AssertionFailedError: Collection should contain element "Hello" based on object equality; but the collection is ["8***2bfdbd-cde4-41c2-b***a1-12a771a***9885/continuous-persistence-strategy/Hello", "8***2bfdbd-cde4-41c2-b***a1-12a771a***9885/continuous-persistence-strategy/Save", "8***2bfdbd-cde4-41c2-b***a1-12a771a***9885/continuous-persistence-strategy/Bye-bye", "tombstone"]
AIAgentIntegrationTest.[9] LLModel(provider=OpenRouter, id=deepseek/deepseek-chat-v3-0324, capabilities=[Temperature, Speculation, Tools, Completion], contextLength=163800, maxOutputTokens=163800)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/agent/AIAgentIntegrationTest.kt#L759
org.opentest4j.AssertionFailedError: Collection should contain element "Hello" based on object equality; but the collection is ["5e5a6156-62e1-4bb1-b8cb-37e11654948c/continuous-persistence-strategy/Hello", "5e5a6156-62e1-4bb1-b8cb-37e11654948c/continuous-persistence-strategy/Save", "5e5a6156-62e1-4bb1-b8cb-37e11654948c/continuous-persistence-strategy/Bye-bye", "tombstone"]
AIAgentIntegrationTest.[8] LLModel(provider=Google, id=gemini-2.5-flash, capabilities=[Temperature, Completion, MultipleChoices, Image, Video, Audio, Tools, ToolChoice, Basic, Standard], contextLength=1048576, maxOutputTokens=65536)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/agent/AIAgentIntegrationTest.kt#L759
org.opentest4j.AssertionFailedError: Collection should contain element "Hello" based on object equality; but the collection is ["***c83a171-14d9-45fe-b28d-d653c7c5c27c/continuous-persistence-strategy/Hello", "***c83a171-14d9-45fe-b28d-d653c7c5c27c/continuous-persistence-strategy/Save", "***c83a171-14d9-45fe-b28d-d653c7c5c27c/continuous-persistence-strategy/Bye-bye", "tombstone"]
AIAgentIntegrationTest.[7] LLModel(provider=Google, id=gemini-2.5-pro, capabilities=[Temperature, Completion, MultipleChoices, Image, Video, Audio, Tools, ToolChoice, Basic, Standard], contextLength=1048576, maxOutputTokens=65536)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/agent/AIAgentIntegrationTest.kt#L759
org.opentest4j.AssertionFailedError: Collection should contain element "Hello" based on object equality; but the collection is ["fdb85ee9-a55e-47ae-9ab8-f616***a3d***48c/continuous-persistence-strategy/Hello", "fdb85ee9-a55e-47ae-9ab8-f616***a3d***48c/continuous-persistence-strategy/Save", "fdb85ee9-a55e-47ae-9ab8-f616***a3d***48c/continuous-persistence-strategy/Bye-bye", "tombstone"]
AIAgentIntegrationTest.[6] LLModel(provider=Anthropic, id=claude-sonnet-4-5, capabilities=[Temperature, Tools, ToolChoice, Image, Document, Completion], contextLength=200000, maxOutputTokens=64000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/agent/AIAgentIntegrationTest.kt#L759
org.opentest4j.AssertionFailedError: Collection should contain element "Hello" based on object equality; but the collection is ["41243fdb-3d1a-4358-bf3d-35d486414a42/continuous-persistence-strategy/Hello", "41243fdb-3d1a-4358-bf3d-35d486414a42/continuous-persistence-strategy/Save", "41243fdb-3d1a-4358-bf3d-35d486414a42/continuous-persistence-strategy/Bye-bye", "tombstone"]
AIAgentIntegrationTest.[5] LLModel(provider=Anthropic, id=claude-haiku-4-5, capabilities=[Temperature, Tools, ToolChoice, Image, Document, Completion], contextLength=200000, maxOutputTokens=64000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/agent/AIAgentIntegrationTest.kt#L759
org.opentest4j.AssertionFailedError: Collection should contain element "Hello" based on object equality; but the collection is ["5c64f64e-8***a5-41c8-af99-f***52aa4a1d57/continuous-persistence-strategy/Hello", "5c64f64e-8***a5-41c8-af99-f***52aa4a1d57/continuous-persistence-strategy/Save", "5c64f64e-8***a5-41c8-af99-f***52aa4a1d57/continuous-persistence-strategy/Bye-bye", "tombstone"]
agent-tests
Process completed with exit code 1.
MultipleLLMPromptExecutorIntegrationTest.[2] LLModel(provider=OpenAI, id=gpt-4.1, capabilities=[Temperature, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, Completion, MultipleChoices, Completions, Responses], contextLength=1047576, maxOutputTokens=32768)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/MultipleLLMPromptExecutorIntegrationTest.kt#L155
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
MultipleLLMPromptExecutorIntegrationTest.[3] LLModel(provider=OpenAI, id=gpt-5.1-codex, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Responses], contextLength=400000, maxOutputTokens=128000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/MultipleLLMPromptExecutorIntegrationTest.kt#L1
ai.koog.http.client.KoogHttpClientException: Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
MultipleLLMPromptExecutorIntegrationTest.[2] LLModel(provider=OpenAI, id=gpt-4.1, capabilities=[Temperature, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, Completion, MultipleChoices, Completions, Responses], contextLength=1047576, maxOutputTokens=32768)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/MultipleLLMPromptExecutorIntegrationTest.kt#L179
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
MultipleLLMPromptExecutorIntegrationTest.[1] LLModel(provider=OpenAI, id=gpt-5.2, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Completions, Responses], contextLength=400000, maxOutputTokens=128000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/MultipleLLMPromptExecutorIntegrationTest.kt#L155
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
MultipleLLMPromptExecutorIntegrationTest.[1] LLModel(provider=OpenAI, id=gpt-5.2, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Completions, Responses], contextLength=400000, maxOutputTokens=128000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/MultipleLLMPromptExecutorIntegrationTest.kt#L179
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
MultipleLLMPromptExecutorIntegrationTest.[3] LLModel(provider=OpenAI, id=gpt-5.1-codex, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Responses], contextLength=400000, maxOutputTokens=128000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/MultipleLLMPromptExecutorIntegrationTest.kt#L1
ai.koog.http.client.KoogHttpClientException: Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
MultipleLLMPromptExecutorIntegrationTest.[3] LLModel(provider=OpenAI, id=gpt-5.1-codex, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Responses], contextLength=400000, maxOutputTokens=128000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/MultipleLLMPromptExecutorIntegrationTest.kt#L1
ai.koog.http.client.KoogHttpClientException: Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
MultipleLLMPromptExecutorIntegrationTest.[2] LLModel(provider=OpenAI, id=gpt-4.1, capabilities=[Temperature, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, Completion, MultipleChoices, Completions, Responses], contextLength=1047576, maxOutputTokens=32768)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/MultipleLLMPromptExecutorIntegrationTest.kt#L203
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
MultipleLLMPromptExecutorIntegrationTest.[1] LLModel(provider=OpenAI, id=gpt-5.2, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Completions, Responses], contextLength=400000, maxOutputTokens=128000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/MultipleLLMPromptExecutorIntegrationTest.kt#L203
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
multiple-llm-executor-tests
Process completed with exit code 1.
SingleLLMPromptExecutorIntegrationTest.[3] LLModel(provider=OpenAI, id=gpt-5.1-codex, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Responses], contextLength=400000, maxOutputTokens=128000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/SingleLLMPromptExecutorIntegrationTest.kt#L1
ai.koog.http.client.KoogHttpClientException: Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
SingleLLMPromptExecutorIntegrationTest.[3] LLModel(provider=OpenAI, id=gpt-5.1-codex, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Responses], contextLength=400000, maxOutputTokens=128000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/SingleLLMPromptExecutorIntegrationTest.kt#L1
ai.koog.http.client.KoogHttpClientException: Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
SingleLLMPromptExecutorIntegrationTest.[2] LLModel(provider=OpenAI, id=gpt-4.1, capabilities=[Temperature, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, Completion, MultipleChoices, Completions, Responses], contextLength=1047576, maxOutputTokens=32768)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/SingleLLMPromptExecutorIntegrationTest.kt#L149
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
SingleLLMPromptExecutorIntegrationTest.[1] LLModel(provider=OpenAI, id=gpt-5.2, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Completions, Responses], contextLength=400000, maxOutputTokens=128000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/SingleLLMPromptExecutorIntegrationTest.kt#L149
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
SingleLLMPromptExecutorIntegrationTest.[3] LLModel(provider=OpenAI, id=gpt-5.1-codex, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Responses], contextLength=400000, maxOutputTokens=128000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/SingleLLMPromptExecutorIntegrationTest.kt#L1
ai.koog.http.client.KoogHttpClientException: Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
SingleLLMPromptExecutorIntegrationTest.[2] LLModel(provider=OpenAI, id=gpt-4.1, capabilities=[Temperature, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, Completion, MultipleChoices, Completions, Responses], contextLength=1047576, maxOutputTokens=32768)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/SingleLLMPromptExecutorIntegrationTest.kt#L237
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
SingleLLMPromptExecutorIntegrationTest.[1] LLModel(provider=OpenAI, id=gpt-5.2, capabilities=[Completion, Basic, Standard, Speculation, Tools, ToolChoice, Image, Document, MultipleChoices, Completions, Responses], contextLength=400000, maxOutputTokens=128000)[jvm]: integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/executor/SingleLLMPromptExecutorIntegrationTest.kt#L237
ai.koog.prompt.executor.clients.LLMClientException: Error from client: OpenAILLMClient Error from client: OpenAILLMClient Status code: 4***1 Error body: { "error": { "message": "You do not have access to the organization tied to the API key.", "type": "invalid_request_error", "code": "invalid_organization", "param": null }, "status": 4***1 }
single-llm-executor-tests
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size Digest
reports-ubuntu-latest-agent-tests
498 KB
sha256:97cc583856e38ada4665090651925d9c21ef2319b2c15049694085654baa2d9d
reports-ubuntu-latest-anthropic-schema-test
292 KB
sha256:8f77b5907f836cf0fb57573032034778fc35fd53860ca972e73b916ee944fc7d
reports-ubuntu-latest-bedrock-credentials-test
288 KB
sha256:bccec9035821e6a2c60dfca28a7f916b6a93ef077595a3b116a83e06c12c9c27
reports-ubuntu-latest-bedrock-tests
288 KB
sha256:eb88fd82e1f95264aceb6eb6ac228723d8e879761c725017241efb454ce8cd9f
reports-ubuntu-latest-capabilities-tests
302 KB
sha256:72dd78506d52699cf6b15b97d64d1681ac5c3daf3668def27c22f1a48c40ca10
reports-ubuntu-latest-embeddings-test
288 KB
sha256:1212fac9afa037bc986d72441bc388d7de41fcd0ce17a01b5021c570f4c078af
reports-ubuntu-latest-multiple-llm-executor-tests
325 KB
sha256:dacd453a00856475977197c7177bb2949c0f3099037ee7ea73ef357f27f5bf53
reports-ubuntu-latest-other-executor-tests
288 KB
sha256:6b9aa8c6ffe5636b76c0b5b5b940567ce69b6cecd19bb990c414074e7144a604
reports-ubuntu-latest-single-llm-executor-tests
326 KB
sha256:372293278e9c023beb3de3aa5d531697fc438d74337652ac7d5b977a9ff423a9