Skip to content

Commit b2c723a

Browse files
Merge branch 'main' into smoketest2
2 parents 4aa142d + 9cc0b26 commit b2c723a

File tree

74 files changed

+76
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+76
-74
lines changed

.github/workflows/smoketest.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
- name: Run tests
5252
if: steps.branch-deploy.outputs.continue == "true"
5353
env:
54+
MODEL_TEMP: ${{ vars.SMOKETEST_TEMPERATURE }}
55+
AI_API_ENDPOINT: ${{ vars.SMOKETEST_ENDPOINT }}
5456
AI_API_TOKEN: ${{ secrets.AI_API_TOKEN }}
5557
GITHUB_AUTH_HEADER: "Bearer ${{ secrets.GITHUB_TOKEN }}"
5658

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This repository is maintained by:
2-
* @m-y-mo @p- @jarlob @kevinbackhouse @sylwia-budzynska @kwstubbs
2+
* @m-y-mo @p- @jarlob @kevinbackhouse @sylwia-budzynska @kwstubbs @anticomputer

NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Seclab Taskflow Agent
2-
Copyright 2025 GitHub
2+
Copyright GitHub, Inc.
33

44
This product includes software developed at GitHub (https://github.com) released under the terms
55
of the MIT license (https://github.com/GitHubSecurityLab/seclab-taskflow-agent/blob/main/LICENSE)
6-
Copyright (c) 2025 GitHub
6+
Copyright GitHub, Inc.
77

88
The Initial Developer of some parts of the framework, which are copied from, derived from, or
99
inspired by jsonrpyc (https://github.com/riga/jsonrpyc) under the terms of the BSD 3-clause

docker/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# SPDX-FileCopyrightText: 2025 GitHub
3+
# SPDX-FileCopyrightText: GitHub, Inc.
44
# SPDX-License-Identifier: MIT
55

66
# Script for running seclab-taskflow-agent in a docker container

examples/model_configs/model_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 GitHub
1+
# SPDX-FileCopyrightText: GitHub, Inc.
22
# SPDX-License-Identifier: MIT
33

44
seclab-taskflow-agent:

examples/personalities/apple_expert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 GitHub
1+
# SPDX-FileCopyrightText: GitHub, Inc.
22
# SPDX-License-Identifier: MIT
33

44
seclab-taskflow-agent:

examples/personalities/banana_expert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 GitHub
1+
# SPDX-FileCopyrightText: GitHub, Inc.
22
# SPDX-License-Identifier: MIT
33

44
seclab-taskflow-agent:

examples/personalities/echo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 GitHub
1+
# SPDX-FileCopyrightText: GitHub, Inc.
22
# SPDX-License-Identifier: MIT
33

44
# personalities define the system prompt level directives for this Agent

examples/personalities/example_triage_agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 GitHub
1+
# SPDX-FileCopyrightText: GitHub, Inc.
22
# SPDX-License-Identifier: MIT
33

44
seclab-taskflow-agent:

examples/personalities/fruit_expert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 GitHub
1+
# SPDX-FileCopyrightText: GitHub, Inc.
22
# SPDX-License-Identifier: MIT
33

44
seclab-taskflow-agent:

0 commit comments

Comments
 (0)