Skip to content

Conversation

@mpenn
Copy link
Contributor

@mpenn mpenn commented Apr 29, 2025

Description

Closes: #165

This PR creating symlinks to the placeholder config.yml file created by the aiq workflow create command and provides familiar package structure as the examples. This config file is contained in a folder at the generated package root directory. The package hierarchy has the following structure:

my_sample_workflow/
├── configs
│   └── config.yml -> /path/to/my_sample_workflow/src/my_sample_workflow/configs/config.yml
├── pyproject.toml
└── src
    ├── my_sample_workflow
    │   ├── configs
    │   │   └── config.yml
    │   ├── __init__.py
    │   ├── my_sample_workflow_function.py
    │   └── register.py
    └── my_sample_workflow.egg-info
        ├── dependency_links.txt
        ├── entry_points.txt
        ├── PKG-INFO
        ├── requires.txt
        ├── SOURCES.txt
        └── top_level.txt

By Submitting this PR I confirm:

  • I am familiar with the Contributing Guidelines.
  • We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license.
    • Any contribution which contains commits that are not Signed-Off will not be accepted.
  • When the PR is ready for review, new or existing tests cover these changes.
  • When the PR is ready for review, the documentation is up to date with these changes.

@mpenn mpenn self-assigned this Apr 29, 2025
@mpenn mpenn added feature request New feature or request non-breaking Non-breaking change labels Apr 29, 2025
…with the aiq workflow create command

Signed-off-by: mpenn <[email protected]>
@mpenn mpenn force-pushed the mpenn_workflow-create-symlink branch from 7c054e8 to 02eaba9 Compare April 29, 2025 21:27
@mpenn mpenn changed the title Create config file symlinks with aiq workflow create command Create config file symlink with aiq workflow create command Apr 29, 2025
@mpenn mpenn merged commit 6d47f72 into NVIDIA:develop Apr 29, 2025
10 checks passed
yczhang-nv pushed a commit to yczhang-nv/NeMo-Agent-Toolkit that referenced this pull request May 8, 2025
…with the aiq workflow create command (NVIDIA#166)

Signed-off-by: mpenn <[email protected]>
Signed-off-by: Yuchen Zhang <[email protected]>
ericevans-nv pushed a commit to ericevans-nv/agent-iq that referenced this pull request Jun 3, 2025
…with the aiq workflow create command (NVIDIA#166)

Signed-off-by: mpenn <[email protected]>
Signed-off-by: Eric Evans <[email protected]>
ericevans-nv pushed a commit to ericevans-nv/agent-iq that referenced this pull request Jun 3, 2025
…with the aiq workflow create command (NVIDIA#166)

Signed-off-by: mpenn <[email protected]>
Signed-off-by: Eric Evans <[email protected]>
AnuradhaKaruppiah pushed a commit to AnuradhaKaruppiah/oss-agentiq that referenced this pull request Aug 4, 2025
…with the aiq workflow create command (NVIDIA#166)

Signed-off-by: mpenn <[email protected]>
scheckerNV pushed a commit to scheckerNV/aiq-factory-reset that referenced this pull request Aug 22, 2025
…with the aiq workflow create command (NVIDIA#166)

Signed-off-by: mpenn <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature request New feature or request non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEA]:

2 participants