Skip to content

Conversation

@alexbaur
Copy link
Collaborator

AgentOps initial integration into MLOps Stacks

Overview

This PR adds in the AgentOps stacks files to the project template and incorporates copies of existing files appended with _agentops for comparison as we continue to shape up the LLMOps flavor.

I've also added the skip commands for all files in the template folders that pertain to AgentOps automatically.

Note: there are some files above the template in this PR that are _agentops versions of existing files that will need to be rectified. They are there currently for reference.

alexbaur added 4 commits July 16, 2025 16:04
Updated layout to skip agentops files.
added additional skips for agentops files
@alexbaur alexbaur requested a review from arpitjasa-db July 16, 2025 23:15
@alexbaur alexbaur self-assigned this Jul 16, 2025
Copy link
Collaborator

@arpitjasa-db arpitjasa-db left a comment

Choose a reason for hiding this comment

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

I think this is a good first step. Next step would be to add a variable in the template JSON schema, and merge the overlapping files that right now we just added a suffix too. But this can be done in a follow-up PR to update this branch

Noticed we don't have any CICD files today? Also, currently tests are failing, which is fine for now, but we will need to fix before merging to main branch


# Skip all Agentops files in the template
{{ skip (printf `%s/%s/%s` $root_dir $project_name_alphanumeric_underscore `data_preparation`) }}
{{ skip (printf `%s/%s/%s` $root_dir $project_name_alphanumeric_underscore `data_preparation/data_ingestion`) }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Skipping the directory will skip all of its files, no need to repeat

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

modified update_layout to skip the directories where needed.

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