Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding CLI and Plugin system #47

Merged
merged 12 commits into from
Dec 4, 2023
Merged

Conversation

wunder957
Copy link
Contributor

@wunder957 wunder957 commented Nov 16, 2023

Description

Resolves #43

Motivation and Context

How has this been tested?

Types of changes

  • Maintenance (no change in code, maintain the project's CI, docs, etc.)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Copy link
Contributor

sweep-ai bot commented Nov 16, 2023

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add docstrings to all functions and file headers.

@Guo-Yunzhe Guo-Yunzhe marked this pull request as ready for review November 22, 2023 10:20
@wunder957 wunder957 marked this pull request as draft November 27, 2023 11:49
@wunder957 wunder957 marked this pull request as ready for review December 2, 2023 14:22
@wunder957
Copy link
Contributor Author

@MooooCat @Guo-Yunzhe Ping

As the development is not yet complete, the CLI only implements some of the features

The plugin system works fine, in the example/extension folder I have provided a minimal plugin project

@MooooCat MooooCat merged commit d6a109e into main Dec 4, 2023
7 checks passed
@Wh1isper Wh1isper deleted the feature-cli-and-plugin-system branch December 6, 2023 04:24
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.

Add CLI for sdgx
3 participants