Skip to content

Commit 9422cdc

Browse files
Remove some unnecessary nesting in the examples directory and update README.md
1 parent 53733a8 commit 9422cdc

27 files changed

+116
-111
lines changed

.github/workflows/smoketest.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ jobs:
5252
hatch build
5353
hatch run main -p seclab_taskflow_agent.personalities.assistant 'explain modems to me please'
5454
hatch run main -p seclab_taskflow_agent.personalities.c_auditer 'explain modems to me please'
55-
hatch run main -p examples.personalities.examples.echo 'explain modems to me please'
56-
hatch run main -t examples.taskflows.CVE-2023-2283.CVE-2023-2283
57-
hatch run main -t examples.taskflows.examples.echo
58-
hatch run main -t examples.taskflows.examples.example
59-
hatch run main -t examples.taskflows.examples.example_globals
60-
hatch run main -t examples.taskflows.examples.example_inputs
61-
hatch run main -t examples.taskflows.examples.example_large_list_result_iter
62-
hatch run main -t examples.taskflows.examples.example_repeat_prompt
63-
hatch run main -t examples.taskflows.examples.example_repeat_prompt_async
64-
hatch run main -t examples.taskflows.examples.example_repeat_prompt_dictionary
65-
hatch run main -t examples.taskflows.examples.example_reusable_prompt
66-
hatch run main -t examples.taskflows.examples.example_reusable_taskflows
67-
hatch run main -t examples.taskflows.examples.example_triage_taskflow
68-
hatch run main -t examples.taskflows.examples.single_step_taskflow
55+
hatch run main -p examples.personalities.echo 'explain modems to me please'
56+
hatch run main -t examples.taskflows.CVE-2023-2283
57+
hatch run main -t examples.taskflows.echo
58+
hatch run main -t examples.taskflows.example
59+
hatch run main -t examples.taskflows.example_globals
60+
hatch run main -t examples.taskflows.example_inputs
61+
hatch run main -t examples.taskflows.example_large_list_result_iter
62+
hatch run main -t examples.taskflows.example_repeat_prompt
63+
hatch run main -t examples.taskflows.example_repeat_prompt_async
64+
hatch run main -t examples.taskflows.example_repeat_prompt_dictionary
65+
hatch run main -t examples.taskflows.example_reusable_prompt
66+
hatch run main -t examples.taskflows.example_reusable_taskflows
67+
hatch run main -t examples.taskflows.example_triage_taskflow
68+
hatch run main -t examples.taskflows.single_step_taskflow

README.md

Lines changed: 56 additions & 53 deletions
Large diffs are not rendered by default.

configs/model_config.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
seclab-taskflow-agent:
2+
version: 1
3+
filetype: model_config
4+
models:
5+
sonnet_default: claude-sonnet-4
6+
sonnet_latest: claude-sonnet-4.5
7+
gpt_default: gpt-4.1
8+
gpt_latest: gpt-5
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# personalities define the system prompt level directives for this Agent
12
seclab-taskflow-agent:
23
version: 1
34
filetype: personality
@@ -8,6 +9,6 @@ personality: |
89
task: |
910
Echo user inputs using the echo tools.
1011
12+
# personality toolboxes map to mcp servers made available to this Agent
1113
toolboxes:
1214
- seclab_taskflow_agent.toolboxes.echo
13-
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)