Skip to content

fix sample calls printed to the terminal#140

Merged
p- merged 3 commits intomainfrom
p--fix-cmd-samples
Jan 29, 2026
Merged

fix sample calls printed to the terminal#140
p- merged 3 commits intomainfrom
p--fix-cmd-samples

Conversation

@p-
Copy link
Copy Markdown
Contributor

@p- p- commented Jan 29, 2026

This PR adds samples that actually work out of the box.
(The second global of the third sample has no effect in the existing taskflow)

Copilot AI review requested due to automatic review settings January 29, 2026 09:03
@p- p- changed the title fix sample calls printed to the command line fix sample calls printed to the terminal Jan 29, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the sample command line calls displayed in the help message by updating them to use the correct full module path format instead of incorrect shorthand paths.

Changes:

  • Updated personality example from shorthand -p assistant to full path -p seclab_taskflow_agent.personalities.assistant
  • Updated taskflow example from shorthand -t example to full path -t examples.taskflows.example_globals
  • Removed the third example that demonstrated using multiple global variables

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/seclab_taskflow_agent/__main__.py
Copilot AI review requested due to automatic review settings January 29, 2026 10:16
@p- p- merged commit 9ceea28 into main Jan 29, 2026
13 checks passed
@p- p- deleted the p--fix-cmd-samples branch January 29, 2026 10:18
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants